minecraft-assets/assets/minecraft/models/block/crop.json

41 lines
1.2 KiB
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "#crop"
},
"elements": [
{ "from": [ 4, -1, 0 ],
"to": [ 4, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
},
{ "from": [ 12, -1, 0 ],
"to": [ 12, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
},
{ "from": [ 0, -1, 4 ],
"to": [ 16, 15, 4 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
},
{ "from": [ 0, -1, 12 ],
"to": [ 16, 15, 12 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
}
]
}