Skip to content

Commit ed9b73e

Browse files
committed
Update for 1.21.5
1 parent 863476c commit ed9b73e

File tree

99 files changed

+5422
-5435
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+5422
-5435
lines changed
File renamed without changes.
Lines changed: 329 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,329 @@
1+
{
2+
"display": {
3+
"title": {
4+
"text": "Miniblock Tycoon",
5+
"italic": false
6+
},
7+
"description": {
8+
"text": "Obtain ALL Miniblock Traders conversion items!",
9+
"color": "dark_purple"
10+
},
11+
"icon": {
12+
"id": "minecraft:player_head",
13+
"components": {
14+
"profile": {
15+
"properties": [
16+
{
17+
"name": "textures",
18+
"value": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmQwYmRmMzliNTRmNDk2OTJmYjM3OWI0ZWIwNGQxZWI0YTAwZTc4ZWQzOTExYWQzYjYzYTdlNWJmMzE3NjgzNyJ9fX0="
19+
}
20+
]
21+
}
22+
}
23+
},
24+
"frame": "challenge"
25+
},
26+
"parent": "global:mt_items/obtain_conv",
27+
"criteria": {
28+
"mt_apple": {
29+
"trigger": "minecraft:inventory_changed",
30+
"conditions": {
31+
"items": [
32+
{
33+
"components": {
34+
"minecraft:custom_data": { "tag": "mt_apple" }
35+
}
36+
}
37+
]
38+
}
39+
},
40+
"mt_sapling": {
41+
"trigger": "minecraft:inventory_changed",
42+
"conditions": {
43+
"items": [
44+
{
45+
"components": {
46+
"minecraft:custom_data": { "tag": "mt_sapling" }
47+
}
48+
}
49+
]
50+
}
51+
},
52+
"mt_carrot": {
53+
"trigger": "minecraft:inventory_changed",
54+
"conditions": {
55+
"items": [
56+
{
57+
"components": {
58+
"minecraft:custom_data": { "tag": "mt_carrot" }
59+
}
60+
}
61+
]
62+
}
63+
},
64+
"mt_flower": {
65+
"trigger": "minecraft:inventory_changed",
66+
"conditions": {
67+
"items": [
68+
{
69+
"components": {
70+
"minecraft:custom_data": { "tag": "mt_flower" }
71+
}
72+
}
73+
]
74+
}
75+
},
76+
"mt_bees": {
77+
"trigger": "minecraft:inventory_changed",
78+
"conditions": {
79+
"items": [
80+
{
81+
"components": {
82+
"minecraft:custom_data": { "tag": "mt_bees" }
83+
}
84+
}
85+
]
86+
}
87+
},
88+
"mt_mineral": {
89+
"trigger": "minecraft:inventory_changed",
90+
"conditions": {
91+
"items": [
92+
{
93+
"components": {
94+
"minecraft:custom_data": { "tag": "mt_mineral" }
95+
}
96+
}
97+
]
98+
}
99+
},
100+
"mt_rock": {
101+
"trigger": "minecraft:inventory_changed",
102+
"conditions": {
103+
"items": [
104+
{
105+
"components": {
106+
"minecraft:custom_data": { "tag": "mt_rock" }
107+
}
108+
}
109+
]
110+
}
111+
},
112+
"mt_nether": {
113+
"trigger": "minecraft:inventory_changed",
114+
"conditions": {
115+
"items": [
116+
{
117+
"components": {
118+
"minecraft:custom_data": { "tag": "mt_nether" }
119+
}
120+
}
121+
]
122+
}
123+
},
124+
"mt_ocean": {
125+
"trigger": "minecraft:inventory_changed",
126+
"conditions": {
127+
"items": [
128+
{
129+
"components": {
130+
"minecraft:custom_data": { "tag": "mt_ocean" }
131+
}
132+
}
133+
]
134+
}
135+
},
136+
"mt_desert": {
137+
"trigger": "minecraft:inventory_changed",
138+
"conditions": {
139+
"items": [
140+
{
141+
"components": {
142+
"minecraft:custom_data": { "tag": "mt_desert" }
143+
}
144+
}
145+
]
146+
}
147+
},
148+
"mt_astronomy": {
149+
"trigger": "minecraft:inventory_changed",
150+
"conditions": {
151+
"items": [
152+
{
153+
"components": {
154+
"minecraft:custom_data": { "tag": "mt_astronomy" }
155+
}
156+
}
157+
]
158+
}
159+
},
160+
"mt_furnish": {
161+
"trigger": "minecraft:inventory_changed",
162+
"conditions": {
163+
"items": [
164+
{
165+
"components": {
166+
"minecraft:custom_data": { "tag": "mt_furnish" }
167+
}
168+
}
169+
]
170+
}
171+
},
172+
"mt_sculpt": {
173+
"trigger": "minecraft:inventory_changed",
174+
"conditions": {
175+
"items": [
176+
{
177+
"components": {
178+
"minecraft:custom_data": { "tag": "mt_sculpt" }
179+
}
180+
}
181+
]
182+
}
183+
},
184+
"mt_clothes": {
185+
"trigger": "minecraft:inventory_changed",
186+
"conditions": {
187+
"items": [
188+
{
189+
"components": {
190+
"minecraft:custom_data": { "tag": "mt_clothes" }
191+
}
192+
}
193+
]
194+
}
195+
},
196+
"mt_plush": {
197+
"trigger": "minecraft:inventory_changed",
198+
"conditions": {
199+
"items": [
200+
{
201+
"components": {
202+
"minecraft:custom_data": { "tag": "mt_plush" }
203+
}
204+
}
205+
]
206+
}
207+
},
208+
"mt_game": {
209+
"trigger": "minecraft:inventory_changed",
210+
"conditions": {
211+
"items": [
212+
{
213+
"components": {
214+
"minecraft:custom_data": { "tag": "mt_game" }
215+
}
216+
}
217+
]
218+
}
219+
},
220+
"mt_smithy": {
221+
"trigger": "minecraft:inventory_changed",
222+
"conditions": {
223+
"items": [
224+
{
225+
"components": {
226+
"minecraft:custom_data": { "tag": "mt_smithy" }
227+
}
228+
}
229+
]
230+
}
231+
},
232+
"mt_alchemy": {
233+
"trigger": "minecraft:inventory_changed",
234+
"conditions": {
235+
"items": [
236+
{
237+
"components": {
238+
"minecraft:custom_data": { "tag": "mt_alchemy" }
239+
}
240+
}
241+
]
242+
}
243+
},
244+
"mt_engineer": {
245+
"trigger": "minecraft:inventory_changed",
246+
"conditions": {
247+
"items": [
248+
{
249+
"components": {
250+
"minecraft:custom_data": { "tag": "mt_engineer" }
251+
}
252+
}
253+
]
254+
}
255+
},
256+
"mt_steampunk": {
257+
"trigger": "minecraft:inventory_changed",
258+
"conditions": {
259+
"items": [
260+
{
261+
"components": {
262+
"minecraft:custom_data": { "tag": "mt_steampunk" }
263+
}
264+
}
265+
]
266+
}
267+
},
268+
"mt_ritual": {
269+
"trigger": "minecraft:inventory_changed",
270+
"conditions": {
271+
"items": [
272+
{
273+
"components": {
274+
"minecraft:custom_data": { "tag": "mt_ritual" }
275+
}
276+
}
277+
]
278+
}
279+
},
280+
"mt_chef": {
281+
"trigger": "minecraft:inventory_changed",
282+
"conditions": {
283+
"items": [
284+
{
285+
"components": {
286+
"minecraft:custom_data": { "tag": "mt_chef" }
287+
}
288+
}
289+
]
290+
}
291+
},
292+
"mt_bake": {
293+
"trigger": "minecraft:inventory_changed",
294+
"conditions": {
295+
"items": [
296+
{
297+
"components": {
298+
"minecraft:custom_data": { "tag": "mt_bake" }
299+
}
300+
}
301+
]
302+
}
303+
},
304+
"mt_bartender": {
305+
"trigger": "minecraft:inventory_changed",
306+
"conditions": {
307+
"items": [
308+
{
309+
"components": {
310+
"minecraft:custom_data": { "tag": "mt_bartender" }
311+
}
312+
}
313+
]
314+
}
315+
},
316+
"mt_recycle": {
317+
"trigger": "minecraft:inventory_changed",
318+
"conditions": {
319+
"items": [
320+
{
321+
"components": {
322+
"minecraft:custom_data": { "tag": "mt_recycle" }
323+
}
324+
}
325+
]
326+
}
327+
}
328+
}
329+
}

0 commit comments

Comments
 (0)