1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-06-05 17:25:55 +00:00

Initial commit

This commit is contained in:
Alexander Minges 2020-05-15 16:17:25 +02:00
commit acbdb5612a
2402 changed files with 15870 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"multipart": [
{ "apply": { "model": "block/spruce_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "block/spruce_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "block/spruce_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "block/spruce_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "block/spruce_fence_side", "y": 270, "uvlock": true }
}
]
}