28 lines
774 B
JSON
28 lines
774 B
JSON
|
|
{
|
||
|
|
"textures": {
|
||
|
|
"0": "block/sand",
|
||
|
|
"1": "block/sand_unstable",
|
||
|
|
"particle": "block/sand"
|
||
|
|
},
|
||
|
|
"elements": [
|
||
|
|
{
|
||
|
|
"from": [0, 0, 0],
|
||
|
|
"to": [16, 16, 16],
|
||
|
|
"faces": {
|
||
|
|
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
|
||
|
|
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
|
||
|
|
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
|
||
|
|
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
|
||
|
|
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"},
|
||
|
|
"down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"from": [0, 0.1, 0],
|
||
|
|
"to": [16, 16.1, 16],
|
||
|
|
"faces": {
|
||
|
|
"up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|