ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_wild.json
2019-11-11 19:04:44 -05:00

17 lines
574 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cross",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"type": {
"canola": { "textures" : { "cross" : "actuallyadditions:blocks/block_canola_stage_4" } },
"flax": { "textures" : { "cross" : "actuallyadditions:blocks/block_flax_stage_6" } },
"rice": { "textures" : { "cross" : "actuallyadditions:blocks/block_rice_stage_6" } },
"coffee": { "textures" : { "cross" : "actuallyadditions:blocks/block_coffee_stage_6" } }
}
}
}