Setup the .json of the Demon Will to use the new aspected textures.
This commit is contained in:
parent
d46a5e16ae
commit
3956c9f7dd
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue