summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/brick_slab.json
blob: 56f2a11a696dd2889abd11d46e1732532acb7b83 (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
{
	"parent": "block/block",
	"textures": {
		"0": "block/bricks_model"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 8, 16],
			"faces": {
				"north": {"uv": [4, 10, 8, 12], "texture": "#0"},
				"east": {"uv": [12, 10, 16, 12], "texture": "#0"},
				"south": {"uv": [0, 10, 4, 12], "texture": "#0"},
				"west": {"uv": [8, 10, 12, 12], "texture": "#0"},
				"up": {"uv": [4, 12, 8, 16], "texture": "#0"},
				"down": {"uv": [12, 12, 16, 16], "texture": "#0"}
			}
		}
	],
    "display": {
        "gui": {
            "rotation": [ 30, 225, 0 ],
            "translation": [ 0, 0, 0],
            "scale":[ 0.7, 0.7, 0.7 ]
        }
    }
}