1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-06 15:36:03 +00:00
PixelPerfectionCE/assets/minecraft/models/block/fence_side.json
2020-05-15 16:17:25 +02:00

31 lines
1.2 KiB
JSON

{
"textures": {
"side": "#side",
"top": "#top",
"particle": "#texture"
},
"elements": [
{ "from": [ 7, 12, 0 ],
"to": [ 9, 15, 9 ],
"faces": {
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
"north": { "uv": [ 7, 1, 9, 4 ], "texture": "#side", "cullface": "north" },
"west": { "uv": [ 0, 1, 9, 4 ], "texture": "#side" },
"east": { "uv": [ 7, 1, 16, 4 ], "texture": "#side" }
},
"__comment": "top bar"
},
{ "from": [ 7, 6, 0 ],
"to": [ 9, 9, 9 ],
"faces": {
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
"north": { "uv": [ 7, 7, 9, 10 ], "texture": "#side", "cullface": "north" },
"west": { "uv": [ 0, 7, 9, 10 ], "texture": "#side" },
"east": { "uv": [ 7, 7, 16, 10 ], "texture": "#side" }
},
"__comment": "lower bar"
}
]
}