Fix mob heads not showing their texture when worn as head armor

This commit is contained in:
Elias Fleckenstein 2021-05-04 09:01:53 +02:00
parent 33c6e5cdad
commit f96258ca5c
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ local function addhead(name, texture, desc, longdesc, rangemob, rangefactor)
_mcl_armor_mob_range_mob = rangemob,
_mcl_armor_mob_range_factor = rangefactor,
_mcl_armor_element = "head",
_mcl_armor_texture = "mcl_heads_" .. name .. ".png",
_mcl_armor_preview = "mcl_heads_" .. name .. "_preview.png",
_mcl_blast_resistance = 1,
_mcl_hardness = 1,
})