From b2bc980b9cda8f1b273d48ab8fa5694703446a5f Mon Sep 17 00:00:00 2001 From: "Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org" Date: Sat, 16 Dec 2023 13:59:37 +0100 Subject: [PATCH] Update technic/machines/LV/geothermal.lua Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> --- technic/machines/LV/geothermal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/LV/geothermal.lua b/technic/machines/LV/geothermal.lua index 952acdd3..ec128f2c 100644 --- a/technic/machines/LV/geothermal.lua +++ b/technic/machines/LV/geothermal.lua @@ -90,7 +90,7 @@ minetest.register_node("technic:geothermal", { tiles = {"technic_geothermal_top.png", "technic_machine_bottom.png", "technic_geothermal_side.png", "technic_geothermal_side.png", "technic_geothermal_side.png", "technic_geothermal_side.png"}, groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, - technic_machine=1, technic_lv=1, axey=2, handy=1}, + technic_machine=1, technic_lv=1, axey=2, handy=1}, _mcl_blast_resistance = 1, _mcl_hardness = 0.8, paramtype2 = "facedir",