"code": "fa-jousting-head",
"heldTpIdleAnimation": "holdunderarm",
"variantgroups": [
{ "code": "metal", "states": ["iron", "meteoriciron", "steel"]},
{ "code": "cloth", "states": ["plain", "bear"]}
],
"behaviors": [
{ "name": "fajousting:HeadLock" },
{ "name": "Wearable" },
{ "name": "GroundStorable", "properties": { "layout": "Quadrants", "collisionBox": { "x1": 0, "y1": 0, "z1": 0, "x2": 1, "y2": 0.3, "z2": 1 } } },
{
"name": "AttributeRenderingLibrary.Wearable",
"propertiesByType": {
"fa-jousting-head-*-bear": {
"name": {
"*": ["fajousting:item-fa-jousting-head-frogmouth-{metalhead}-{plume}"]
},
"warmth": {
"plume-bear-polar": 1.5,
"plume-*": 1
},
"shape": {
"*": { "base": "entity/armor/jousting/joustingfrogmouthbearhead" }
},
"textures": {
"*": {
"seraph": { "base": "game:block/transparent" },
"joustinghead": { "base": "armor/entity/jousting_{metalhead}" },
"plume": { "base": "game:entity/humanoid/serapharmor/hide/bear/{plume}" }
}
}
},
"fa-jousting-head-*-plain": {
"name": {
"*": ["fajousting:item-fa-jousting-head-{style}-{metalhead}-{plume}"]
},
"warmth": {
"*": 0
},
"shape": {
"*": { "base": "entity/armor/jousting/jousting{style}head" }
},
"textures": {
"*": {
"seraph": { "base": "game:block/transparent" },
"joustinghead": { "base": "armor/entity/jousting_{metalhead}" },
"plume": { "base": "block/plume/plume{plume}" }
}
}
},
}
},
{
"name": "AttributeRenderingLibrary.GenerateCreativeStacks",
"propertiesByType": {
"fa-jousting-head-*-bear": {
"creativeinventory": {
"forgottenarmoryjousting": ["*"]
},
"variantgroups": [
{ "code": "metalhead", "states": ["{metal}"] },
{ "code": "plume", "states": ["bear-black","bear-brown","bear-polar"] }
]
},
"fa-jousting-head-*-plain": {
"creativeinventory": {
"forgottenarmoryjousting": ["*"]
},
"variantgroups": [
{ "code": "style", "states": ["frogmouth","frogmouthcrown","frogmouthdave"]},
{ "code": "metalhead", "states": ["{metal}"] },
{ "code": "plume", "states": ["red","green","black","blue","brown","white","purple","pink","orange","yellow","gray","plain","none"] }
]
}
}
}
],