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,36 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "builtin/generated",
|
||||
"transform": "forge:default-item"
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"blank": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/BlankSlate"
|
||||
}
|
||||
},
|
||||
"reinforced": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/ReinforcedSlate"
|
||||
}
|
||||
},
|
||||
"imbued": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/InfusedSlate"
|
||||
}
|
||||
},
|
||||
"demonic": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/DemonSlate"
|
||||
}
|
||||
},
|
||||
"ethereal": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/EtherealSlate"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue