Make rope creak quieter
This commit is contained in:
parent
eec546558b
commit
1dd9d2de75
@ -225,9 +225,8 @@ local rope_def = {
|
|||||||
drop = "",
|
drop = "",
|
||||||
tiles = { "ropes_3.png", "ropes_3.png", "ropes_3.png", "ropes_3.png", "ropes_5.png", "ropes_5.png" },
|
tiles = { "ropes_3.png", "ropes_3.png", "ropes_3.png", "ropes_3.png", "ropes_5.png", "ropes_5.png" },
|
||||||
groups = {choppy=2, flammable=2, not_in_creative_inventory=1},
|
groups = {choppy=2, flammable=2, not_in_creative_inventory=1},
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
|
||||||
sounds = {
|
sounds = {
|
||||||
footstep = "ropes_creak",
|
footstep = {name = "ropes_creak", gain = 0.5},
|
||||||
dig = "__group",
|
dig = "__group",
|
||||||
dug = "__group",
|
dug = "__group",
|
||||||
},
|
},
|
||||||
@ -262,7 +261,7 @@ local rope_bottom_def = {
|
|||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
groups = {choppy=2, flammable=2, not_in_creative_inventory=1},
|
groups = {choppy=2, flammable=2, not_in_creative_inventory=1},
|
||||||
sounds = {
|
sounds = {
|
||||||
footstep = "ropes_creak",
|
footstep = {name = "ropes_creak", gain = 0.5},
|
||||||
dig = "__group",
|
dig = "__group",
|
||||||
dug = "__group",
|
dug = "__group",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user