1+ {
2+ "model" :{
3+ "type" : " minecraft:select" ,
4+ "property" : " minecraft:component" ,
5+ "component" : " minecraft:custom_name" ,
6+ "cases" : [
7+ {
8+ "when" : {
9+ "text" : " 1.22 White Harness" ,
10+ "italic" : false ,
11+ "color" : " white"
12+ },
13+ "model" : {
14+ "type" : " minecraft:model" ,
15+ "model" : " minecraft:item/white_harness"
16+ }
17+ },
18+ {
19+ "when" : {
20+ "text" : " 1.22 Green Harness" ,
21+ "italic" : false ,
22+ "color" : " white"
23+ },
24+ "model" : {
25+ "type" : " minecraft:model" ,
26+ "model" : " minecraft:item/green_harness"
27+ }
28+ },
29+ {
30+ "when" : {
31+ "text" : " 1.22 Light Blue Harness" ,
32+ "italic" : false ,
33+ "color" : " white"
34+ },
35+ "model" : {
36+ "type" : " minecraft:model" ,
37+ "model" : " minecraft:item/light_blue_harness"
38+ }
39+ },
40+ {
41+ "when" : {
42+ "text" : " 1.22 Cyan Harness" ,
43+ "italic" : false ,
44+ "color" : " white"
45+ },
46+ "model" : {
47+ "type" : " minecraft:model" ,
48+ "model" : " minecraft:item/cyan_harness"
49+ }
50+ },
51+ {
52+ "when" : {
53+ "text" : " 1.22 Red Harness" ,
54+ "italic" : false ,
55+ "color" : " white"
56+ },
57+ "model" : {
58+ "type" : " minecraft:model" ,
59+ "model" : " minecraft:item/red_harness"
60+ }
61+ },
62+ {
63+ "when" : {
64+ "text" : " 1.22 Light Gray Harness" ,
65+ "italic" : false ,
66+ "color" : " white"
67+ },
68+ "model" : {
69+ "type" : " minecraft:model" ,
70+ "model" : " minecraft:item/light_gray_harness"
71+ }
72+ },
73+ {
74+ "when" : {
75+ "text" : " 1.22 Purple Harness" ,
76+ "italic" : false ,
77+ "color" : " white"
78+ },
79+ "model" : {
80+ "type" : " minecraft:model" ,
81+ "model" : " minecraft:item/purple_harness"
82+ }
83+ },
84+ {
85+ "when" : {
86+ "text" : " 1.22 Orange Harness" ,
87+ "italic" : false ,
88+ "color" : " white"
89+ },
90+ "model" : {
91+ "type" : " minecraft:model" ,
92+ "model" : " minecraft:item/orange_harness"
93+ }
94+ },
95+ {
96+ "when" : {
97+ "text" : " 1.22 Blue Harness" ,
98+ "italic" : false ,
99+ "color" : " white"
100+ },
101+ "model" : {
102+ "type" : " minecraft:model" ,
103+ "model" : " minecraft:item/blue_harness"
104+ }
105+ },
106+ {
107+ "when" : {
108+ "text" : " 1.22 Gray Harness" ,
109+ "italic" : false ,
110+ "color" : " white"
111+ },
112+ "model" : {
113+ "type" : " minecraft:model" ,
114+ "model" : " minecraft:item/gray_harness"
115+ }
116+ },
117+ {
118+ "when" : {
119+ "text" : " 1.22 Brown Harness" ,
120+ "italic" : false ,
121+ "color" : " white"
122+ },
123+ "model" : {
124+ "type" : " minecraft:model" ,
125+ "model" : " minecraft:item/brown_harness"
126+ }
127+ },
128+ {
129+ "when" : {
130+ "text" : " 1.22 Magenta Harness" ,
131+ "italic" : false ,
132+ "color" : " white"
133+ },
134+ "model" : {
135+ "type" : " minecraft:model" ,
136+ "model" : " minecraft:item/magenta_harness"
137+ }
138+ },
139+ {
140+ "when" : {
141+ "text" : " 1.22 Yellow Harness" ,
142+ "italic" : false ,
143+ "color" : " white"
144+ },
145+ "model" : {
146+ "type" : " minecraft:model" ,
147+ "model" : " minecraft:item/yellow_harness"
148+ }
149+ },
150+ {
151+ "when" : {
152+ "text" : " 1.22 Lime Harness" ,
153+ "italic" : false ,
154+ "color" : " white"
155+ },
156+ "model" : {
157+ "type" : " minecraft:model" ,
158+ "model" : " minecraft:item/lime_harness"
159+ }
160+ },
161+ {
162+ "when" : {
163+ "text" : " 1.22 Pink Harness" ,
164+ "italic" : false ,
165+ "color" : " white"
166+ },
167+ "model" : {
168+ "type" : " minecraft:model" ,
169+ "model" : " minecraft:item/pink_harness"
170+ }
171+ }
172+ ],
173+ "fallback" : {
174+ "type" : " minecraft:condition" ,
175+ "component" : " minecraft:dyed_color" ,
176+ "on_false" : {
177+ "type" : " minecraft:model" ,
178+ "model" : " minecraft:item/wolf_armor"
179+ },
180+ "on_true" : {
181+ "type" : " minecraft:model" ,
182+ "model" : " minecraft:item/wolf_armor_dyed" ,
183+ "tints" : [
184+ {
185+ "type" : " minecraft:constant" ,
186+ "value" : -1
187+ },
188+ {
189+ "type" : " minecraft:dye" ,
190+ "default" : 0
191+ }
192+ ]
193+ },
194+ "property" : " minecraft:has_component"
195+ }
196+ }
197+ }
0 commit comments