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,41 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"water": {
"textures": {
"layer0": "bloodmagic:items/WaterScribeTool"
}
},
"fire": {
"textures": {
"layer0": "bloodmagic:items/FireScribeTool"
}
},
"earth": {
"textures": {
"layer0": "bloodmagic:items/EarthScribeTool"
}
},
"air": {
"textures": {
"layer0": "bloodmagic:items/AirScribeTool"
}
},
"dusk": {
"textures": {
"layer0": "bloodmagic:items/DuskScribeTool"
}
},
"dawn": {
"textures": {
"layer0": "bloodmagic:items/DawnScribeTool"
}
}
}
}
}