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

17 lines
546 B
JSON
Raw Normal View History

2016-05-03 21:26:02 +02:00
{
"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" } }
2016-05-03 21:26:02 +02:00
}
}
}