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