summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cactus.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/cactus.json')
-rwxr-xr-xassets/minecraft/models/block/cactus.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cactus.json b/assets/minecraft/models/block/cactus.json
new file mode 100755
index 00000000..eeccca8b
--- /dev/null
+++ b/assets/minecraft/models/block/cactus.json
@@ -0,0 +1,31 @@
1{ "parent": "block/block",
2 "textures": {
3 "particle": "block/cactus_bottom",
4 "bottom": "block/cactus_bottom",
5 "top": "block/cactus_top",
6 "side": "block/cactus_side"
7 },
8 "elements": [
9 { "from": [ 0, 0, 0 ],
10 "to": [ 16, 16, 16 ],
11 "faces": {
12 "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
13 "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }
14 }
15 },
16 { "from": [ 0, 0, 1 ],
17 "to": [ 16, 16, 15 ],
18 "faces": {
19 "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
20 "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
21 }
22 },
23 { "from": [ 1, 0, 0 ],
24 "to": [ 15, 16, 16 ],
25 "faces": {
26 "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
27 "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
28 }
29 }
30 ]
31}