1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-04-20 04:20:19 +02:00

tweak corn so drops arent too OP

This commit is contained in:
tenplus1 2025-04-12 08:03:02 +01:00
parent b8c3d40e88
commit e558d18f6f

View File

@ -93,8 +93,8 @@ def.selection_box = farming.select_final
def.drop = { def.drop = {
items = { items = {
{items = {"farming:corn 2"}, rarity = 1}, {items = {"farming:corn 2"}, rarity = 1},
{items = {"farming:corn 2"}, rarity = 2}, {items = {"farming:corn"}, rarity = 2},
{items = {"farming:corn 2"}, rarity = 2} {items = {"farming:corn"}, rarity = 2}
} }
} }
minetest.register_node("farming:corn_8", table.copy(def)) minetest.register_node("farming:corn_8", table.copy(def))