diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/cactus.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/cactus.json')
| -rwxr-xr-x | assets/minecraft/models/block/cactus.json | 31 |
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 | } | ||