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))