diff options
Diffstat (limited to 'assets/minecraft/models/block/cherry_fence_side.json')
| -rwxr-xr-x | assets/minecraft/models/block/cherry_fence_side.json | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cherry_fence_side.json b/assets/minecraft/models/block/cherry_fence_side.json new file mode 100755 index 00000000..976a36ee --- /dev/null +++ b/assets/minecraft/models/block/cherry_fence_side.json | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "textures": { | ||
| 4 | "2": "block/stripped_cherry_log_top", | ||
| 5 | "texture": "block/cherry_fence", | ||
| 6 | "particle": "block/air" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [7, -2, 0.75], | ||
| 11 | "to": [9, 14, 4.75], | ||
| 12 | "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -0.25]}, | ||
| 13 | "faces": { | ||
| 14 | "north": {"uv": [0, 0, 2, 16], "texture": "#texture"}, | ||
| 15 | "east": {"uv": [12, 0, 16, 16], "texture": "#texture"}, | ||
| 16 | "south": {"uv": [14, 0, 16, 16], "texture": "#texture"}, | ||
| 17 | "west": {"uv": [0, 0, 4, 16], "texture": "#texture"}, | ||
| 18 | "down": {"uv": [7, 6, 9, 10], "texture": "#2", "cullface": "down"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [7.01, 12.75, 1.85], | ||
| 23 | "to": [8.99, 15.65, 4.75], | ||
| 24 | "rotation": {"angle": 45, "axis": "x", "origin": [8, 14.75, 2.75]}, | ||
| 25 | "faces": { | ||
| 26 | "north": {"uv": [1, 0, 3, 3], "texture": "#texture"}, | ||
| 27 | "east": {"uv": [13, 0, 16, 3], "rotation": 90, "texture": "#texture"}, | ||
| 28 | "west": {"uv": [1, 0, 4, 3], "texture": "#texture"}, | ||
| 29 | "up": {"uv": [13, 0, 15, 3], "texture": "#texture"} | ||
| 30 | } | ||
| 31 | }, | ||
| 32 | { | ||
| 33 | "from": [7.5, 10, 0], | ||
| 34 | "to": [8.5, 12, 9], | ||
| 35 | "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 10, 0]}, | ||
| 36 | "faces": { | ||
| 37 | "north": {"uv": [2, 0, 4, 1], "rotation": 90, "texture": "#texture", "cullface": "north"}, | ||
| 38 | "east": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#texture"}, | ||
| 39 | "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#texture"}, | ||
| 40 | "up": {"uv": [2, 0, 3, 16], "texture": "#texture"}, | ||
| 41 | "down": {"uv": [3, 0, 4, 16], "texture": "#texture"} | ||
| 42 | } | ||
| 43 | }, | ||
| 44 | { | ||
| 45 | "from": [7.5, 3, 0], | ||
| 46 | "to": [8.5, 5, 9], | ||
| 47 | "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 3, 0]}, | ||
| 48 | "faces": { | ||
| 49 | "north": {"uv": [2, 0, 4, 1], "rotation": 90, "texture": "#texture", "cullface": "north"}, | ||
| 50 | "east": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#texture"}, | ||
| 51 | "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#texture"}, | ||
| 52 | "up": {"uv": [2, 0, 3, 16], "texture": "#texture"}, | ||
| 53 | "down": {"uv": [3, 0, 4, 16], "texture": "#texture"} | ||
| 54 | } | ||
| 55 | } | ||
| 56 | ] | ||
| 57 | } \ No newline at end of file | ||