ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_coffee.json

23 lines
947 B
JSON
Raw Normal View History

2016-11-17 20:23:18 +01:00
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:crop",
"textures": {
2016-11-20 03:44:44 +01:00
"crop": "actuallyadditions:blocks/block_coffee_stage_1"
2016-11-17 20:23:18 +01:00
}
},
"variants": {
"normal": [{}],
"inventory": [{}],
"age": {
2016-11-20 03:44:44 +01:00
"0": { "textures": { "crop": "actuallyadditions:blocks/block_coffee_stage_1" } },
"1": { "textures": { "crop": "actuallyadditions:blocks/block_coffee_stage_2" } },
"2": { "textures": { "crop": "actuallyadditions:blocks/block_coffee_stage_2" } },
"3": { "textures": { "crop": "actuallyadditions:blocks/block_coffee_stage_3" } },
"4": { "textures": { "crop": "actuallyadditions:blocks/block_coffee_stage_4" } },
"5": { "textures": { "crop": "actuallyadditions:blocks/block_coffee_stage_4" } },
"6": { "textures": { "crop": "actuallyadditions:blocks/block_coffee_stage_5" } },
"7": { "textures": { "crop": "actuallyadditions:blocks/block_coffee_stage_6" } }
2016-11-17 20:23:18 +01:00
}
}
}