More work on moving models into ItemStates

This commit is contained in:
Nick 2016-02-10 18:49:02 -08:00
parent 325cda2f71
commit 04c0c32188
80 changed files with 583 additions and 480 deletions

View file

@ -0,0 +1,31 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"still": {
"textures": {
"layer0": "bloodmagic:items/SentientBow"
}
},
"pull0": {
"textures": {
"layer0": "bloodmagic:items/SentientBow_pulling_0"
}
},
"pull1": {
"textures": {
"layer0": "bloodmagic:items/SentientBow_pulling_1"
}
},
"pull2": {
"textures": {
"layer0": "bloodmagic:items/SentientBow_pulling_2"
}
}
}
}
}