ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockwild.json
Jakob Riepler 1e53014383 Rename all the assets
because someone thought forcing lowercase would be great
2016-11-16 21:49:51 +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" } }
}
}
}