updates
This commit is contained in:
parent
c3cd64a646
commit
03498446a5
BIN
mods/1042_nodes/sounds/water.ogg
Normal file
BIN
mods/1042_nodes/sounds/water.ogg
Normal file
Binary file not shown.
@ -27,6 +27,13 @@ core.register_node("1042_nodes:water_source", {
|
||||
buildable_to = true,
|
||||
is_ground_content = false,
|
||||
|
||||
sounds = {
|
||||
footstep = {
|
||||
name = "water",
|
||||
gain = 1,
|
||||
pitch = 1
|
||||
},
|
||||
},
|
||||
|
||||
liquidtype = "source",
|
||||
liquid_alternative_flowing = "1042_nodes:water_flowing",
|
||||
@ -70,6 +77,14 @@ core.register_node("1042_nodes:water_flowing", {
|
||||
buildable_to = true,
|
||||
is_ground_content = false,
|
||||
|
||||
sounds = {
|
||||
footstep = {
|
||||
name = "water",
|
||||
gain = 1,
|
||||
pitch = 1
|
||||
},
|
||||
},
|
||||
|
||||
liquidtype = "flowing",
|
||||
liquid_alternative_flowing = "1042_nodes:water_flowing",
|
||||
liquid_alternative_source = "1042_nodes:water_source",
|
||||
|
Loading…
x
Reference in New Issue
Block a user