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:
WayofTime 2016-03-29 09:22:25 -04:00
parent 4ea3e0ca92
commit 4a58fc5518
5 changed files with 217 additions and 64 deletions

View file

@ -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"
}
}
}
}