Fix up indentation for warped and crimson wart block sounds part 2

This commit is contained in:
SmokeyDope 2023-02-02 22:42:44 +00:00
parent eae1ee7cee
commit 89eb458df7
1 changed files with 2 additions and 2 deletions

View File

@ -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", {