Move armor items to IMeshProvider

Minor change to IMeshProvider allow for this
This commit is contained in:
Nick 2016-03-20 23:21:07 -07:00
parent 6cd993a619
commit aa48c540f5
12 changed files with 178 additions and 26 deletions

View file

@ -5,23 +5,23 @@
"transform": "forge:default-item"
},
"variants": {
"type": {
"helm": {
"armour": {
"head": {
"textures": {
"layer0": "bloodmagic:items/LivingHelmet"
}
},
"chest": {
"body": {
"textures": {
"layer0": "bloodmagic:items/LivingPlate"
}
},
"legs": {
"leg": {
"textures": {
"layer0": "bloodmagic:items/LivingLeggings"
}
},
"boots": {
"feet": {
"textures": {
"layer0": "bloodmagic:items/LivingBoots"
}

View file

@ -5,23 +5,23 @@
"transform": "forge:default-item"
},
"variants": {
"type": {
"helm": {
"armour": {
"head": {
"textures": {
"layer0": "bloodmagic:items/SentientHelmet"
}
},
"chest": {
"body": {
"textures": {
"layer0": "bloodmagic:items/SentientPlate"
}
},
"legs": {
"leg": {
"textures": {
"layer0": "bloodmagic:items/SentientLeggings"
}
},
"boots": {
"feet": {
"textures": {
"layer0": "bloodmagic:items/SentientBoots"
}