BloodMagic/src/main/resources/assets/bloodmagic/blockstates/item/itemdemoncrystal.json

36 lines
779 B
JSON
Raw Normal View History

2017-01-02 08:19:44 +00:00
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"crystaldefault": {
"textures": {
"layer0": "bloodmagic:items/DefaultCrystal"
}
},
"crystalcorrosive": {
"textures": {
"layer0": "bloodmagic:items/CorrosiveCrystal"
}
},
"crystalvengeful": {
"textures": {
"layer0": "bloodmagic:items/VengefulCrystal"
}
},
"crystaldestructive": {
"textures": {
"layer0": "bloodmagic:items/DestructiveCrystal"
}
},
"crystalsteadfast": {
"textures": {
"layer0": "bloodmagic:items/SteadfastCrystal"
}
}
}
}
}