Skip to content

Commit b6015df

Browse files
authored
Merge pull request #11 from kyrkis/main
dyable
2 parents 07a171b + 32d815a commit b6015df

File tree

1 file changed

+105
-15
lines changed

1 file changed

+105
-15
lines changed

assets/minecraft/items/leather_horse_armor.json

Lines changed: 105 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,105 +8,195 @@
88
"model": {
99
"type": "minecraft:model",
1010
"model": "puzzle_boxes:block/variations/puzzle_elements/teleporter/teleporter_on"
11-
}
11+
},
12+
"tints": [
13+
{
14+
"type": "minecraft:dye",
15+
"default": 0
16+
}
17+
]
1218
},
1319
{
1420
"threshold": 2,
1521
"model": {
1622
"type": "minecraft:model",
1723
"model": "puzzle_boxes:block/variations/puzzle_elements/teleporter/teleporter_off"
18-
}
24+
},
25+
"tints": [
26+
{
27+
"type": "minecraft:dye",
28+
"default": 0
29+
}
30+
]
1931
},
2032
{
2133
"threshold": 101,
2234
"model": {
2335
"type": "minecraft:model",
2436
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/pressure_plate_empty"
25-
}
37+
},
38+
"tints": [
39+
{
40+
"type": "minecraft:dye",
41+
"default": 0
42+
}
43+
]
2644
},
2745
{
2846
"threshold": 102,
2947
"model": {
3048
"type": "minecraft:model",
3149
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/pressure_plate_square"
32-
}
50+
},
51+
"tints": [
52+
{
53+
"type": "minecraft:dye",
54+
"default": 0
55+
}
56+
]
3357
},
3458
{
3559
"threshold": 103,
3660
"model": {
3761
"type": "minecraft:model",
3862
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/pressure_plate_magnet"
39-
}
63+
},
64+
"tints": [
65+
{
66+
"type": "minecraft:dye",
67+
"default": 0
68+
}
69+
]
4070
},
4171
{
4272
"threshold": 104,
4373
"model": {
4474
"type": "minecraft:model",
4575
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/pressure_plate_hole"
46-
}
76+
},
77+
"tints": [
78+
{
79+
"type": "minecraft:dye",
80+
"default": 0
81+
}
82+
]
4783
},
4884
{
4985
"threshold": 151,
5086
"model": {
5187
"type": "minecraft:model",
5288
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/active_pressure_plate_empty"
53-
}
89+
},
90+
"tints": [
91+
{
92+
"type": "minecraft:dye",
93+
"default": 0
94+
}
95+
]
5496
},
5597
{
5698
"threshold": 152,
5799
"model": {
58100
"type": "minecraft:model",
59101
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/active_pressure_plate_square"
60-
}
102+
},
103+
"tints": [
104+
{
105+
"type": "minecraft:dye",
106+
"default": 0
107+
}
108+
]
61109
},
62110
{
63111
"threshold": 153,
64112
"model": {
65113
"type": "minecraft:model",
66114
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/active_pressure_plate_magnet"
67-
}
115+
},
116+
"tints": [
117+
{
118+
"type": "minecraft:dye",
119+
"default": 0
120+
}
121+
]
68122
},
69123
{
70124
"threshold": 154,
71125
"model": {
72126
"type": "minecraft:model",
73127
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/active_pressure_plate_hole"
74-
}
128+
},
129+
"tints": [
130+
{
131+
"type": "minecraft:dye",
132+
"default": 0
133+
}
134+
]
75135
},
76136
{
77137
"threshold": 201,
78138
"model": {
79139
"type": "minecraft:model",
80140
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/plug_inactive_1"
81-
}
141+
},
142+
"tints": [
143+
{
144+
"type": "minecraft:dye",
145+
"default": 0
146+
}
147+
]
82148
},
83149
{
84150
"threshold": 202,
85151
"model": {
86152
"type": "minecraft:model",
87153
"model": "puzzle_boxes:block/variations/puzzle_elements/lamp/lamp_off"
88-
}
154+
},
155+
"tints": [
156+
{
157+
"type": "minecraft:dye",
158+
"default": 0
159+
}
160+
]
89161
},
90162
{
91163
"threshold": 251,
92164
"model": {
93165
"type": "minecraft:model",
94166
"model": "puzzle_boxes:block/variations/puzzle_elements/pressure_plate/plug_active_1"
95-
}
167+
},
168+
"tints": [
169+
{
170+
"type": "minecraft:dye",
171+
"default": 0
172+
}
173+
]
96174
},
97175
{
98176
"threshold": 252,
99177
"model": {
100178
"type": "minecraft:model",
101179
"model": "puzzle_boxes:block/variations/puzzle_elements/lamp/lamp_on"
102-
}
180+
},
181+
"tints": [
182+
{
183+
"type": "minecraft:dye",
184+
"default": 0
185+
}
186+
]
103187
},
104188
{
105189
"threshold": 401,
106190
"model": {
107191
"type": "minecraft:model",
108192
"model": "puzzle_boxes:block/variations/misc/empty"
109-
}
193+
},
194+
"tints": [
195+
{
196+
"type": "minecraft:dye",
197+
"default": 0
198+
}
199+
]
110200
}
111201
],
112202
"fallback": {

0 commit comments

Comments
 (0)