summaryrefslogtreecommitdiff
path: root/ropes
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-31 20:25:46 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-31 20:25:46 -0400
commitd7a62ee312c9cd4ff455223e18b9bcf09a2f79a4 (patch)
tree823380234c085bb6edbc472531277db8a33c721b /ropes
parent02c000610d3e78d6f8a5fa58115e8fcd83f3d97b (diff)
downloaddreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar
dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.gz
dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.bz2
dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.xz
dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.zip
update mesecons, pipeworks, castle, and technic
Diffstat (limited to 'ropes')
-rw-r--r--ropes/ropeboxes.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/ropes/ropeboxes.lua b/ropes/ropeboxes.lua
index 9049bb1..676f1c2 100644
--- a/ropes/ropeboxes.lua
+++ b/ropes/ropeboxes.lua
@@ -225,9 +225,8 @@ local rope_def = {
drop = "",
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},
- sounds = default.node_sound_leaves_defaults(),
sounds = {
- footstep = "ropes_creak",
+ footstep = {name = "ropes_creak", gain = 0.8, max_hear_distance = 6},
dig = "__group",
dug = "__group",
},
@@ -262,7 +261,7 @@ local rope_bottom_def = {
drawtype = "nodebox",
groups = {choppy=2, flammable=2, not_in_creative_inventory=1},
sounds = {
- footstep = "ropes_creak",
+ footstep = {name = "ropes_creak", gain = 0.8, max_hear_distance = 6},
dig = "__group",
dug = "__group",
},