summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pressure_plate_up.json
blob: 22b78b031fc503c951a1611920e10793ca3d6518 (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
{
	"parent": "block/thin_block",
	"textures": {
		"particle": "block/air"
	},
	"elements": [
		{
			"from": [1, 0, 1],
			"to": [15, 1.2, 15],
			"faces": {
				"north": {"uv": [1, 14, 15, 15], "texture": "#texture"},
				"east": {"uv": [1, 14, 15, 15], "texture": "#texture"},
				"south": {"uv": [1, 14, 15, 15], "texture": "#texture"},
				"west": {"uv": [1, 14, 15, 15], "texture": "#texture"},
				"up": {"uv": [1, 1, 15, 15], "texture": "#texture"},
				"down": {"uv": [1, 1, 15, 15], "texture": "#texture", "cullface": "down"}
			}
		}
	],
	"display": {
		"ground": {
			"translation": [0, 4.5, 0],
			"scale": [0.58, 0.58, 0.58]
		},
		"gui": {
			"rotation": [30.72, 45.21, 0.66],
			"translation": [0, 4.25, 0],
			"scale": [0.83, 0.83, 0.83]
		}
	}
}