Added Sentient Armour - not fully implemented.

This commit is contained in:
WayofTime 2016-01-09 13:01:05 -05:00
parent 61e6cf2a14
commit 4d835257ab
13 changed files with 315 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

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

View file

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

View file

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

View file

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