ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/block_crystal_empowered.json

19 lines
791 B
JSON
Raw Normal View History

2016-11-17 20:23:18 +01:00
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_all",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
2016-11-20 03:44:44 +01:00
"0": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_empowered_red" } },
"1": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_empowered_blue" } },
"2": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_empowered_light_blue" } },
"3": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_empowered_black" } },
"4": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_empowered_green" } },
"5": { "textures" : { "all" : "actuallyadditions:blocks/block_crystal_empowered_white" } }
2016-11-17 20:23:18 +01:00
}
}
}