peytonplayz585-shadow-3.0/desktopRuntime/resources/assets/minecraft/models/block/wall_ns.json
2023-08-26 16:31:51 -05:00

19 lines
694 B
JSON

{
"textures": {
"particle": "#wall"
},
"elements": [
{ "from": [ 5, 0, 0 ],
"to": [ 11, 13, 16 ],
"faces": {
"down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" },
"up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" },
"north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" },
"south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" },
"west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" },
"east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }
}
}
]
}