summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/nether_portal.json
blob: 74ab3f2c0c5f701dfbb95ca1c62af0c856e282e0 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
	"ambientocclusion": false,
	"textures": {
		"1": "block/nether_portal_fog",
		"particle": "block/air",
		"portal": "block/nether_portal"
	},
	"elements": [
		{
			"from": [0, 0, 6],
			"to": [16, 16, 10],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#portal"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#portal"}
			}
		},
		{
			"from": [0.01, 0, -5],
			"to": [0.01, 16, 6],
			"shade": false,
			"faces": {
				"east": {"uv": [9.5, 0, 15, 8], "texture": "#1"}
			}
		},
		{
			"from": [15.99, 0, -5],
			"to": [15.99, 16, 6],
			"shade": false,
			"faces": {
				"west": {"uv": [1, 0, 6.5, 8], "texture": "#1"}
			}
		},
		{
			"from": [15.99, 0, 10],
			"to": [15.99, 16, 21],
			"shade": false,
			"faces": {
				"west": {"uv": [9.5, 0, 15, 8], "texture": "#1"}
			}
		},
		{
			"from": [0.01, 0, 10],
			"to": [0.01, 16, 21],
			"shade": false,
			"faces": {
				"east": {"uv": [1, 0, 6.5, 8], "texture": "#1"}
			}
		},
		{
			"from": [0, 0.01, 10],
			"to": [16, 0.01, 21],
			"shade": false,
			"faces": {
				"up": {"uv": [9.5, 0, 15, 8], "rotation": 90, "texture": "#1"}
			}
		},
		{
			"from": [0, 0.01, -5],
			"to": [16, 0.01, 6],
			"shade": false,
			"faces": {
				"up": {"uv": [1, 0, 6.5, 8], "rotation": 90, "texture": "#1"}
			}
		}
	]
}