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

20 lines
672 B
JSON
Raw Normal View History

2016-05-03 21:26:02 +02:00
{
"multipart": [
{ "when": { "up": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallpost" }
2016-05-03 21:26:02 +02:00
},
{ "when": { "north": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallside", "uvlock": true }
2016-05-03 21:26:02 +02:00
},
{ "when": { "east": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallside", "y": 90, "uvlock": true }
2016-05-03 21:26:02 +02:00
},
{ "when": { "south": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallside", "y": 180, "uvlock": true }
2016-05-03 21:26:02 +02:00
},
{ "when": { "west": "true" },
"apply": { "model": "actuallyadditions:blockquartzwallside", "y": 270, "uvlock": true }
2016-05-03 21:26:02 +02:00
}
]
}