diff --git a/technic/machines/supply_converter.lua b/technic/machines/supply_converter.lua index 2a10a10d..75f344e4 100644 --- a/technic/machines/supply_converter.lua +++ b/technic/machines/supply_converter.lua @@ -181,7 +181,7 @@ minetest.register_node("technic:supply_converter", { "technic_supply_converter_side.png" }, groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, - technic_machine=1, technic_all_tiers=1, axey=2, handy=1}, + technic_machine=1, technic_all_tiers=1, axey=2, handy=1}, _mcl_blast_resistance = 1, _mcl_hardness = 0.8, connect_sides = {"top", "bottom"},