ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_crystal.json

19 lines
757 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": [{}],
2016-11-21 16:23:48 +01:00
"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" } }
2016-11-17 20:23:18 +01:00
}
}
}