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

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:crop",
"textures": {
"crop": "actuallyadditions:blocks/blockflaxstage1"
}
},
"variants": {
"normal": [{}],
"inventory": [{}],
"age": {
"0": { "textures": { "crop": "actuallyadditions:blocks/blockflaxstage1" } },
"1": { "textures": { "crop": "actuallyadditions:blocks/blockflaxstage2" } },
"2": { "textures": { "crop": "actuallyadditions:blocks/blockflaxstage2" } },
"3": { "textures": { "crop": "actuallyadditions:blocks/blockflaxstage3" } },
"4": { "textures": { "crop": "actuallyadditions:blocks/blockflaxstage4" } },
"5": { "textures": { "crop": "actuallyadditions:blocks/blockflaxstage4" } },
"6": { "textures": { "crop": "actuallyadditions:blocks/blockflaxstage5" } },
"7": { "textures": { "crop": "actuallyadditions:blocks/blockflaxstage6" } }
}
}
}