forked from VoxeLibre/VoxeLibre
Fix tall grass drop being incorrect
This commit is contained in:
parent
cd4414d220
commit
56a1a98ce6
|
@ -50,7 +50,7 @@ local wheat_seed_drop = {
|
||||||
rarity = 8,
|
rarity = 8,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
-- Tall Grass
|
-- Tall Grass
|
||||||
minetest.register_node("mcl_flowers:tallgrass", {
|
minetest.register_node("mcl_flowers:tallgrass", {
|
||||||
|
|
Loading…
Reference in New Issue