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

19 lines
721 B
JSON

{
"textures": {
"particle": "#all"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }
}
}
]
}