Stopped pine leaves dropping too many items
This commit is contained in:
parent
170b62ecde
commit
6cbeeacc97
@ -224,7 +224,7 @@ minetest.override_item("default:pine_needles", {
|
|||||||
items = {
|
items = {
|
||||||
{items = {"ethereal:pine_tree_sapling"}, rarity = 20},
|
{items = {"ethereal:pine_tree_sapling"}, rarity = 20},
|
||||||
{items = {"ethereal:pine_nuts"}, rarity = 5},
|
{items = {"ethereal:pine_nuts"}, rarity = 5},
|
||||||
{items = {"ethereal:pineleaves"},}
|
{items = {"default:pine_needles"}}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user