Skip to content

Commit

Permalink
Update technic/machines/LV/music_player.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 1eba579 commit 4a8a414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/machines/LV/music_player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ minetest.register_node("technic:music_player", {
tiles = {"technic_music_player_top.png", "technic_machine_bottom.png", "technic_music_player_side.png",
"technic_music_player_side.png", "technic_music_player_side.png", "technic_music_player_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,
connect_sides = {"bottom"},
Expand Down

0 comments on commit 4a8a414

Please sign in to comment.