ploof-pack/faithless/assets/minecraft/models/block/air.json

15 lines
334 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{ "textures": {
"particle": "block/air",
"air": "#air"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 0, 0, 0 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 0, 0 ], "texture": "#air", "cullface": "down" }
}
}
]
}