diff --git a/technic/machines/LV/geothermal.lua b/technic/machines/LV/geothermal.lua index ec128f2c..797427eb 100644 --- a/technic/machines/LV/geothermal.lua +++ b/technic/machines/LV/geothermal.lua @@ -110,7 +110,7 @@ minetest.register_node("technic:geothermal_active", { "technic_geothermal_side.png", "technic_geothermal_side.png", "technic_geothermal_side.png"}, paramtype2 = "facedir", groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, - technic_machine=1, technic_lv=1, not_in_creative_inventory=1, axey=2, handy=1}, + technic_machine=1, technic_lv=1, not_in_creative_inventory=1, axey=2, handy=1}, _mcl_blast_resistance = 1, _mcl_hardness = 0.8, legacy_facedir_simple = true,