ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_crystal.json
2019-11-11 19:04:44 -05:00

19 lines
757 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_all",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"type": {
"red": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_red" } },
"blue": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_blue" } },
"light_blue": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_light_blue" } },
"black": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_black" } },
"green": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_green" } },
"white": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_white" } }
}
}
}