More work on moving models into ItemStates
This commit is contained in:
parent
325cda2f71
commit
04c0c32188
80 changed files with 583 additions and 480 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue