summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/composter_contents_ready.json
blob: 4dac2fd36f11e678520cfdb9ce2e9d9b56cffbcf (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
{
	"credit": "Made with Blockbench",
	"parent": "block/block",
	"ambientocclusion": false,
	"texture_size": [48, 48],
	"textures": {
		"4": "block/flies",
		"inside": "block/composter_ready",
		"particle": "block/air"
	},
	"elements": [
		{
			"from": [2, 0, 2],
			"to": [14, 15, 14],
			"faces": {
				"up": {"uv": [2, 2, 14, 14], "texture": "#inside"}
			}
		},
		{
			"from": [-16, 0, 8],
			"to": [32, 32, 8],
			"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 1, 8]},
			"faces": {
				"north": {"uv": [0, 5.33333, 16, 16], "texture": "#4"},
				"south": {"uv": [0, 5.33333, 16, 16], "texture": "#4"}
			}
		},
		{
			"from": [8, 0, -16],
			"to": [8, 32, 32],
			"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 1, 8]},
			"faces": {
				"east": {"uv": [0, 16, 16, 5.33333], "texture": "#4"},
				"west": {"uv": [0, 16, 16, 5.33333], "texture": "#4"}
			}
		}
	]
}