summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/moss_carpet.json
blob: 2488e033f485db2008d6036e7df9dada55471cee (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
{
	"ambientocclusion": false,
	"parent": "block/thin_block",
	"textures": {
		"2": "block/moss_carpet",
		"particle": "block/moss_block",
		"wool": "block/moss_block"
	},
	"elements": [
		{
			"from": [-0.01, -2, -0.01],
			"to": [16.01, 1, 16.01],
			"faces": {
				"north": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#wool"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#wool", "cullface": "down"}
			}
		}
	]
}