diff options
Diffstat (limited to 'assets/minecraft/models/block/kelp_branch.json')
| -rwxr-xr-x | assets/minecraft/models/block/kelp_branch.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/kelp_branch.json b/assets/minecraft/models/block/kelp_branch.json new file mode 100755 index 00000000..d4761d1e --- /dev/null +++ b/assets/minecraft/models/block/kelp_branch.json | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "cross": "block/kelp_branch", | ||
| 5 | "particle": "block/kelp_plant" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [-16, -16, 8], | ||
| 10 | "to": [32, 16, 8], | ||
| 11 | "shade": false, | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [0, 0, 16, 16], "texture": "#cross"}, | ||
| 14 | "south": {"uv": [16, 0, 0, 16], "texture": "#cross"} | ||
| 15 | } | ||
| 16 | } | ||
| 17 | ] | ||
| 18 | } \ No newline at end of file | ||