1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

tweak crop drops #2

This commit is contained in:
tenplus1
2025-04-12 15:43:23 +01:00
parent 701bbb89b5
commit 44e2b1582b
23 changed files with 43 additions and 58 deletions

View File

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