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

23 lines
920 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/blockcoffeestage1"
2016-05-03 21:26:02 +02:00
}
},
"variants": {
"normal": [{}],
"inventory": [{}],
"age": {
"0": { "textures": { "crop": "actuallyadditions:blocks/blockcoffeestage1" } },
"1": { "textures": { "crop": "actuallyadditions:blocks/blockcoffeestage2" } },
"2": { "textures": { "crop": "actuallyadditions:blocks/blockcoffeestage2" } },
"3": { "textures": { "crop": "actuallyadditions:blocks/blockcoffeestage3" } },
"4": { "textures": { "crop": "actuallyadditions:blocks/blockcoffeestage4" } },
"5": { "textures": { "crop": "actuallyadditions:blocks/blockcoffeestage4" } },
"6": { "textures": { "crop": "actuallyadditions:blocks/blockcoffeestage5" } },
"7": { "textures": { "crop": "actuallyadditions:blocks/blockcoffeestage6" } }
2016-05-03 21:26:02 +02:00
}
}
}