summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/crop_cross.json
blob: 72fbb7da53e5a6a025a674b529f820b4e8d2c353 (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
{
	"ambientocclusion": true,
	"textures": {
		"particle": "block/farmland_moist"
	},
	"elements": [
		{
			"from": [0, -1, 8],
			"to": [16, 15, 8],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#crop"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#crop"}
			}
		},
		{
			"from": [8, -1, 0],
			"to": [8, 15, 16],
			"shade": false,
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#crop"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#crop"}
			}
		}
	]
}