ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockcanola.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
920 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:crop",
"textures": {
"crop": "actuallyadditions:blocks/blockcanolastage1"
}
},
"variants": {
"normal": [{}],
"inventory": [{}],
"age": {
"0": { "textures": { "crop": "actuallyadditions:blocks/blockcanolastage1" } },
"1": { "textures": { "crop": "actuallyadditions:blocks/blockcanolastage2" } },
"2": { "textures": { "crop": "actuallyadditions:blocks/blockcanolastage2" } },
"3": { "textures": { "crop": "actuallyadditions:blocks/blockcanolastage2" } },
"4": { "textures": { "crop": "actuallyadditions:blocks/blockcanolastage3" } },
"5": { "textures": { "crop": "actuallyadditions:blocks/blockcanolastage3" } },
"6": { "textures": { "crop": "actuallyadditions:blocks/blockcanolastage3" } },
"7": { "textures": { "crop": "actuallyadditions:blocks/blockcanolastage4" } }
}
}
}