diff options
Diffstat (limited to 'assets/minecraft/models/block/bamboo3_age0.json')
| -rwxr-xr-x | assets/minecraft/models/block/bamboo3_age0.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bamboo3_age0.json b/assets/minecraft/models/block/bamboo3_age0.json new file mode 100755 index 00000000..69d1fc9e --- /dev/null +++ b/assets/minecraft/models/block/bamboo3_age0.json | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "all": "block/bamboo_stalk", | ||
| 4 | "particle": "block/bamboo_stalk" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { "from": [ 7, 0, 7 ], | ||
| 8 | "to": [ 9, 16, 9 ], | ||
| 9 | "faces": { | ||
| 10 | "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, | ||
| 11 | "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, | ||
| 12 | "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, | ||
| 13 | "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, | ||
| 14 | "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" } | ||
| 15 | } | ||
| 16 | } | ||
| 17 | ] | ||
| 18 | } | ||