Move armor items to IMeshProvider
Minor change to IMeshProvider allow for this
This commit is contained in:
parent
6cd993a619
commit
aa48c540f5
12 changed files with 178 additions and 26 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue