diff options
Diffstat (limited to 'assets/minecraft/models/block/cactus4.json')
| -rwxr-xr-x | assets/minecraft/models/block/cactus4.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cactus4.json b/assets/minecraft/models/block/cactus4.json new file mode 100755 index 00000000..2150dc17 --- /dev/null +++ b/assets/minecraft/models/block/cactus4.json | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "3": "block/cactus_parts", | ||
| 5 | "bottom": "block/cactus_bottom", | ||
| 6 | "top": "block/cactus_top", | ||
| 7 | "particle": "block/cactus_bottom", | ||
| 8 | "side": "block/cactus_side" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [0, 0, 0], | ||
| 13 | "to": [16, 16, 16], | ||
| 14 | "faces": { | ||
| 15 | "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, | ||
| 16 | "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [0, 0, 1], | ||
| 21 | "to": [16, 16, 15], | ||
| 22 | "faces": { | ||
| 23 | "north": {"uv": [0, 0, 16, 16], "texture": "#side"}, | ||
| 24 | "south": {"uv": [0, 0, 16, 16], "texture": "#side"} | ||
| 25 | } | ||
| 26 | }, | ||
| 27 | { | ||
| 28 | "from": [1, 0, 0], | ||
| 29 | "to": [15, 16, 16], | ||
| 30 | "faces": { | ||
| 31 | "east": {"uv": [0, 0, 16, 16], "texture": "#side"}, | ||
| 32 | "west": {"uv": [0, 0, 16, 16], "texture": "#side"} | ||
| 33 | } | ||
| 34 | }, | ||
| 35 | { | ||
| 36 | "from": [5, 1, -9], | ||
| 37 | "to": [11, 17, 2], | ||
| 38 | "faces": { | ||
| 39 | "north": {"uv": [13, 4.5, 16, 12.5], "texture": "#3"}, | ||
| 40 | "east": {"uv": [7, 4.5, 12.5, 12.5], "texture": "#3"}, | ||
| 41 | "west": {"uv": [12.5, 4.5, 7, 12.5], "texture": "#3"}, | ||
| 42 | "up": {"uv": [12.5, 0, 7, 3], "rotation": 90, "texture": "#3"}, | ||
| 43 | "down": {"uv": [7, 13, 12.5, 16], "rotation": 90, "texture": "#3"} | ||
| 44 | } | ||
| 45 | }, | ||
| 46 | { | ||
| 47 | "from": [5, 7, 2], | ||
| 48 | "to": [11, 17, -3], | ||
| 49 | "faces": { | ||
| 50 | "south": {"uv": [13, 4.5, 16, 9.5], "texture": "#3"}, | ||
| 51 | "down": {"uv": [7, 13, 10, 16], "rotation": 90, "texture": "#3"} | ||
| 52 | } | ||
| 53 | } | ||
| 54 | ] | ||
| 55 | } \ No newline at end of file | ||