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