Fix redstone block being insta-breakable

This commit is contained in:
Wuzzy 2017-03-15 20:46:36 +01:00
parent eb64b2e0a5
commit 58bbbf1627
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ minetest.register_node("mesecons_torch:redstoneblock", {
{x = 0, y =-1, z = 0}
}
}},
mcl_blast_resistance = 30,
mcl_hardness = 5,
_mcl_blast_resistance = 30,
_mcl_hardness = 5,
})
minetest.register_craft({