diff options
Diffstat (limited to 'assets/minecraft/models/redshroom/nsw.json')
| -rwxr-xr-x | assets/minecraft/models/redshroom/nsw.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/minecraft/models/redshroom/nsw.json b/assets/minecraft/models/redshroom/nsw.json new file mode 100755 index 00000000..475dd821 --- /dev/null +++ b/assets/minecraft/models/redshroom/nsw.json | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | { | ||
| 2 | "texture_size": [64, 96], | ||
| 3 | "textures": { | ||
| 4 | "0": "block/red_mushroom_large", | ||
| 5 | "particle": "block/red_mushroom_block" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, 0, 0], | ||
| 10 | "to": [16, 16, 0], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [8, 2.66667, 12, 5.33333], "texture": "#0"} | ||
| 13 | } | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "from": [0, 0, -0.1], | ||
| 17 | "to": [16, 16, -0.1], | ||
| 18 | "faces": { | ||
| 19 | "north": {"uv": [8, 13.33333, 12, 16], "texture": "#0", "cullface": "down"} | ||
| 20 | } | ||
| 21 | } | ||
| 22 | ] | ||
| 23 | } \ No newline at end of file | ||