Skip to content

Commit

Permalink
Update technic/machines/LV/geothermal.lua
Browse files Browse the repository at this point in the history
Co-authored-by: SX <[email protected]>
  • Loading branch information
nonfreegithub and S-S-X authored Dec 16, 2023
1 parent b2bc980 commit 1eba579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/machines/LV/geothermal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1eba579

Please sign in to comment.