Heads: Add back armor def fields

This commit is contained in:
Wuzzy 2020-02-19 03:02:45 +01:00
parent 604e1c4d19
commit 71cee9920a
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ local function addhead(name, texture, desc, longdesc, rangemob, rangefactor)
on_rotate = on_rotate_floor,
_mcl_armor_mob_range_mob = rangemob,
_mcl_armor_mob_range_factor = rangefactor,
_mcl_blast_resistance = 5,
_mcl_hardness = 1,
})