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

23 lines
1.1 KiB
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_all",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscBlackQuartzPillar" } },
"1": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscBlackQuartzChiseled" } },
"2": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscBlackQuartz" } },
"3": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscOreBlackQuartz" } },
"4": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscWoodCasing" } },
"5": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscCharcoal" } },
"6": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscEnderpearl" } },
"7": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscLavaFactoryCase" } },
"8": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscEnderCasing" } },
"9": { "textures" : { "all" : "actuallyadditions:blocks/blockMiscIronCasing" } }
}
}
}