diff options
Diffstat (limited to 'assets/minecraft/models/block/birch_fence_side2.json')
| -rwxr-xr-x | assets/minecraft/models/block/birch_fence_side2.json | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/birch_fence_side2.json b/assets/minecraft/models/block/birch_fence_side2.json new file mode 100755 index 00000000..8750a2c5 --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_side2.json | |||
| @@ -0,0 +1,70 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "texture": "block/birch_fence", | ||
| 4 | "particle": "block/oak_planks" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [6.5, 11, 0], | ||
| 9 | "to": [9.5, 13, 16], | ||
| 10 | "faces": { | ||
| 11 | "east": {"uv": [0, 2, 16, 4], "texture": "#texture"}, | ||
| 12 | "west": {"uv": [0, 2, 16, 4], "texture": "#texture"}, | ||
| 13 | "up": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"}, | ||
| 14 | "down": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [6.5, 3, 0], | ||
| 19 | "to": [9.5, 5, 16], | ||
| 20 | "faces": { | ||
| 21 | "east": {"uv": [0, 10, 16, 12], "texture": "#texture"}, | ||
| 22 | "west": {"uv": [0, 10, 16, 12], "texture": "#texture"}, | ||
| 23 | "up": {"uv": [0, 10, 16, 12], "rotation": 90, "texture": "#texture"}, | ||
| 24 | "down": {"uv": [0, 10, 16, 12], "rotation": 90, "texture": "#texture"} | ||
| 25 | } | ||
| 26 | }, | ||
| 27 | { | ||
| 28 | "from": [7, -1, 0], | ||
| 29 | "to": [9, 15, 16], | ||
| 30 | "faces": { | ||
| 31 | "north": {"uv": [11, 0, 13, 16], "texture": "#texture", "cullface": "north"}, | ||
| 32 | "east": {"uv": [0, 0, 16, 16], "texture": "#texture"}, | ||
| 33 | "south": {"uv": [11, 0, 13, 16], "texture": "#texture", "cullface": "south"}, | ||
| 34 | "west": {"uv": [0, 0, 16, 16], "texture": "#texture"}, | ||
| 35 | "up": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#texture"}, | ||
| 36 | "down": {"uv": [0, 14, 16, 16], "rotation": 270, "texture": "#texture"} | ||
| 37 | } | ||
| 38 | }, | ||
| 39 | { | ||
| 40 | "from": [7, -1, 3], | ||
| 41 | "to": [9, 15, 1], | ||
| 42 | "faces": { | ||
| 43 | "north": {"uv": [11, 0, 13, 16], "texture": "#texture"}, | ||
| 44 | "south": {"uv": [3, 0, 5, 16], "texture": "#texture"} | ||
| 45 | } | ||
| 46 | }, | ||
| 47 | { | ||
| 48 | "from": [7, -1, 15], | ||
| 49 | "to": [9, 15, 13], | ||
| 50 | "faces": { | ||
| 51 | "north": {"uv": [5, 0, 3, 16], "texture": "#texture"}, | ||
| 52 | "south": {"uv": [13, 0, 11, 16], "texture": "#texture"} | ||
| 53 | } | ||
| 54 | }, | ||
| 55 | { | ||
| 56 | "from": [7, -1, 7], | ||
| 57 | "to": [9, 15, 5], | ||
| 58 | "faces": { | ||
| 59 | "south": {"uv": [3, 0, 5, 16], "texture": "#texture"} | ||
| 60 | } | ||
| 61 | }, | ||
| 62 | { | ||
| 63 | "from": [7, -1, 11], | ||
| 64 | "to": [9, 15, 9], | ||
| 65 | "faces": { | ||
| 66 | "north": {"uv": [5, 0, 3, 16], "texture": "#texture"} | ||
| 67 | } | ||
| 68 | } | ||
| 69 | ] | ||
| 70 | } \ No newline at end of file | ||