Implemented most of the framework required for training specific Living Armour Upgrades.
This commit is contained in:
parent
01d4bdffa2
commit
64efaf854b
24 changed files with 322 additions and 13 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "builtin/generated",
|
||||
"transform": "forge:default-item"
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"upgradetrainer": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/UpgradeTrainer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -121,6 +121,7 @@ item.BloodMagic.ritualDivinerdawn.name=Ritual Diviner [Dawn]
|
|||
|
||||
item.BloodMagic.arcaneAshes.name=Arcane Ashes
|
||||
item.BloodMagic.upgradeTome.name=Living Armour Upgrade Tome
|
||||
item.BloodMagic.upgradeTrainer.name=Living Armour Training Bracelet
|
||||
|
||||
item.BloodMagic.sentientSword.name=Sentient Sword
|
||||
item.BloodMagic.soulGem.petty.name=Petty Tartaric Gem
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/UpgradeTrainer"
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 544 B |
Loading…
Add table
Add a link
Reference in a new issue