diff options
Diffstat (limited to 'assets/minecraft/models/block/bamboo_fence_post.json')
| -rwxr-xr-x | assets/minecraft/models/block/bamboo_fence_post.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bamboo_fence_post.json b/assets/minecraft/models/block/bamboo_fence_post.json new file mode 100755 index 00000000..143b2a0d --- /dev/null +++ b/assets/minecraft/models/block/bamboo_fence_post.json | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "textures": { | ||
| 4 | "log": "block/bamboo_fence2", | ||
| 5 | "particle": "block/bamboo_block" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [6, 0, 6], | ||
| 10 | "to": [10, 16, 10], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [6, 0, 10, 16], "texture": "#log"}, | ||
| 13 | "east": {"uv": [6, 0, 10, 16], "texture": "#log"}, | ||
| 14 | "south": {"uv": [6, 0, 10, 16], "texture": "#log"}, | ||
| 15 | "west": {"uv": [6, 0, 10, 16], "texture": "#log"}, | ||
| 16 | "up": {"uv": [11, 0, 15, 4], "texture": "#log", "cullface": "up"}, | ||
| 17 | "down": {"uv": [11, 12, 15, 16], "texture": "#log", "cullface": "down"} | ||
| 18 | } | ||
| 19 | } | ||
| 20 | ] | ||
| 21 | } \ No newline at end of file | ||