Setup the .json of the Demon Will to use the new aspected textures.

This commit is contained in:
WayofTime 2016-11-11 17:29:05 -05:00
parent d46a5e16ae
commit 3956c9f7dd
2 changed files with 5 additions and 5 deletions

View file

@ -13,22 +13,22 @@
},
"corrosive": {
"textures": {
"layer0": "bloodmagic:items/BaseMonsterSoul"
"layer0": "bloodmagic:items/BaseMonsterSoul_corrosive"
}
},
"destructive": {
"textures": {
"layer0": "bloodmagic:items/BaseMonsterSoul"
"layer0": "bloodmagic:items/BaseMonsterSoul_destructive"
}
},
"vengeful": {
"textures": {
"layer0": "bloodmagic:items/BaseMonsterSoul"
"layer0": "bloodmagic:items/BaseMonsterSoul_vengeful"
}
},
"steadfast": {
"textures": {
"layer0": "bloodmagic:items/BaseMonsterSoul"
"layer0": "bloodmagic:items/BaseMonsterSoul_steadfast"
}
}
}