ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockmisc.json
Jakob Riepler 1e53014383 Rename all the assets
because someone thought forcing lowercase would be great
2016-11-16 21:49:51 +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" } }
}
}
}