Merge pull request 'Fix typo in pumpkin.lua' (#4122) from fix_pumpkin_typo_pumkin into master

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4122
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
This commit is contained in:
SmokeyDope 2024-01-08 02:02:20 +00:00
commit fc204c8717
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ local stem_drop = {
{ items = {"mcl_farming:pumpkin_seeds 2"}, rarity = 31 },
-- 3 seeds: 1/125 chance
{ items = {"mcl_farming:pumkin_seeds 3"}, rarity = 125 },
{ items = {"mcl_farming:pumpkin_seeds 3"}, rarity = 125 },
},
}