summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/tripwire/tripwire.json
blob: 0a715b5ed195e8ff65ed43104103938b2896c5d3 (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/tripwire_cross"
	},
	"elements": [
		{
			"from": [0, 1, 0],
			"to": [16, 1, 16],
			"shade": false,
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#wire"},
				"down": {"uv": [0, 16, 16, 0], "texture": "#wire", "cullface": "down"}
			}
		}
	]
}