-
Notifications
You must be signed in to change notification settings - Fork 31
/
vscode-settings.json
462 lines (462 loc) · 23.5 KB
/
vscode-settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
{
"json.schemas": [
{
"fileMatch": ["skin_pack/skins.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/skinpacks/skins.json"
},
{
"fileMatch": ["language_names.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/language/language_names.json"
},
{
"fileMatch": ["languages.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/language/languages.json"
},
{
"fileMatch": ["manifest.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/general/manifest.json"
},
{
"fileMatch": ["world_behavior_packs.{json,jsonc,json5}", "world_resource_packs.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/general/world_x_packs.json"
},
{
"fileMatch": [
"resource_packs/*/animation_controllers/*.{json,jsonc,json5}",
"*resource*pack*/animation_controllers/*.{json,jsonc,json5}",
"*Resource*Pack*/animation_controllers/*.{json,jsonc,json5}",
"*RP*/animation_controllers/*.{json,jsonc,json5}",
"*rp*/animation_controllers/*.{json,jsonc,json5}",
"resource_packs/*/animation_controllers/**/*.{json,jsonc,json5}",
"*resource*pack*/animation_controllers/**/*.{json,jsonc,json5}",
"*Resource*Pack*/animation_controllers/**/*.{json,jsonc,json5}",
"*RP*/animation_controllers/**/*.{json,jsonc,json5}",
"*rp*/animation_controllers/**/*.{json,jsonc,json5}",
"*.{animation_controller.rp,rpac,ac.rp,rp_ac}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animation_controllers/animation_controller.json"
},
{
"fileMatch": [
"resource_packs/*/animations/*.{json,jsonc,json5}",
"*resource*pack*/animations/*.{json,jsonc,json5}",
"*Resource*Pack*/animations/*.{json,jsonc,json5}",
"*RP*/animations/*.{json,jsonc,json5}",
"*rp*/animations/*.{json,jsonc,json5}",
"resource_packs/*/animations/**/*.{json,jsonc,json5}",
"*resource*pack*/animations/**/*.{json,jsonc,json5}",
"*Resource*Pack*/animations/**/*.{json,jsonc,json5}",
"*RP*/animations/**/*.{json,jsonc,json5}",
"*rp*/animations/**/*.{json,jsonc,json5}",
"*.{animation.rp,anim.rp,a.rp,rpa}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/animations/actor_animation.json"
},
{
"fileMatch": ["block_culling/*.{json,jsonc,json5}", "block_culling/**/*.{json,jsonc,json5}", "*.{cull}.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/block_culling/block_culling.json"
},
{
"fileMatch": ["attachables/*.{json,jsonc,json5}", "attachables/**/*.{json,jsonc,json5}", "*.{attachable,attach,at}.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/attachables/attachables.json"
},
{
"fileMatch": [
"resource_packs/*/biomes/*.{json,jsonc,json5}",
"*resource*pack*/biomes/*.{json,jsonc,json5}",
"*Resource*Pack*/biomes/*.{json,jsonc,json5}",
"*RP*/biomes/*.{json,jsonc,json5}",
"*rp*/biomes/*.{json,jsonc,json5}",
"resource_packs/*/biomes/**/*.{json,jsonc,json5}",
"*resource*pack*/biomes/**/*.{json,jsonc,json5}",
"*Resource*Pack*/biomes/**/*.{json,jsonc,json5}",
"*RP*/biomes/**/*.{json,jsonc,json5}",
"*rp*/biomes/**/*.{json,jsonc,json5}",
"*.{client_biome}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/biomes/biomes.json"
},
{
"fileMatch": ["biomes_client.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/biomes_client.json"
},
{
"fileMatch": ["blocks.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/blocks.json"
},
{
"fileMatch": [
"resource_packs/*/entity/*.{json,jsonc,json5}",
"*resource*pack*/entity/*.{json,jsonc,json5}",
"*Resource*Pack*/entity/*.{json,jsonc,json5}",
"*RP*/entity/*.{json,jsonc,json5}",
"*rp*/entity/*.{json,jsonc,json5}",
"resource_packs/*/entity/**/*.{json,jsonc,json5}",
"*resource*pack*/entity/**/*.{json,jsonc,json5}",
"*Resource*Pack*/entity/**/*.{json,jsonc,json5}",
"*RP*/entity/**/*.{json,jsonc,json5}",
"*rp*/entity/**/*.{json,jsonc,json5}",
"*.{entity.rp,e.rp,ce,rpe,actor,entity}.{json,jsonc,json5}",
"!models/entity/**/*.{json,jsonc,json5}",
"!models/entity/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/entity/entity.json"
},
{
"fileMatch": ["fogs/*.{json,jsonc,json5}", "fogs/**/*.{json,jsonc,json5}", "*.fog.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/fog/fog.json"
},
{
"fileMatch": ["flipbook_textures.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/flipbook_textures.json"
},
{
"fileMatch": ["item_texture.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/item_texture.json"
},
{
"fileMatch": ["textures_list.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/textures_list.json"
},
{
"fileMatch": ["*.texture_set.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/texture_set.json"
},
{
"fileMatch": [
"resource_packs/*/items/*.{json,jsonc,json5}",
"*resource*pack*/items/*.{json,jsonc,json5}",
"*Resource*Pack*/items/*.{json,jsonc,json5}",
"*RP*/items/*.{json,jsonc,json5}",
"*rp*/items/*.{json,jsonc,json5}",
"resource_packs/*/items/**/*.{json,jsonc,json5}",
"*resource*pack*/items/**/*.{json,jsonc,json5}",
"*Resource*Pack*/items/**/*.{json,jsonc,json5}",
"*RP*/items/**/*.{json,jsonc,json5}",
"*rp*/items/**/*.{json,jsonc,json5}",
"*.{item.rp,i.rp,rpi,rp_item}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/items/items.json"
},
{
"fileMatch": ["models/entity/*.{json,jsonc,json5}", "models/entity/**/*.{json,jsonc,json5}", "*.{geo,geometry,model,g}.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/models/entity/model_entity.json"
},
{
"fileMatch": ["materials/*.material"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/materials/materials.json"
},
{
"fileMatch": ["music_definitions.json"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds/music_definitions.json"
},
{
"fileMatch": ["particles/*.{json,jsonc,json5}", "particles/**/*.{json,jsonc,json5}", "*.{particle,p}.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/particles/particles.json"
},
{
"fileMatch": ["render_controllers/*.{json,jsonc,json5}", "render_controllers/**/*.{json,jsonc,json5}", "*.{render,render_controller,rc}.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/render_controllers/render_controllers.json"
},
{
"fileMatch": ["sound_definitions.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds/sound_definitions.json"
},
{
"fileMatch": ["sounds.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/sounds.json"
},
{
"fileMatch": ["terrain_texture.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/terrain_texture.json"
},
{
"fileMatch": ["ui/_ui_defs.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/ui/_ui_defs.json"
},
{
"fileMatch": ["ui/_global_variables.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/ui/_global_variables.json"
},
{
"fileMatch": ["ui/*.{json,jsonc,json5}", "ui/**/*.{json,jsonc,json5}", "!ui/_ui_defs.{json,jsonc,json5}", "!ui/_global_variables.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/ui/ui.json"
},
{
"fileMatch": [
"behavior_packs/*/animation_controllers/*.{json,jsonc,json5}",
"*behavior*pack*/animation_controllers/*.{json,jsonc,json5}",
"*Behavior*Pack*/animation_controllers/*.{json,jsonc,json5}",
"*BP*/animation_controllers/*.{json,jsonc,json5}",
"*bp*/animation_controllers/*.{json,jsonc,json5}",
"behavior_packs/*/animation_controllers/**/*.{json,jsonc,json5}",
"*behavior*pack*/animation_controllers/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/animation_controllers/**/*.{json,jsonc,json5}",
"*BP*/animation_controllers/**/*.{json,jsonc,json5}",
"*bp*/animation_controllers/**/*.{json,jsonc,json5}",
"*.{animation_controller.bp,bpac,ac.bp,bp_ac}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animation_controllers/animation_controller.json"
},
{
"fileMatch": [
"behavior_packs/*/animations/*.{json,jsonc,json5}",
"*behavior*pack*/animations/*.{json,jsonc,json5}",
"*Behavior*Pack*/animations/*.{json,jsonc,json5}",
"*BP*/animations/*.{json,jsonc,json5}",
"*bp*/animations/*.{json,jsonc,json5}",
"behavior_packs/*/animations/**/*.{json,jsonc,json5}",
"*behavior*pack*/animations/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/animations/**/*.{json,jsonc,json5}",
"*BP*/animations/**/*.{json,jsonc,json5}",
"*bp*/animations/**/*.{json,jsonc,json5}",
"*.{animation.bp,anim.bp,a.bp,bpa,bp_anim}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/animations/animations.json"
},
{
"fileMatch": [
"behavior_packs/*/biomes/*.{json,jsonc,json5}",
"*behavior*pack*/biomes/*.{json,jsonc,json5}",
"*Behavior*Pack*/biomes/*.{json,jsonc,json5}",
"*BP*/biomes/*.{json,jsonc,json5}",
"*bp*/biomes/*.{json,jsonc,json5}",
"behavior_packs/*/biomes/**/*.{json,jsonc,json5}",
"*behavior*pack*/biomes/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/biomes/**/*.{json,jsonc,json5}",
"*BP*/biomes/**/*.{json,jsonc,json5}",
"*bp*/biomes/**/*.{json,jsonc,json5}",
"*.biome.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/biomes/biomes.json"
},
{
"fileMatch": [
"behavior_packs/*/blocks/*.{json,jsonc,json5}",
"*behavior*pack*/blocks/*.{json,jsonc,json5}",
"*Behavior*Pack*/blocks/*.{json,jsonc,json5}",
"*BP*/blocks/*.{json,jsonc,json5}",
"*bp*/blocks/*.{json,jsonc,json5}",
"behavior_packs/*/blocks/**/*.{json,jsonc,json5}",
"*behavior*pack*/blocks/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/blocks/**/*.{json,jsonc,json5}",
"*BP*/blocks/**/*.{json,jsonc,json5}",
"*bp*/blocks/**/*.{json,jsonc,json5}",
"*.{block,b}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/blocks/blocks.json"
},
{
"fileMatch": ["cameras/presets/*.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/cameras/presets/cameras.json"
},
{
"fileMatch": [
"behavior_packs/*/dialogue/*.{json,jsonc,json5}",
"*behavior*pack*/dialogue/*.{json,jsonc,json5}",
"*Behavior*Pack*/dialogue/*.{json,jsonc,json5}",
"*BP*/dialogue/*.{json,jsonc,json5}",
"*bp*/dialogue/*.{json,jsonc,json5}",
"behavior_packs/*/dialogue/**/*.{json,jsonc,json5}",
"*behavior*pack*/dialogue/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/dialogue/**/*.{json,jsonc,json5}",
"*BP*/dialogue/**/*.{json,jsonc,json5}",
"*bp*/dialogue/**/*.{json,jsonc,json5}",
"*.{diag,dialogue,dialog,d}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/dialogue/dialogue.json"
},
{
"fileMatch": [
"behavior_packs/*/entities/*.{json,jsonc,json5}",
"*behavior*pack*/entities/*.{json,jsonc,json5}",
"*Behavior*Pack*/entities/*.{json,jsonc,json5}",
"*BP*/entities/*.{json,jsonc,json5}",
"*bp*/entities/*.{json,jsonc,json5}",
"behavior_packs/*/entities/**/*.{json,jsonc,json5}",
"*behavior*pack*/entities/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/entities/**/*.{json,jsonc,json5}",
"*BP*/entities/**/*.{json,jsonc,json5}",
"*bp*/entities/**/*.{json,jsonc,json5}",
"*.{entity.bp,e.bp,se,e.bp,bpe,behavior}.{json,jsonc,json5}",
"!*loot_tables*"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/entities/entities.json"
},
{
"fileMatch": ["functions/tick.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/functions/tick.json"
},
{
"fileMatch": [
"behavior_packs/*/features/*.{json,jsonc,json5}",
"*behavior*pack*/features/*.{json,jsonc,json5}",
"*Behavior*Pack*/features/*.{json,jsonc,json5}",
"*BP*/features/*.{json,jsonc,json5}",
"*bp*/features/*.{json,jsonc,json5}",
"behavior_packs/*/features/**/*.{json,jsonc,json5}",
"*behavior*pack*/features/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/features/**/*.{json,jsonc,json5}",
"*BP*/features/**/*.{json,jsonc,json5}",
"*bp*/features/**/*.{json,jsonc,json5}",
"*.{feature,f}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/features/features.json"
},
{
"fileMatch": [
"behavior_packs/*/feature_rules/*.{json,jsonc,json5}",
"*behavior*pack*/feature_rules/*.{json,jsonc,json5}",
"*Behavior*Pack*/feature_rules/*.{json,jsonc,json5}",
"*BP*/feature_rules/*.{json,jsonc,json5}",
"*bp*/feature_rules/*.{json,jsonc,json5}",
"behavior_packs/*/feature_rules/**/*.{json,jsonc,json5}",
"*behavior*pack*/feature_rules/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/feature_rules/**/*.{json,jsonc,json5}",
"*BP*/feature_rules/**/*.{json,jsonc,json5}",
"*bp*/feature_rules/**/*.{json,jsonc,json5}",
"*.{feature_rule,fr}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/feature_rules/feature_rules.json"
},
{
"fileMatch": ["lighting/global.json"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/lighting/global.json"
},
{
"fileMatch": ["lighting/atmospherics.json"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/lighting/atmospherics.json"
},
{
"fileMatch": [
"behavior_packs/*/items/*.{json,jsonc,json5}",
"*behavior*pack*/items/*.{json,jsonc,json5}",
"*Behavior*Pack*/items/*.{json,jsonc,json5}",
"*BP*/items/*.{json,jsonc,json5}",
"*bp*/items/*.{json,jsonc,json5}",
"behavior_packs/*/items/**/*.{json,jsonc,json5}",
"*behavior*pack*/items/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/items/**/*.{json,jsonc,json5}",
"*BP*/items/**/*.{json,jsonc,json5}",
"*bp*/items/**/*.{json,jsonc,json5}",
"*.{item.bp,i.bp,bpi,bp_item}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/items/items.json"
},
{
"fileMatch": ["recipes/*.{json,jsonc,json5}", "recipes/**/*.{json,jsonc,json5}", "*.{recipe,crafting_recipe,cr,r}.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/recipes/recipes.json"
},
{
"fileMatch": [
"behavior_packs/*/loot_tables/*.{json,jsonc,json5}",
"*behavior*pack*/loot_tables/*.{json,jsonc,json5}",
"*Behavior*Pack*/loot_tables/*.{json,jsonc,json5}",
"*BP*/loot_tables/*.{json,jsonc,json5}",
"*bp*/loot_tables/*.{json,jsonc,json5}",
"behavior_packs/*/loot_tables/**/*.{json,jsonc,json5}",
"*behavior*pack*/loot_tables/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/loot_tables/**/*.{json,jsonc,json5}",
"*BP*/loot_tables/**/*.{json,jsonc,json5}",
"*bp*/loot_tables/**/*.{json,jsonc,json5}",
"*.{loot,loot_table,lt}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/loot_tables/loot_tables.json"
},
{
"fileMatch": ["spawn_rules/*.{json,jsonc,json5}", "spawn_rules/**/*.{json,jsonc,json5}", "*.{spawn,sr,spawn_rule}.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/spawn_rules/spawn_rules.json"
},
{
"fileMatch": [
"behavior_packs/*/trading/*.{json,jsonc,json5}",
"*behavior*pack*/trading/*.{json,jsonc,json5}",
"*Behavior*Pack*/trading/*.{json,jsonc,json5}",
"*BP*/trading/*.{json,jsonc,json5}",
"*bp*/trading/*.{json,jsonc,json5}",
"behavior_packs/*/trading/**/*.{json,jsonc,json5}",
"*behavior*pack*/trading/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/trading/**/*.{json,jsonc,json5}",
"*BP*/trading/**/*.{json,jsonc,json5}",
"*bp*/trading/**/*.{json,jsonc,json5}",
"*.{trade,trade_table.tt}.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/trading/trading.json"
},
{
"fileMatch": [
"behavior_packs/*/worldgen/jigsaw_structures/*.{json,jsonc,json5}",
"*behavior*pack*/worldgen/jigsaw_structures/*.{json,jsonc,json5}",
"*Behavior*Pack*/worldgen/jigsaw_structures/*.{json,jsonc,json5}",
"*BP*/worldgen/jigsaw_structures/*.{json,jsonc,json5}",
"*bp*/worldgen/jigsaw_structures/*.{json,jsonc,json5}",
"behavior_packs/*/worldgen/jigsaw_structures/**/*.{json,jsonc,json5}",
"*behavior*pack*/worldgen/jigsaw_structures/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/worldgen/jigsaw_structures/**/*.{json,jsonc,json5}",
"*BP*/worldgen/jigsaw_structures/**/*.{json,jsonc,json5}",
"*bp*/worldgen/jigsaw_structures/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/worldgen/jigsaw_structures/jigsaw.json"
},
{
"fileMatch": [
"behavior_packs/*/worldgen/processors/*.{json,jsonc,json5}",
"*behavior*pack*/worldgen/processors/*.{json,jsonc,json5}",
"*Behavior*Pack*/worldgen/processors/*.{json,jsonc,json5}",
"*BP*/worldgen/processors/*.{json,jsonc,json5}",
"*bp*/worldgen/processors/*.{json,jsonc,json5}",
"behavior_packs/*/worldgen/processors/**/*.{json,jsonc,json5}",
"*behavior*pack*/worldgen/processors/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/worldgen/processors/**/*.{json,jsonc,json5}",
"*BP*/worldgen/processors/**/*.{json,jsonc,json5}",
"*bp*/worldgen/processors/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/worldgen/processors/processor_list.json"
},
{
"fileMatch": [
"behavior_packs/*/worldgen/structure_sets/*.{json,jsonc,json5}",
"*behavior*pack*/worldgen/structure_sets/*.{json,jsonc,json5}",
"*Behavior*Pack*/worldgen/structure_sets/*.{json,jsonc,json5}",
"*BP*/worldgen/structure_sets/*.{json,jsonc,json5}",
"*bp*/worldgen/structure_sets/*.{json,jsonc,json5}",
"behavior_packs/*/worldgen/structure_sets/**/*.{json,jsonc,json5}",
"*behavior*pack*/worldgen/structure_sets/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/worldgen/structure_sets/**/*.{json,jsonc,json5}",
"*BP*/worldgen/structure_sets/**/*.{json,jsonc,json5}",
"*bp*/worldgen/structure_sets/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/worldgen/structure_sets/structure_set.json"
},
{
"fileMatch": [
"behavior_packs/*/worldgen/template_pools/*.{json,jsonc,json5}",
"*behavior*pack*/worldgen/template_pools/*.{json,jsonc,json5}",
"*Behavior*Pack*/worldgen/template_pools/*.{json,jsonc,json5}",
"*BP*/worldgen/template_pools/*.{json,jsonc,json5}",
"*bp*/worldgen/template_pools/*.{json,jsonc,json5}",
"behavior_packs/*/worldgen/template_pools/**/*.{json,jsonc,json5}",
"*behavior*pack*/worldgen/template_pools/**/*.{json,jsonc,json5}",
"*Behavior*Pack*/worldgen/template_pools/**/*.{json,jsonc,json5}",
"*BP*/worldgen/template_pools/**/*.{json,jsonc,json5}",
"*bp*/worldgen/template_pools/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/behavior/worldgen/template_pools/template_pool.json"
},
{
"fileMatch": [
"resource_packs/*/textures/*/*.{json,jsonc,json5}",
"*resource*pack*/textures/*/*.{json,jsonc,json5}",
"*Resource*Pack*/textures/*/*.{json,jsonc,json5}",
"*RP*/textures/*/*.{json,jsonc,json5}",
"*rp*/textures/*/*.{json,jsonc,json5}",
"resource_packs/*/textures/*/**/*.{json,jsonc,json5}",
"*resource*pack*/textures/*/**/*.{json,jsonc,json5}",
"*Resource*Pack*/textures/*/**/*.{json,jsonc,json5}",
"*RP*/textures/*/**/*.{json,jsonc,json5}",
"*rp*/textures/*/**/*.{json,jsonc,json5}"
],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/textures/ui_texture_definition.json"
}
]
}