forked from mtcontrib/plantlife_modpack
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