summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_campfire_off.json
blob: cdb46c7683d0c26205f3eeaacc69569f046cd80d (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
{
	"parent": "block/block",
	"textures": {
		"particle": "block/oak_log"
	},
	"elements": [
		{
			"from": [1, 0, 0],
			"to": [15, 4, 16],
			"faces": {
				"north": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "north"},
				"east": {"uv": [0, 0, 8, 2], "texture": "#log"},
				"south": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "south"},
				"west": {"uv": [8, 0, 0, 2], "texture": "#log"},
				"up": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#log"},
				"down": {"uv": [8, 0, 16, 7], "rotation": 90, "texture": "#log", "cullface": "down"}
			}
		},
		{
			"from": [0, 3, 1],
			"to": [16, 7, 15],
			"faces": {
				"north": {"uv": [0, 9, 8, 11], "texture": "#log"},
				"east": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "east"},
				"south": {"uv": [0, 9, 8, 11], "texture": "#log"},
				"west": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "west"},
				"up": {"uv": [0, 0, 8, 7], "rotation": 180, "texture": "#log"},
				"down": {"uv": [8, 9, 16, 16], "texture": "#log"}
			}
		},
		{
			"from": [11, 0, 0],
			"to": [5, 4, 16],
			"faces": {
				"east": {"uv": [0, 9, 8, 11], "texture": "#log"},
				"west": {"uv": [0, 9, 8, 11], "texture": "#log"}
			}
		},
		{
			"from": [0, 3, 11],
			"to": [16, 7, 5],
			"faces": {
				"north": {"uv": [0, 9, 8, 11], "texture": "#log"},
				"south": {"uv": [0, 9, 8, 11], "texture": "#log"}
			}
		}
	]
}