mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-01-27 17:10:16 +01:00
Bugfix: giant tree fern leaves dropping wrong item
This commit is contained in:
parent
8f9b8014c7
commit
ae9c8c307d
@ -149,7 +149,7 @@ minetest.register_node("ferns:tree_fern_leaves_giant", {
|
|||||||
rarity = 40,
|
rarity = 40,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items = {"ferns:tree_fern_leaves"},
|
items = {"ferns:tree_fern_leaves_giant"},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user