diff options
Diffstat (limited to 'assets/minecraft/models/block/template_anvil.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_anvil.json | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_anvil.json b/assets/minecraft/models/block/template_anvil.json new file mode 100755 index 00000000..c9557a87 --- /dev/null +++ b/assets/minecraft/models/block/template_anvil.json | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "2": "block/anvil_base", | ||
| 5 | "particle": "block/anvil", | ||
| 6 | "body": "block/anvil", | ||
| 7 | "side": "block/anvil_side" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [2, 0, 2], | ||
| 12 | "to": [14, 4, 14], | ||
| 13 | "faces": { | ||
| 14 | "north": {"uv": [2, 12, 14, 16], "texture": "#side"}, | ||
| 15 | "east": {"uv": [2, 12, 14, 16], "texture": "#body"}, | ||
| 16 | "south": {"uv": [2, 12, 14, 16], "texture": "#side"}, | ||
| 17 | "west": {"uv": [2, 12, 14, 16], "texture": "#body"}, | ||
| 18 | "up": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#2"}, | ||
| 19 | "down": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#2", "cullface": "down"} | ||
| 20 | } | ||
| 21 | }, | ||
| 22 | { | ||
| 23 | "from": [4, 4, 3], | ||
| 24 | "to": [12, 5, 13], | ||
| 25 | "faces": { | ||
| 26 | "north": {"uv": [4, 11, 12, 12], "texture": "#side"}, | ||
| 27 | "east": {"uv": [3, 11, 13, 12], "texture": "#body"}, | ||
| 28 | "south": {"uv": [4, 11, 12, 12], "texture": "#side"}, | ||
| 29 | "west": {"uv": [3, 11, 13, 12], "texture": "#body"}, | ||
| 30 | "up": {"uv": [4, 3, 12, 13], "texture": "#2"} | ||
| 31 | } | ||
| 32 | }, | ||
| 33 | { | ||
| 34 | "from": [6, 5, 4], | ||
| 35 | "to": [10, 10, 12], | ||
| 36 | "faces": { | ||
| 37 | "north": {"uv": [6, 6, 10, 11], "texture": "#side"}, | ||
| 38 | "east": {"uv": [4, 6, 12, 11], "texture": "#body"}, | ||
| 39 | "south": {"uv": [6, 6, 10, 11], "texture": "#side"}, | ||
| 40 | "west": {"uv": [4, 6, 12, 11], "texture": "#body"} | ||
| 41 | } | ||
| 42 | }, | ||
| 43 | { | ||
| 44 | "from": [3, 10, 0], | ||
| 45 | "to": [13, 16, 16], | ||
| 46 | "faces": { | ||
| 47 | "north": {"uv": [3, 0, 13, 6], "texture": "#side"}, | ||
| 48 | "east": {"uv": [0, 0, 16, 6], "texture": "#body"}, | ||
| 49 | "south": {"uv": [3, 0, 13, 6], "texture": "#side"}, | ||
| 50 | "west": {"uv": [0, 0, 16, 6], "texture": "#body"}, | ||
| 51 | "up": {"uv": [3, 0, 13, 16], "rotation": 180, "texture": "#top"}, | ||
| 52 | "down": {"uv": [3, 0, 13, 16], "rotation": 180, "texture": "#2"} | ||
| 53 | } | ||
| 54 | } | ||
| 55 | ] | ||
| 56 | } \ No newline at end of file | ||