summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/golden_helmet.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/golden_helmet.json')
-rwxr-xr-xassets/minecraft/models/item/golden_helmet.json125
1 files changed, 125 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/golden_helmet.json b/assets/minecraft/models/item/golden_helmet.json
new file mode 100755
index 00000000..84766152
--- /dev/null
+++ b/assets/minecraft/models/item/golden_helmet.json
@@ -0,0 +1,125 @@
1{
2 "parent": "item/end_portal_frame",
3 "ambientocclusion": false,
4 "textures": {
5 "1": "item/golden_helmet",
6 "lantern": "block/models/armor/gold_layer_1"
7 },
8 "elements": [
9 {
10 "from": [2.75, -1, 2.8],
11 "to": [13.25, 9.5, 13.3],
12 "faces": {
13 "north": {"uv": [10, 4, 12, 8], "texture": "#lantern"},
14 "east": {"uv": [8, 4, 10, 8], "texture": "#lantern"},
15 "south": {"uv": [14, 4, 16, 8], "texture": "#lantern"},
16 "west": {"uv": [12, 4, 14, 8], "texture": "#lantern"},
17 "up": {"uv": [12, 0, 10, 4], "rotation": 180, "texture": "#lantern"}
18 }
19 },
20 {
21 "from": [6, 9, 6],
22 "to": [10, 9, 10],
23 "shade": false,
24 "faces": {
25 "down": {"uv": [0, 0, 16, 16], "texture": "#1"}
26 }
27 },
28 {
29 "from": [3.5, 0, 3.5],
30 "to": [12.5, 9, 12.5],
31 "faces": {
32 "north": {"uv": [2, 4, 4, 8], "texture": "#lantern"},
33 "east": {"uv": [0, 4, 2, 8], "texture": "#lantern"},
34 "south": {"uv": [6, 4, 8, 8], "texture": "#lantern"},
35 "west": {"uv": [4, 4, 6, 8], "texture": "#lantern"},
36 "up": {"uv": [4, 0, 2, 4], "rotation": 180, "texture": "#lantern"}
37 }
38 },
39 {
40 "from": [12.5, 0, 3.5],
41 "to": [3.5, 9, 12.5],
42 "faces": {
43 "north": {"uv": [4, 4, 2, 8], "texture": "#lantern"},
44 "east": {"uv": [6, 4, 4, 8], "texture": "#lantern"},
45 "south": {"uv": [8, 4, 6, 8], "texture": "#lantern"},
46 "west": {"uv": [2, 4, 0, 8], "texture": "#lantern"}
47 }
48 },
49 {
50 "from": [13.25, -1, 2.8],
51 "to": [2.75, 9.5, 13.3],
52 "faces": {
53 "north": {"uv": [12, 4, 10, 8], "texture": "#lantern"},
54 "east": {"uv": [14, 4, 12, 8], "texture": "#lantern"},
55 "south": {"uv": [16, 4, 14, 8], "texture": "#lantern"},
56 "west": {"uv": [10, 4, 8, 8], "texture": "#lantern"}
57 }
58 }
59 ],
60 "gui_light": "front",
61 "display": {
62 "thirdperson_righthand": {
63 "rotation": [14.5, -64, 0],
64 "translation": [0, -1.5, -1.5],
65 "scale": [0.75, 0.75, 0.75]
66 },
67 "thirdperson_lefthand": {
68 "rotation": [14.5, -64, 0],
69 "translation": [0, -1.5, -1.5],
70 "scale": [0.75, 0.75, 0.75]
71 },
72 "firstperson_righthand": {
73 "rotation": [162.5, 48, -170],
74 "translation": [-1, 4.25, 2],
75 "scale": [0.5, 0.5, 0.5]
76 },
77 "firstperson_lefthand": {
78 "rotation": [162.5, 48, -170],
79 "translation": [-1, 4.25, 2],
80 "scale": [0.5, 0.5, 0.5]
81 },
82 "ground": {
83 "translation": [0, 4.5, 0],
84 "scale": [0.6, 0.6, 0.6]
85 },
86 "fixed": {
87 "rotation": [-109, 0, 0],
88 "translation": [0, -3, -9],
89 "scale": [2, 2, 2]
90 }
91 },
92 "overrides": [
93 {
94 "model": "minecraft:item/golden_helmet_quartz_trim",
95 "predicate": { "trim_type": 0.1 } },
96 {
97 "model": "minecraft:item/golden_helmet_iron_trim",
98 "predicate": { "trim_type": 0.2 } },
99 {
100 "model": "minecraft:item/golden_helmet_netherite_trim",
101 "predicate": { "trim_type": 0.3 } },
102 {
103 "model": "minecraft:item/golden_helmet_redstone_trim",
104 "predicate": { "trim_type": 0.4 } },
105 {
106 "model": "minecraft:item/golden_helmet_copper_trim",
107 "predicate": { "trim_type": 0.5 } },
108 {
109 "model": "minecraft:item/golden_helmet_gold_trim",
110 "predicate": { "trim_type": 0.6 } },
111 {
112 "model": "minecraft:item/golden_helmet_emerald_trim",
113 "predicate": { "trim_type": 0.7 } },
114 {
115 "model": "minecraft:item/golden_helmet_diamond_trim",
116 "predicate": { "trim_type": 0.8 } },
117 {
118 "model": "minecraft:item/golden_helmet_lapis_trim",
119 "predicate": { "trim_type": 0.9 } },
120 {
121 "model": "minecraft:item/golden_helmet_amethyst_trim",
122 "predicate": { "trim_type": 1.0 }
123 }
124 ]
125} \ No newline at end of file