summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cube_all_glow.json
blob: 375676142aec242a6a41bcbdd72856fb13cbac1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"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" }
            }
        }
    ]
}