forked from MineClone5/MineClone5
missed the comma on the previous line
When removing the last line the previous comma wasn't removed.
This commit is contained in:
parent
7ad5f7c66e
commit
9e72966f91
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue