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 d81e3c8 commit b2bc980
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 @@ -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",
Expand Down

0 comments on commit b2bc980

Please sign in to comment.