BloodMagic/src/main/resources/assets/bloodmagic/blockstates/BlockCrystal.json
2015-11-29 19:33:17 -05:00

22 lines
372 B
JSON

{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "cube_all",
"uvlock": true
},
"variants": {
"type": {
"normal": {
"textures": {
"all": "bloodmagic:blocks/ShardCluster"
}
},
"brick": {
"textures": {
"all": "bloodmagic:blocks/ShardClusterBrick"
}
}
}
}
}