ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_testifi_bucks_green_fence.json
2019-11-11 19:04:44 -05:00

20 lines
757 B
JSON

{
"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 }
}
]
}