"[combine:16x16:-12,0=mobs_mc_"..mobname..".png",-- left
"[combine:16x16:4,0=mobs_mc_"..mobname..".png",-- right
"[combine:16x16:-20,0=mobs_mc_"..mobname..".png",-- back
"[combine:16x16:-4,0=mobs_mc_"..mobname..".png",-- front
},
paramtype="light",
paramtype2="facedir",
sunlight_propagates=true,
walkable=true,
sounds=sounds,
selection_box={
type="fixed",
fixed={-0.25,-0.5,-0.25,0.25,0.0,0.25,},
},
})
end
-- Add heads
addhead("zombie",S("Zombie Head"),S("A zombie head is a small decorative block which resembles the head of a zombie."))
addhead("creeper",S("Creeper Head"),S("A creeper head is a small decorative block which resembles the head of a creeper."))
addhead("skeleton",S("Skeleton Skull"),S("A skeleton skull is a small decorative block which resembles the skull of a skeleton."))
addhead("wither_skeleton",S("Wither Skeleton Skull"),S("A wither skeleton skull is a small decorative block which resembles the skull of a wither skeleton."))