forked from VoxeLibre/VoxeLibre
Merge pull request 'Fix typo in pumpkin.lua' (#4122) from fix_pumpkin_typo_pumkin into master
Reviewed-on: MineClone2/MineClone2#4122 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
This commit is contained in:
commit
fc204c8717
|
@ -38,7 +38,7 @@ local stem_drop = {
|
||||||
{ items = {"mcl_farming:pumpkin_seeds 2"}, rarity = 31 },
|
{ items = {"mcl_farming:pumpkin_seeds 2"}, rarity = 31 },
|
||||||
|
|
||||||
-- 3 seeds: 1/125 chance
|
-- 3 seeds: 1/125 chance
|
||||||
{ items = {"mcl_farming:pumkin_seeds 3"}, rarity = 125 },
|
{ items = {"mcl_farming:pumpkin_seeds 3"}, rarity = 125 },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue