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/acacia_fence_side.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/acacia_fence_side.json')
| -rwxr-xr-x | assets/minecraft/models/block/acacia_fence_side.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/acacia_fence_side.json b/assets/minecraft/models/block/acacia_fence_side.json new file mode 100755 index 00000000..c8129b35 --- /dev/null +++ b/assets/minecraft/models/block/acacia_fence_side.json | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "texture": "block/acacia_fence", | ||
| 4 | "particle": "block/acacia_planks" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [7, 11, 3], | ||
| 9 | "to": [9, 14, 5], | ||
| 10 | "faces": { | ||
| 11 | "south": {"uv": [4, 2, 5, 3], "texture": "#texture"}, | ||
| 12 | "up": {"uv": [3, 2, 5, 4], "rotation": 90, "texture": "#texture"}, | ||
| 13 | "down": {"uv": [3, 3, 5, 5], "rotation": 90, "texture": "#texture"} | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "from": [7, 13, 0], | ||
| 18 | "to": [9, 15, 3], | ||
| 19 | "faces": { | ||
| 20 | "up": {"uv": [0, 1, 3, 3], "rotation": 90, "texture": "#texture"}, | ||
| 21 | "down": {"uv": [0, 1, 3, 3], "rotation": 90, "texture": "#texture"} | ||
| 22 | } | ||
| 23 | }, | ||
| 24 | { | ||
| 25 | "from": [7, 5, 0], | ||
| 26 | "to": [9, 5, 6], | ||
| 27 | "faces": { | ||
| 28 | "up": {"uv": [0, 11, 6, 13], "rotation": 90, "texture": "#texture"} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "from": [7, 5, 4], | ||
| 33 | "to": [9, 13, 6], | ||
| 34 | "faces": { | ||
| 35 | "north": {"uv": [4, 3, 6, 11], "texture": "#texture"}, | ||
| 36 | "up": {"uv": [4, 3, 6, 5], "rotation": 90, "texture": "#texture"} | ||
| 37 | } | ||
| 38 | }, | ||
| 39 | { | ||
| 40 | "from": [7, 5, 1], | ||
| 41 | "to": [9, 15, 3], | ||
| 42 | "faces": { | ||
| 43 | "north": {"uv": [1, 1, 3, 11], "texture": "#texture"}, | ||
| 44 | "south": {"uv": [1, 1, 3, 11], "texture": "#texture"} | ||
| 45 | } | ||
| 46 | }, | ||
| 47 | { | ||
| 48 | "from": [7, 3, 0], | ||
| 49 | "to": [9, 15, 6], | ||
| 50 | "faces": { | ||
| 51 | "north": {"uv": [0, 1, 1, 13], "texture": "#texture"}, | ||
| 52 | "east": {"uv": [10, 1, 16, 13], "texture": "#texture"}, | ||
| 53 | "west": {"uv": [0, 1, 6, 13], "texture": "#texture"}, | ||
| 54 | "down": {"uv": [0, 11, 6, 13], "rotation": 270, "texture": "#texture"} | ||
| 55 | } | ||
| 56 | } | ||
| 57 | ] | ||
| 58 | } \ No newline at end of file | ||