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/warped_fence_side2.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/warped_fence_side2.json')
| -rwxr-xr-x | assets/minecraft/models/block/warped_fence_side2.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/warped_fence_side2.json b/assets/minecraft/models/block/warped_fence_side2.json new file mode 100755 index 00000000..14d350ae --- /dev/null +++ b/assets/minecraft/models/block/warped_fence_side2.json | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "texture": "block/warped_fence", | ||
| 4 | "particle": "block/warped_planks" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [7, 6, 0], | ||
| 9 | "to": [9, 15, 16], | ||
| 10 | "faces": { | ||
| 11 | "north": {"uv": [14, 1, 16, 10], "texture": "#texture", "cullface": "north"}, | ||
| 12 | "east": {"uv": [0, 1, 16, 10], "texture": "#texture"}, | ||
| 13 | "south": {"uv": [14, 1, 16, 10], "texture": "#texture", "cullface": "south"}, | ||
| 14 | "west": {"uv": [0, 1, 16, 10], "texture": "#texture"}, | ||
| 15 | "up": {"uv": [0, 1, 16, 3], "rotation": 90, "texture": "#texture"}, | ||
| 16 | "down": {"uv": [0, 8, 16, 10], "rotation": 90, "texture": "#texture"} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [7, 12, 0], | ||
| 21 | "to": [9, 9, 16], | ||
| 22 | "faces": { | ||
| 23 | "up": {"uv": [0, 7, 16, 9], "rotation": 90, "texture": "#texture"}, | ||
| 24 | "down": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"} | ||
| 25 | } | ||
| 26 | } | ||
| 27 | ] | ||
| 28 | } \ No newline at end of file | ||