Added localization and textures to the Living Armour

This commit is contained in:
WayofTime 2016-01-04 08:27:43 -05:00
parent 9a48eb9ff3
commit c18f1abbd5
11 changed files with 81 additions and 7 deletions

View file

@ -0,0 +1,7 @@
{
"parent":"bloodmagic:item/ItemModelBase",
"textures": {
"layer0":"bloodmagic:items/LivingHelmet"
}
}

View file

@ -0,0 +1,8 @@
{
"parent":"bloodmagic:item/ItemModelBase",
"textures": {
"layer0":"bloodmagic:items/LivingPlate"
}
}

View file

@ -0,0 +1,7 @@
{
"parent":"bloodmagic:item/ItemModelBase",
"textures": {
"layer0":"bloodmagic:items/LivingLeggings"
}
}

View file

@ -0,0 +1,7 @@
{
"parent":"bloodmagic:item/ItemModelBase",
"textures": {
"layer0":"bloodmagic:items/LivingBoots"
}
}