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