diff options
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 | ||