ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockCrystal.json
2016-11-17 20:23:20 +01:00

19 lines
718 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_all",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": { "textures" : { "all" : "actuallyadditions:blocks/blockCrystalRed" } },
"1": { "textures" : { "all" : "actuallyadditions:blocks/blockCrystalBlue" } },
"2": { "textures" : { "all" : "actuallyadditions:blocks/blockCrystalLightBlue" } },
"3": { "textures" : { "all" : "actuallyadditions:blocks/blockCrystalBlack" } },
"4": { "textures" : { "all" : "actuallyadditions:blocks/blockCrystalGreen" } },
"5": { "textures" : { "all" : "actuallyadditions:blocks/blockCrystalWhite" } }
}
}
}