summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sand.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/sand.json')
-rwxr-xr-xassets/minecraft/models/block/sand.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/sand.json b/assets/minecraft/models/block/sand.json
new file mode 100755
index 00000000..6ba0d9ab
--- /dev/null
+++ b/assets/minecraft/models/block/sand.json
@@ -0,0 +1,28 @@
1{
2 "textures": {
3 "0": "block/sand",
4 "1": "block/sand_unstable",
5 "particle": "block/sand"
6 },
7 "elements": [
8 {
9 "from": [0, 0, 0],
10 "to": [16, 16, 16],
11 "faces": {
12 "north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
13 "east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
14 "south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
15 "west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
16 "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"},
17 "down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
18 }
19 },
20 {
21 "from": [0, 0.1, 0],
22 "to": [16, 16.1, 16],
23 "faces": {
24 "up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
25 }
26 }
27 ]
28} \ No newline at end of file