missed the comma on the previous line

When removing the last line the previous comma wasn't removed.
This commit is contained in:
CableGuy67 2022-03-24 18:42:45 +00:00
parent 7ad5f7c66e
commit 9e72966f91
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ minetest.register_node("mcl_nether:netheriteblock", {
sounds = mcl_sounds.node_sound_stone_defaults(),
_mcl_blast_resistance = 1200,
_mcl_hardness = 50,
_mcl_silk_touch_drop = true,
_mcl_silk_touch_drop = true
})
-- For eternal fire on top of netherrack and magma blocks