Updated Forge to 1813. Worked on the SentientArmour so that it is able to use the different will types depending on what is the highest.
This commit is contained in:
parent
4ea3e0ca92
commit
4a58fc5518
5 changed files with 217 additions and 64 deletions
|
@ -6,25 +6,105 @@
|
|||
},
|
||||
"variants": {
|
||||
"armour": {
|
||||
"head": {
|
||||
"head_default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientHelmet"
|
||||
}
|
||||
},
|
||||
"body": {
|
||||
"body_default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientPlate"
|
||||
}
|
||||
},
|
||||
"leg": {
|
||||
"leg_default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientLeggings"
|
||||
}
|
||||
},
|
||||
"feet": {
|
||||
"feet_default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientBoots"
|
||||
}
|
||||
},
|
||||
"head_corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientHelmet_corrosive"
|
||||
}
|
||||
},
|
||||
"body_corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientPlate_corrosive"
|
||||
}
|
||||
},
|
||||
"leg_corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientLeggings_corrosive"
|
||||
}
|
||||
},
|
||||
"feet_corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientBoots_corrosive"
|
||||
}
|
||||
},
|
||||
"head_vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientHelmet_vengeful"
|
||||
}
|
||||
},
|
||||
"body_vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientPlate_vengeful"
|
||||
}
|
||||
},
|
||||
"leg_vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientLeggings_vengeful"
|
||||
}
|
||||
},
|
||||
"feet_vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientBoots_vengeful"
|
||||
}
|
||||
},
|
||||
"head_destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientHelmet_destructive"
|
||||
}
|
||||
},
|
||||
"body_destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientPlate_destructive"
|
||||
}
|
||||
},
|
||||
"leg_destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientLeggings_destructive"
|
||||
}
|
||||
},
|
||||
"feet_destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientBoots_destructive"
|
||||
}
|
||||
},
|
||||
"head_steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientHelmet_steadfast"
|
||||
}
|
||||
},
|
||||
"body_steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientPlate_steadfast"
|
||||
}
|
||||
},
|
||||
"leg_steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientLeggings_steadfast"
|
||||
}
|
||||
},
|
||||
"feet_steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SentientBoots_steadfast"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue