20 lines
551 B
JSON
20 lines
551 B
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "block/air",
|
|
"top": "#top"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0, 0, 0],
|
|
"to": [3, 16, 16],
|
|
"faces": {
|
|
"north": {"uv": [3, 0, 0, 16], "texture": "#top", "cullface": "north"},
|
|
"east": {"uv": [16, 0, 0, 16], "texture": "#top"},
|
|
"south": {"uv": [16, 0, 13, 16], "texture": "#top", "cullface": "south"},
|
|
"west": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "west"},
|
|
"up": {"uv": [0, 3, 16, 0], "rotation": 90, "texture": "#top", "cullface": "up"}
|
|
}
|
|
}
|
|
]
|
|
} |