mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Heads: Add back armor def fields
This commit is contained in:
parent
604e1c4d19
commit
71cee9920a
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ local function addhead(name, texture, desc, longdesc, rangemob, rangefactor)
|
||||||
|
|
||||||
on_rotate = on_rotate_floor,
|
on_rotate = on_rotate_floor,
|
||||||
|
|
||||||
|
_mcl_armor_mob_range_mob = rangemob,
|
||||||
|
_mcl_armor_mob_range_factor = rangefactor,
|
||||||
_mcl_blast_resistance = 5,
|
_mcl_blast_resistance = 5,
|
||||||
_mcl_hardness = 1,
|
_mcl_hardness = 1,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue