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