ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockcoloredlamp.json
Jakob Riepler 1e53014383 Rename all the assets
because someone thought forcing lowercase would be great
2016-11-16 21:49:51 +01:00

29 lines
1.6 KiB
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_all",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampwhite" } },
"1": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlamporange" } },
"2": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampmagenta" } },
"3": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlamplightblue" } },
"4": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampyellow" } },
"5": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlamplime" } },
"6": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlamppink" } },
"7": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampgray" } },
"8": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlamplightgray" } },
"9": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampcyan" } },
"10": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlamppurple" } },
"11": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampblue" } },
"12": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampbrown" } },
"13": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampgreen" } },
"14": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampred" } },
"15": { "textures" : { "all" : "actuallyadditions:blocks/blockcoloredlampblack" } }
}
}
}