ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_testifi_bucks_green_fence.json

20 lines
757 B
JSON
Raw Normal View History

2016-11-20 03:44:44 +01:00
{
"multipart": [
{ "when": { "up": "true" },
"apply": { "model": "actuallyadditions:block_testifi_bucks_green_fence_post" }
},
{ "when": { "north": "true" },
"apply": { "model": "actuallyadditions:block_testifi_bucks_green_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "actuallyadditions:block_testifi_bucks_green_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "actuallyadditions:block_testifi_bucks_green_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "actuallyadditions:block_testifi_bucks_green_fence_side", "y": 270, "uvlock": true }
}
]
}