summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/crop_cross_small.json
blob: 1de22bae65bf9950e311a6d9f02b2ccef8c9c361 (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": [8, -16, -8],
			"to": [8, 16, 24],
			"shade": false,
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#crop"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#crop"}
			}
		},
		{
			"from": [-8, -16, 8],
			"to": [24, 16, 8],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#crop"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#crop"}
			}
		}
	]
}