Skip to content

Commit

Permalink
indentation / style
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 f33b092 commit 4773f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/machines/MV/hydro_turbine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ minetest.register_node("technic:hydro_turbine_active", {
"technic_hydro_turbine_side.png", "technic_hydro_turbine_side.png"},
paramtype2 = "facedir",
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, axey=2, handy=1,
technic_machine=1, technic_mv=1, not_in_creative_inventory=1},
technic_machine=1, technic_mv=1, not_in_creative_inventory=1},
_mcl_blast_resistance = 1,
_mcl_hardness = 0.8,
legacy_facedir_simple = true,
Expand Down

0 comments on commit 4773f76

Please sign in to comment.