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