1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-14 06:10:26 +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

@ -67,8 +67,7 @@ def.selection_box = farming.select_final
def.drop = {
items = {
{items = {"farming:eggplant 2"}, rarity = 1},
{items = {"farming:eggplant"}, rarity = 2},
{items = {"farming:eggplant"}, rarity = 3}
{items = {"farming:eggplant"}, rarity = 2}
}
}
minetest.register_node("farming:eggplant_4", table.copy(def))