summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/crying_obsidian.json
blob: 890f4dc72a1a3157d8fb480f5384eb0b244c2f70 (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
{
	"parent": "block/block",
	"textures": {
		"all": "block/crying_obsidian",
		"outline": "block/crying_obsidian_outline",
		"particle": "block/crying_obsidian_particle"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down"}
			}
		},
		{
			"from": [-0.25, -0.25, 16.25],
			"to": [16.25, 16.25, -0.25],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#outline", "cullface": "south"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#outline", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#outline", "cullface": "north"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#outline", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#outline", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#outline", "cullface": "down"}
			}
		}
	]
}