mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
Fix up indentation for warped and crimson wart block sounds part 2
This commit is contained in:
parent
eae1ee7cee
commit
89eb458df7
1 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@ minetest.register_node("mcl_crimson:warped_wart_block", {
|
|||
sounds = mcl_sounds.node_sound_leaves_defaults({
|
||||
footstep={name="default_dirt_footstep", gain=0.7},
|
||||
dug={name="default_dirt_footstep", gain=1.5},
|
||||
}),
|
||||
}),
|
||||
|
||||
})
|
||||
|
||||
|
@ -323,7 +323,7 @@ minetest.register_node("mcl_crimson:shroomlight", {
|
|||
sounds = mcl_sounds.node_sound_leaves_defaults({
|
||||
footstep={name="default_dirt_footstep", gain=0.7},
|
||||
dug={name="default_dirt_footstep", gain=1.5},
|
||||
}),
|
||||
}),
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_crimson:warped_hyphae", {
|
||||
|
|
Loading…
Reference in a new issue