ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockquartzwall.json
Jakob Riepler 1e53014383 Rename all the assets
because someone thought forcing lowercase would be great
2016-11-16 21:49:51 +01:00

20 lines
672 B
JSON

{
"multipart": [
{ "when": { "up": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallpost" }
},
{ "when": { "north": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallside", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallside", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallside", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallside", "y": 270, "uvlock": true }
}
]
}