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

22 lines
831 B
JSON

{
"ambientocclusion": false,
"parent": "block/block",
"textures": {
"particle": "#particle"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#down", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#up", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
}
}
]
}