Skip to content

Commit

Permalink
Fix missing field: default.node_sound_snow_defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ClobberXD authored and rubenwardy committed Nov 21, 2018
1 parent 2ae45bb commit 93da7d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mods/stairs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,11 @@ stairs.register_stair_and_slab(
{"default_snow.png"},
"Snow Block Stair",
"Snow Block Slab",
default.node_sound_snow_defaults(),
default.node_sound_dirt_defaults({
footstep = {name = "default_snow_footstep", gain = 0.15},
dug = {name = "default_snow_footstep", gain = 0.2},
dig = {name = "default_snow_footstep", gain = 0.2}
}),
true
)

Expand Down

0 comments on commit 93da7d0

Please sign in to comment.