1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 21:30:26 +02:00

Change steel ladder sounds + fix/add missing recipes

This commit is contained in:
Jean-Patrick Guerrero
2016-03-09 11:08:41 +01:00
committed by paramat
parent a5ad30748d
commit 676822d286
2 changed files with 27 additions and 3 deletions

View File

@ -1708,7 +1708,7 @@ minetest.register_node("default:ladder_steel", {
--wall_side = = <default>
},
groups = {cracky = 2},
sounds = default.node_sound_defaults(),
sounds = default.node_sound_stone_defaults(),
})
default.register_fence("default:fence_wood", {