Created visual niceties when an item uses/contains a different will type.
This commit is contained in:
parent
09e90f93c3
commit
4ea3e0ca92
9 changed files with 349 additions and 117 deletions
|
@ -5,15 +5,30 @@
|
|||
"transform": "forge:default-tool"
|
||||
},
|
||||
"variants": {
|
||||
"active": {
|
||||
"true": {
|
||||
"type": {
|
||||
"default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulSword_activated"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulSword_deactivated"
|
||||
"layer0": "bloodmagic:items/SoulSword_corrosive_activated"
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulSword_destructive_activated"
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulSword_vengeful_activated"
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulSword_steadfast_activated"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,31 +6,131 @@
|
|||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"petty": {
|
||||
"petty_default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemPetty"
|
||||
}
|
||||
},
|
||||
"lesser": {
|
||||
"lesser_default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemLesser"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"common_default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemCommon"
|
||||
}
|
||||
},
|
||||
"greater": {
|
||||
"greater_default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGreater"
|
||||
}
|
||||
},
|
||||
"grand": {
|
||||
"grand_default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGrand"
|
||||
}
|
||||
},
|
||||
"petty_corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemPetty_corrosive"
|
||||
}
|
||||
},
|
||||
"lesser_corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemLesser_corrosive"
|
||||
}
|
||||
},
|
||||
"common_corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemCommon_corrosive"
|
||||
}
|
||||
},
|
||||
"greater_corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGreater_corrosive"
|
||||
}
|
||||
},
|
||||
"grand_corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGrand_corrosive"
|
||||
}
|
||||
},
|
||||
"petty_vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemPetty_vengeful"
|
||||
}
|
||||
},
|
||||
"lesser_vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemLesser_vengeful"
|
||||
}
|
||||
},
|
||||
"common_vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemCommon_vengeful"
|
||||
}
|
||||
},
|
||||
"greater_vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGreater_vengeful"
|
||||
}
|
||||
},
|
||||
"grand_vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGrand_vengeful"
|
||||
}
|
||||
},
|
||||
"petty_destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemPetty_destructive"
|
||||
}
|
||||
},
|
||||
"lesser_destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemLesser_destructive"
|
||||
}
|
||||
},
|
||||
"common_destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemCommon_destructive"
|
||||
}
|
||||
},
|
||||
"greater_destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGreater_destructive"
|
||||
}
|
||||
},
|
||||
"grand_destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGrand_destructive"
|
||||
}
|
||||
},
|
||||
"petty_steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemPetty_steadfast"
|
||||
}
|
||||
},
|
||||
"lesser_steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemLesser_steadfast"
|
||||
}
|
||||
},
|
||||
"common_steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemCommon_steadfast"
|
||||
}
|
||||
},
|
||||
"greater_steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGreater_steadfast"
|
||||
}
|
||||
},
|
||||
"grand_steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulGemGrand_steadfast"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue