diff --git a/crops/ginger.lua b/crops/ginger.lua index 4a68a96..1ef3aa1 100644 --- a/crops/ginger.lua +++ b/crops/ginger.lua @@ -48,6 +48,7 @@ minetest.register_node("farming:ginger_3", table.copy(def)) -- stage 4 (final) def.tiles = {"farming_ginger_4.png"} +def.selection_box = farming.select_final def.drop = { items = { {items = {"farming:ginger 2"}, rarity = 1},