summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/redstone/redstone_cross.json
blob: ffa3b3cf8af0a44b2251ba3c9abe56d40f61e7b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"ambientocclusion": false,
	"texture_size": [48, 32],
	"textures": {
		"particle": "block/redstone/particle"
	},
	"elements": [
		{
			"from": [0, 1, 0],
			"to": [16, 1, 16],
			"shade": false,
			"faces": {
				"up": {"uv": [10.66667, 8, 16, 16], "texture": "#wire"},
				"down": {"uv": [10.66667, 16, 16, 8], "texture": "#wire", "cullface": "down"}
			}
		}
	]
}