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

20 lines
732 B
JSON
Raw Normal View History

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