mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-05 23:16:03 +00:00
17 lines
614 B
JSON
17 lines
614 B
JSON
{
|
|
"multipart": [
|
|
{ "apply": { "model": "block/oak_fence_post" }},
|
|
{ "when": { "north": "true" },
|
|
"apply": { "model": "block/oak_fence_side", "uvlock": true }
|
|
},
|
|
{ "when": { "east": "true" },
|
|
"apply": { "model": "block/oak_fence_side", "y": 90, "uvlock": true }
|
|
},
|
|
{ "when": { "south": "true" },
|
|
"apply": { "model": "block/oak_fence_side", "y": 180, "uvlock": true }
|
|
},
|
|
{ "when": { "west": "true" },
|
|
"apply": { "model": "block/oak_fence_side", "y": 270, "uvlock": true }
|
|
}
|
|
]
|
|
}
|