mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix tall grass drop being incorrect
This commit is contained in:
parent
cd4414d220
commit
56a1a98ce6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ local wheat_seed_drop = {
|
|||
rarity = 8,
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
-- Tall Grass
|
||||
minetest.register_node("mcl_flowers:tallgrass", {
|
||||
|
|
Loading…
Reference in a new issue