mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-07-15 23:00:26 +02:00
tweak crop drops to something more sensible
This commit is contained in:
@ -67,7 +67,8 @@ def.selection_box = farming.select_final
|
||||
def.drop = {
|
||||
items = {
|
||||
{items = {"farming:eggplant 2"}, rarity = 1},
|
||||
{items = {"farming:eggplant 2"}, rarity = 2}
|
||||
{items = {"farming:eggplant"}, rarity = 2},
|
||||
{items = {"farming:eggplant"}, rarity = 3}
|
||||
}
|
||||
}
|
||||
minetest.register_node("farming:eggplant_4", table.copy(def))
|
||||
|
Reference in New Issue
Block a user