1
0
mirror of https://github.com/Sokomine/cottages.git synced 2026-01-13 20:45:43 +01:00

added screenshot; made compatible with mineclone2; adjusted sounds

This commit is contained in:
Sokomine
2018-06-30 03:14:41 +02:00
parent d607c8af31
commit 739f3a7ac4
9 changed files with 22 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ minetest.register_node("cottages:ladder_with_rope_and_rail", {
},
groups = {choppy=2,oddly_breakable_by_hand=3,rail=1,connect_to_raillike=1}, --connect_to_raillike=minetest.raillike_group("rail")},
legacy_wallmounted = true,
sounds = default.node_sound_wood_defaults(),
sounds = default.node_sound_wood_defaults,
})