summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/brownshroom/sw.json
blob: eba6ec5a5a35a5d2e7fee501f718eb4517fb2fc1 (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
{
	"texture_size": [64, 96],
	"textures": {
		"0": "block/brown_mushroom_large",
		"particle": "block/brown_mushroom_block"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 0],
			"faces": {
				"north": {"uv": [8, 0, 12, 2.66667], "texture": "#0"}
			}
		},
		{
			"from": [0, 0, -0.1],
			"to": [16, 16, -0.1],
			"faces": {
				"north": {"uv": [8, 10.66667, 12, 13.33333], "texture": "#0", "cullface": "down"}
			}
		}
	]
}