Hardness: Furnace+head+hopper+jukebox+rails

This commit is contained in:
Wuzzy 2017-02-27 01:33:34 +01:00
parent 707c0813ff
commit c7ac8620c3
5 changed files with 16 additions and 8 deletions

View file

@ -11,7 +11,7 @@ local function addhead(node, desc)
{ -0.25, -0.5, -0.25, 0.25, 0.0, 0.25, },
},
},
groups = {oddly_breakable_by_hand=3, head=1, deco_block=1},
groups = {handy=1, head=1, deco_block=1},
tiles = {
"head_"..node.."_top.png",
"head_"..node.."_top.png",
@ -33,6 +33,7 @@ local function addhead(node, desc)
footstep = {name="default_hard_footstep", gain=0.3}
}),
_mcl_blast_resistance = 5,
_mcl_hardness = 1,
})
end