ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockWild.json
2016-11-17 20:23:20 +01:00

17 lines
546 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cross",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": { "textures" : { "cross" : "actuallyadditions:blocks/blockCanolaStage4" } },
"1": { "textures" : { "cross" : "actuallyadditions:blocks/blockFlaxStage6" } },
"2": { "textures" : { "cross" : "actuallyadditions:blocks/blockRiceStage6" } },
"3": { "textures" : { "cross" : "actuallyadditions:blocks/blockCoffeeStage6" } }
}
}
}