ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockflax.json

23 lines
902 B
JSON
Raw Normal View History

2016-05-03 21:26:02 +02:00
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:crop",
"textures": {
"crop": "actuallyadditions:blocks/blockflaxstage1"
2016-05-03 21:26:02 +02:00
}
},
"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" } }
2016-05-03 21:26:02 +02:00
}
}
}