From e558d18f6f20361c3b027996c4f621f54ba140fe Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 12 Apr 2025 08:03:02 +0100 Subject: [PATCH] tweak corn so drops arent too OP --- crops/corn.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crops/corn.lua b/crops/corn.lua index 7dcbbb2..114c0bd 100644 --- a/crops/corn.lua +++ b/crops/corn.lua @@ -93,8 +93,8 @@ def.selection_box = farming.select_final def.drop = { items = { {items = {"farming:corn 2"}, rarity = 1}, - {items = {"farming:corn 2"}, rarity = 2}, - {items = {"farming:corn 2"}, rarity = 2} + {items = {"farming:corn"}, rarity = 2}, + {items = {"farming:corn"}, rarity = 2} } } minetest.register_node("farming:corn_8", table.copy(def))