Added localization and textures to the Living Armour
This commit is contained in:
parent
9a48eb9ff3
commit
c18f1abbd5
11 changed files with 81 additions and 7 deletions
|
@ -99,6 +99,11 @@ item.BloodMagic.sigil.phantomBridge.name=Sigil of the Phantom Bridge
|
|||
item.BloodMagic.sigil.whirlwind.name=Sigil of the Whirlwind
|
||||
item.BloodMagic.sigil.enderSeverance.name=Sigil of Ender Severance
|
||||
|
||||
item.BloodMagic.livingArmour.helmet.name=Living Helmet
|
||||
item.BloodMagic.livingArmour.chest.name=Living Chestplate
|
||||
item.BloodMagic.livingArmour.legs.name=Living Leggings
|
||||
item.BloodMagic.livingArmour.boots.name=Living Boots
|
||||
|
||||
item.BloodMagic.altarMaker.name=Altar Maker
|
||||
|
||||
item.BloodMagic.ritualDivinernormal.name=Ritual Diviner
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/LivingHelmet"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/LivingPlate"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/LivingLeggings"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/LivingBoots"
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 255 B |
Binary file not shown.
After Width: | Height: | Size: 253 B |
Binary file not shown.
After Width: | Height: | Size: 231 B |
Binary file not shown.
After Width: | Height: | Size: 282 B |
Loading…
Add table
Add a link
Reference in a new issue