BloodMagic/src/main/resources/assets/bloodmagic/blockstates/BlockCrystal.json

23 lines
371 B
JSON
Raw Normal View History

2015-11-29 19:33:17 -05:00
{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "cube_all",
"uvlock": true
},
"variants": {
"type": {
"large": {
2015-11-29 19:33:17 -05:00
"textures": {
"all": "bloodmagic:blocks/ShardCluster"
}
},
"brick": {
"textures": {
"all": "bloodmagic:blocks/ShardClusterBrick"
}
}
}
}
}