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