mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-18 11:34:59 +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({
|
sounds = mcl_sounds.node_sound_leaves_defaults({
|
||||||
footstep={name="default_dirt_footstep", gain=0.7},
|
footstep={name="default_dirt_footstep", gain=0.7},
|
||||||
dug={name="default_dirt_footstep", gain=1.5},
|
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({
|
sounds = mcl_sounds.node_sound_leaves_defaults({
|
||||||
footstep={name="default_dirt_footstep", gain=0.7},
|
footstep={name="default_dirt_footstep", gain=0.7},
|
||||||
dug={name="default_dirt_footstep", gain=1.5},
|
dug={name="default_dirt_footstep", gain=1.5},
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mcl_crimson:warped_hyphae", {
|
minetest.register_node("mcl_crimson:warped_hyphae", {
|
||||||
|
|
Loading…
Reference in a new issue