summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/template_transparent_block.json
blob: 5dc5fff089fa9d4d48bf9013d3d8a95358f4bd6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{   "parent": "block/block",
	"textures": {
		"all": "#all",
		"particle": "#all"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
				"east": {"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},
				"up": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
				"down": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
			}
		},
		{
			"from": [16, 16, 16],
			"to": [0, 0, 0],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
				"east": {"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},
				"up": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
				"down": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
			}
		}
	]
}