summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/anvil.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/anvil.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/anvil.json')
-rwxr-xr-xassets/minecraft/models/item/anvil.json86
1 files changed, 86 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/anvil.json b/assets/minecraft/models/item/anvil.json
new file mode 100755
index 00000000..c0af32e5
--- /dev/null
+++ b/assets/minecraft/models/item/anvil.json
@@ -0,0 +1,86 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "item/end_portal_frame",
4 "ambientocclusion": false,
5 "textures": {
6 "2": "block/anvil_base",
7 "4": "block/anvil_top",
8 "5": "block/anvil_side",
9 "6": "item/anvil",
10 "particle": "block/anvil",
11 "body": "block/anvil"
12 },
13 "elements": [
14 {
15 "from": [6, 3, 6],
16 "to": [10, 3, 10],
17 "shade": false,
18 "faces": {
19 "down": {"uv": [0, 0, 16, 16], "texture": "#6"}
20 }
21 },
22 {
23 "from": [2, 0, 2],
24 "to": [14, 4, 14],
25 "faces": {
26 "north": {"uv": [2, 12, 14, 16], "texture": "#5"},
27 "east": {"uv": [2, 12, 14, 16], "texture": "#body"},
28 "south": {"uv": [2, 12, 14, 16], "texture": "#5"},
29 "west": {"uv": [2, 12, 14, 16], "texture": "#body"},
30 "up": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#2"}
31 }
32 },
33 {
34 "from": [4, 4, 3],
35 "to": [12, 5, 13],
36 "faces": {
37 "north": {"uv": [4, 11, 12, 12], "texture": "#5"},
38 "east": {"uv": [3, 11, 13, 12], "texture": "#body"},
39 "south": {"uv": [4, 11, 12, 12], "texture": "#5"},
40 "west": {"uv": [3, 11, 13, 12], "texture": "#body"},
41 "up": {"uv": [4, 3, 12, 13], "texture": "#2"}
42 }
43 },
44 {
45 "from": [6, 5, 4],
46 "to": [10, 10, 12],
47 "faces": {
48 "north": {"uv": [6, 6, 10, 11], "texture": "#5"},
49 "east": {"uv": [4, 6, 12, 11], "texture": "#body"},
50 "south": {"uv": [6, 6, 10, 11], "texture": "#5"},
51 "west": {"uv": [4, 6, 12, 11], "texture": "#body"}
52 }
53 },
54 {
55 "from": [3, 10, 0],
56 "to": [13, 16, 16],
57 "faces": {
58 "north": {"uv": [3, 0, 13, 6], "texture": "#5"},
59 "east": {"uv": [0, 0, 16, 6], "texture": "#body"},
60 "south": {"uv": [3, 0, 13, 6], "texture": "#5"},
61 "west": {"uv": [0, 0, 16, 6], "texture": "#body"},
62 "up": {"uv": [3, 0, 13, 16], "rotation": 180, "texture": "#4"}
63 }
64 },
65 {
66 "from": [13, 10, 0],
67 "to": [3, 16, 16],
68 "faces": {
69 "north": {"uv": [0, 6, 1, 7], "texture": "#body"},
70 "east": {"uv": [0, 6, 1, 7], "texture": "#body"},
71 "south": {"uv": [0, 6, 1, 7], "texture": "#body"},
72 "west": {"uv": [0, 6, 1, 7], "texture": "#body"}
73 }
74 },
75 {
76 "from": [14, 0, 2],
77 "to": [2, 4, 14],
78 "faces": {
79 "north": {"uv": [0, 6, 1, 7], "texture": "#body"},
80 "east": {"uv": [0, 6, 1, 7], "texture": "#body"},
81 "south": {"uv": [0, 6, 1, 7], "texture": "#body"},
82 "west": {"uv": [0, 6, 1, 7], "texture": "#body"}
83 }
84 }
85 ]
86} \ No newline at end of file