This commit is contained in:
tenplus1 2024-08-25 14:24:02 +01:00
parent b932352942
commit a9751bb551

View File

@ -79,7 +79,7 @@ def.tiles = {"ethereal_strawberry_7.png"}
def.drop = { def.drop = {
items = { items = {
{items = {"ethereal:strawberry 1"}, rarity = 1}, {items = {"ethereal:strawberry 1"}, rarity = 1},
{items = {"ethereal:strawberry 2"}, rarity = 3} {items = {"ethereal:strawberry 1"}, rarity = 3}
} }
} }
minetest.register_node("ethereal:strawberry_7", table.copy(def)) minetest.register_node("ethereal:strawberry_7", table.copy(def))