Added Sentient Bow textures and models. Not the most elegant method.

This commit is contained in:
WayofTime 2016-03-29 13:25:00 -04:00
parent 4a58fc5518
commit 4f6f3860c0
24 changed files with 742 additions and 26 deletions

View file

@ -2,28 +2,31 @@
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
"transform": "forge:default-tool"
},
"variants": {
"type": {
"still": {
"default": {
"model": "bloodmagic:item/ItemSentientBow"
},
"corrosive": {
"textures": {
"layer0": "bloodmagic:items/SentientBow"
"layer0": "bloodmagic:items/SentientBow_corrosive"
}
},
"pull0": {
"destructive": {
"textures": {
"layer0": "bloodmagic:items/SentientBow_pulling_0"
"layer0": "bloodmagic:items/SentientBow_destructive"
}
},
"pull1": {
"vengeful": {
"textures": {
"layer0": "bloodmagic:items/SentientBow_pulling_1"
"layer0": "bloodmagic:items/SentientBow_vengeful"
}
},
"pull2": {
"steadfast": {
"textures": {
"layer0": "bloodmagic:items/SentientBow_pulling_2"
"layer0": "bloodmagic:items/SentientBow_steadfast"
}
}
}