summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/smithing_table.json
blob: cda5bf8601bcc37c0843c1a36b6e43506da04d76 (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
{
	"parent": "block/cube",
	"textures": {
		"north": "block/smithing_table_front",
		"south": "block/smithing_table_back",
		"east": "block/smithing_table_side",
		"west": "block/smithing_table_side_2",
		"particle": "block/air",
		"up": "block/smithing_table_top",
		"down": "block/smithing_table_bottom"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#north", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#east", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#south", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#west", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#up", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "down"}
			}
		},
		{
			"from": [16, 3, 8],
			"to": [17, 6, 13],
			"faces": {
				"north": {"uv": [7, 10, 8, 13], "texture": "#east", "cullface": "east"},
				"east": {"uv": [3, 10, 8, 13], "texture": "#east", "cullface": "east"},
				"south": {"uv": [3, 10, 4, 13], "texture": "#east", "cullface": "east"},
				"up": {"uv": [3, 10, 8, 11], "rotation": 270, "texture": "#east", "cullface": "east"},
				"down": {"uv": [3, 12, 8, 13], "rotation": 90, "texture": "#east", "cullface": "east"}
			}
		}
	]
}