forked from VoxeLibre/VoxeLibre
Fix up indentation for warped and crimson wart block sounds part 2
This commit is contained in:
parent
eae1ee7cee
commit
89eb458df7
|
@ -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 New Issue