mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-12-01 03:44:00 +01:00
Merge pull request #3 from tacotexmex/master
Set reduced max_hear_distance
This commit is contained in:
commit
a726abf1a9
@ -226,7 +226,7 @@ local rope_def = {
|
|||||||
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 = {
|
sounds = {
|
||||||
footstep = {name = "ropes_creak", gain = 0.5},
|
footstep = {name = "ropes_creak", gain = 0.8, max_hear_distance = 6},
|
||||||
dig = "__group",
|
dig = "__group",
|
||||||
dug = "__group",
|
dug = "__group",
|
||||||
},
|
},
|
||||||
@ -261,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 = {name = "ropes_creak", gain = 0.5},
|
footstep = {name = "ropes_creak", gain = 0.8, max_hear_distance = 6},
|
||||||
dig = "__group",
|
dig = "__group",
|
||||||
dug = "__group",
|
dug = "__group",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user