Whoops, forgot EtherealSlates

This commit is contained in:
Nick 2015-12-02 16:28:07 -08:00
parent 96d94721c4
commit 42d6c4b59b
5 changed files with 10 additions and 2 deletions

View file

@ -29,6 +29,7 @@ item.BloodMagic.slate.blank.name=Blank Slate
item.BloodMagic.slate.reinforced.name=Reinforced Slate
item.BloodMagic.slate.imbued.name=Imbued Slate
item.BloodMagic.slate.demonic.name=Demonic Slate
item.BloodMagic.slate.ethereal.name=Ethereal Slate
item.BloodMagic.focus.weak.name=Teleposition Focus
item.BloodMagic.focus.enhanced.name=Enhanced Teleposition Focus

View file

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