-
Notifications
You must be signed in to change notification settings - Fork 1
/
personal_config.yaml
603 lines (601 loc) · 21.6 KB
/
personal_config.yaml
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
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
# you can just use 'git' if it's in your PATH
git install: /usr/bin/git
java:
repo: /d/Minecraft/Java Storage/History
# new versions will be downloaded to the first folder listed here
# I use another folder for archived versions so the launcher isn't slowed down
version folders:
- '%HOME%/.minecraft/versions'
- '%HOME%/.minecraft/versions/ARCHIVE'
assets folder: '%HOME%/.minecraft/assets'
# you probably want to delete this section
# it requires some extra setup and just provides mappings for pre-1.14 decompilations
mcp:
merged: /d/Minecraft/Java Storage/Projects/Version History/MCP/Merged
matched: 1.14.4
# Minecraft builtin java, seems to work well
java install:
- '%HOME%/.minecraft/runtime/java-runtime-gamma/linux/java-runtime-gamma/bin/java'
- /usr/bin/java
- '%HOME%/.minecraft/runtime/jre-legacy/linux/jre-legacy/bin/java'
# I got fernflower from https://github.com/Vineflower/vineflower/releases/
fernflower jar: vineflower-1.10.1.jar
# I got cfr from https://mvnrepository.com/artifact/net.fabricmc/cfr
cfr jar: cfr-0.2.2.jar
# I got specialsource from https://ci.md-5.net/job/SpecialSource/
special source jar: SpecialSource-1.11.4-SNAPSHOT-shaded.jar
# folder to store downloaded server jars
server jars: /d/Minecraft/Java Storage/Server Jars
# choose 'cfr' or 'fernflower' or 'fernflower_unzipped'
decompiler: cfr
# arguments passed to java when invoking the decompiler
decompiler args: -Xmx4400M -Xms600M
# arguments passed to the decompiler itself
cfr args: --caseinsensitivefs true --comments false --showversion false --sealed true --hideutf false
fernflower args: -hes=0 -hdc=0 -dgs=1 -log=WARN
# versions newer than this date will extract data reports
data generators: 2018-01-01
# exclude stuff except the vanilla data/resource packs
jar exclude:
- \.class$
- \.xml$
- ^META-INF/
# exclude non-mojang libraries
decompile exclude:
- ^oshi/
- ^org/
- ^META-INF/
- ^joptsimple/
- ^javax/
- ^it/unimi/
- ^io/netty/
- ^com/sun/
- ^com/google/
- ^gnu/trove/
- ^net/jpountz/
- ^net/minidev/
- ^net/jcip/
- ^com/fasterxml/
- ^com/microsoft/
- ^com/nimbusds/
# remove DataVersion from structures to prevent unneeded diffs
# also convert to SNBT using special structure mode
nbt translations:
- extension: nbt
remove keys: [DataVersion]
endian: big
structure: true
# these files change constantly due to hash order, so sort them to prevent unneeded diffs
json sorting:
- file:
- jar/data/minecraft/advancements/nether/all_effects.json
- jar/data/minecraft/advancements/nether/all_potions.json
- jar/data/minecraft/advancement/nether/all_effects.json
- jar/data/minecraft/advancement/nether/all_potions.json
sort:
path: [criteria, all_effects, conditions, effects]
- file:
- jar/data/minecraft/loot_tables/chests/shipwreck_supply.json
- jar/data/minecraft/datapacks/update_1_20/data/minecraft/loot_tables/chests/shipwreck_supply.json
- jar/data/minecraft/loot_tables/chests/ancient_city_ice_box.json
- jar/data/minecraft/loot_table/chests/shipwreck_supply.json
- jar/data/minecraft/loot_table/chests/ancient_city_ice_box.json
sort:
path: [pools, {}, entries, {name: "minecraft:suspicious_stew"}, functions, {function: "minecraft:set_stew_effect"}, effects]
by:
- [type]
pick: value
- file: reports/biome_parameters
sort:
- path: [biomes, {}]
order: [biome, parameters]
- path: [biomes, {}, parameters]
- path: [biomes, {}, parameters]
order: [depth, offset]
- file:
- reports/worldgen/minecraft/worldgen/noise_settings
- reports/minecraft/worldgen/noise_settings
- jar/data/minecraft/worldgen/noise_settings
sort:
- path: [structures, structures]
- path: [structures]
- file:
- reports/worldgen/minecraft/worldgen/configured_structure_feature
- reports/minecraft/worldgen/configured_structure_feature
- jar/data/minecraft/worldgen/configured_structure_feature
sort:
path: [spawn_overrides]
- file:
- reports/worldgen/minecraft/worldgen/world_preset
- reports/minecraft/worldgen/world_preset
- jar/data/minecraft/worldgen/world_preset
sort:
path: [dimensions]
order: ['minecraft:overworld', 'minecraft:the_nether', 'minecraft:the_end']
- file:
- reports/worldgen/minecraft/worldgen/flat_level_generator_preset
- reports/minecraft/worldgen/flat_level_generator_preset
- jar/data/minecraft/worldgen/flat_level_generator_preset
sort:
path: [settings, structure_overrides]
- file:
- reports/worldgen/minecraft/worldgen/structure
- reports/minecraft/worldgen/structure
- jar/data/minecraft/worldgen/structure
- jar/data/minecraft/datapacks/update_1_21/data/minecraft/worldgen/structure
sort:
- path: []
order: [type, biomes, step, start_pool, size, max_distance_from_center, project_start_to_heightmap, start_height, use_expansion_hack, adapt_noise, terrain_adaptation, mineshaft_type, is_beached, biome_temp, large_probability, cluster_probability, height, setups, spawn_overrides, value]
- path: [value]
order: [biomes, step, start_pool, size, max_distance_from_center, project_start_to_heightmap, start_height, use_expansion_hack, adapt_noise, terrain_adaptation, spawn_overrides]
- path: [spawn_overrides]
- path: [value, spawn_overrides]
- file:
- reports/worldgen/minecraft/dimension_type
- reports/minecraft/dimension_type
- jar/data/minecraft/dimension_type
sort:
- path: []
- file:
- reports/worldgen/minecraft/worldgen
- reports/minecraft/worldgen
- jar/data/minecraft/worldgen
sort:
- up_path: []
matches: {}
- up_path: []
matches: {}
order: [type, min, max, min_inclusive, max_inclusive, minCount, maxCount, min_dist, max_dist, min_chance, max_chance, min_threshold, max_threshold, min_delay, max_delay, min_gen_offset, max_gen_offset]
- file: reports/commands.json
sort:
- up_path: ['*', children]
order: [type, parser, properties, executable, redirect, children]
- up_path: []
matches: properties
order: [type, amount, min, max]
- up_path: []
matches: children
- file: reports/blocks.json
require:
after: 2022-05-04
sort:
- path: []
by:
- [states, 0, id]
pick: value
- path: ['*', states, {}]
order: [properties, id, default]
- path: ['minecraft:piston_head', properties]
order: [facing, short, type]
- path: ['minecraft:piston_head', states, {}, properties]
order: [facing, short, type]
- path: ['minecraft:moving_piston', properties]
order: [facing, type]
- path: ['minecraft:moving_piston', states, {}, properties]
order: [facing, type]
- path: ['minecraft:chest', properties]
order: [facing, type, waterlogged]
- path: ['minecraft:chest', states, {}, properties]
order: [facing, type, waterlogged]
- path: ['minecraft:trapped_chest', properties]
order: [facing, type, waterlogged]
- path: ['minecraft:trapped_chest', states, {}, properties]
order: [facing, type, waterlogged]
- file: reports/registries.json
sort:
- path: []
by:
- [protocol_id]
pick: value
- path: ['*', entries]
by:
- [protocol_id]
pick: value
- path: ['*']
order: [default, protocol_id, entries]
- file: reports/packets.json
sort:
- path: ['*', '*']
by:
- [protocol_id]
pick: value
- file: reports/items.json
sort:
- path: [{}, components]
by:
- [type]
pick: value
# 14w06a added models to the jar
# 20w10a started to generate them with code
# 22w18a alphabetized them
- file: jar/assets/minecraft/models
require:
after: 2020-03-04
seems_generated: true
sort:
- path: [textures]
- path: [textures]
order: [texture, all, particle, top, bottom, side, end, up, down, north, south, east, west]
# 17w13a added advancements to the jar
# 17w43a moved them from assets to data
# 18w09a started to generated them with code
# 22w18a alphabetized them
- file:
- jar/data/minecraft/advancements
- jar/data/minecraft/advancement
- jar/data/minecraft/datapacks/update_1_20/data/minecraft/advancements
- jar/data/minecraft/datapacks/update_1_21/data/minecraft/advancements
- jar/data/minecraft/datapacks/bundle/data/minecraft/advancements
- jar/data/minecraft/datapacks/bundle/data/minecraft/advancement
sort:
- path: []
order: [parent, display, rewards, criteria, requirements]
- path: [display]
order: [icon, title, description, frame, show_toast, announce_to_chat, hidden]
- path: [criteria, '*']
order: [trigger, conditions]
- path: [criteria]
- path: [criteria]
order: [has_the_recipe]
after: true
- path: [requirements, '*']
- path: [requirements, '*']
order: [has_the_recipe]
after: true
- path: [requirements]
by:
- [0]
pick: value
- path: [criteria, '*', conditions]
order: [signal_strength, projectile, start_position, distance, item, player, entity, lightning, bystander, location, parent, partner, child, block, num_bees_inside]
- up_path: []
matches: {"condition":"minecraft:entity_properties"}
order: [condition, entity, predicate]
- up_path: []
matches: type_specific
order: [type, size, variant, in_open_water, blocks_set_on_fire, entity_struck, gamemode, level, looking_at, recipes, stats, advancements]
- up_path: []
matches: killing_blow
order: [is_explosion, is_fire, is_magic, is_projectile, is_lightning, bypasses_armor, bypasses_invulnerability, bypasses_magic, direct_entity, source_entity]
- up_path: [damage]
matches: type
order: [is_explosion, is_fire, is_magic, is_projectile, is_lightning, bypasses_armor, bypasses_invulnerability, bypasses_magic, direct_entity, source_entity]
- up_path: []
matches: damage
order: [dealt, taken, blocked, type, source_entity]
- up_path: []
matches: predicate
order: [type, team, nbt, flags, distance, type_specific, passenger, vehicle, targeted_entity, equipment, effects, location, stepping_on]
- up_path: []
matches: location
order: [position, smokey, biome, dimension, feature, block, fluid, light]
- path: [display, icon]
order: [item, id, count, components, nbt]
# 15w43a added loot tables to the jar
# 17w43a moved them from assets to data
# 18w43a started to generated them with code
# 22w18a alphabetized them
- file:
- jar/data/minecraft/loot_tables
- jar/data/minecraft/loot_table
- jar/data/minecraft/datapacks/update_1_20/data/minecraft/loot_tables
- jar/data/minecraft/datapacks/update_1_21/data/minecraft/loot_tables
- jar/data/minecraft/datapacks/trade_rebalance/data/minecraft/loot_tables
- jar/data/minecraft/datapacks/trade_rebalance/data/minecraft/loot_table
sort:
- path: []
order: [type, pools, functions]
- path: [pools, {}]
order: [rolls, bonus_rolls, entries, conditions, functions]
- up_path: [{}, conditions]
order: [condition, name, inverse, term, terms, offsetX, offsetY, offsetZ, raining, thundering, chance, looting_multiplier, value, period, range, enchantment, block, properties, entity, predicate, scores, chances]
- up_path: [{}, functions]
order: [function, conditions, append, enchantment, formula, parameters, source, ops, block, properties, enchantments, levels, treasure, destination, search_radius, skip_existing_chunks, decoration, zoom, entity, count, limit, modifiers, patterns, type, entries, damage, name, seed, lore, tag, id, effects, add]
- up_path: [{}, ops]
order: [source, target, op]
- up_path: [{}, entries]
order: [type, name, weight, quality, children, conditions, functions]
- up_path: [{}, children]
order: [type, name, weight, quality, children, conditions, functions]
- up_path: []
matches: {"type":"minecraft:uniform"}
order: [type, min, max]
- up_path: []
matches: type_specific
order: [type, size, variant, in_open_water, blocks_set_on_fire, entity_struck, gamemode, level, looking_at, recipes, stats, advancements]
# 17w13a added recipes to the jar
# 17w48a moved them from assets to data
# 22w18a alphabetized them
- file:
- jar/data/minecraft/recipes
- jar/data/minecraft/recipe
- jar/data/minecraft/datapacks/update_1_20/data/minecraft/recipes
- jar/data/minecraft/datapacks/update_1_21/data/minecraft/recipes
- jar/data/minecraft/datapacks/bundle/data/minecraft/recipes
- jar/data/minecraft/datapacks/bundle/data/minecraft/recipe
sort:
- path: []
order: [type, group, pattern, key, ingredients, ingredient, base, addition, result, count, experience, cookingtime]
- path: [result]
order: [item, id, count, components, nbt]
- path: [key]
- file: jar/assets/minecraft/blockstates
require:
after: 2020-03-04
sort:
- path: [variants, '*', {}]
order: [model, x, y, z, uvlock, weight]
- path: [variants, '*']
order: [model, x, y, z, uvlock, weight]
- path: [multipart]
by:
- [apply, model]
- [apply, x]
- [apply, y]
- [apply, z]
pick: value
- path: [multipart, {}]
order: [when, apply]
- path: [multipart, {}, apply]
order: [model, x, y, z, uvlock, weight]
- path: [multipart, {}, apply, {}]
order: [model, x, y, z, uvlock, weight]
- path: [multipart, {}, when, OR, {}]
- path: [multipart, {}, when, AND, {}]
- path: [multipart, {}, when]
- file: jar/data/minecraft/wolf_variant
sort:
- path: []
order: [biomes, texture, wild_texture, angry_texture, tame_texture]
- file: jar/data/minecraft/painting_variant
sort:
- path: []
order: [asset_id, width, height]
- file: jar/data/minecraft/enchantment
sort:
- path: []
order: [description, max_level, weight, slots, primary_items, supported_items, exclusive_set, min_cost, max_cost, anvil_cost, effects]
- up_path: [{}, tags]
order: [id, expected]
- up_path: [{}, effects]
order: [type, sound, volume, pitch]
- file: jar/assets/minecraft/items
sort:
- up_path: []
order: [type, base, threshold, model, models, property, scale, period, on_true, on_false, cases, entries, fallback, tints]
version facts:
# don't include versions that match these patterns
skip:
- (?i)optifine
- (?i)fabric
- (?i)forge
- ^a1\.0\.6$ # can't unzip
ordering:
priority:
- listed order
- release time
- best guess
# some versions have a low-precision or completely wrong release time, so we need to manually say the order
versions:
- c0.0.11a
- c0.0.12a_03
- c0.0.13a
- c0.0.13a_03
- c0.0.14a_08
- c0.0.15a-1
- c0.0.16a_02
- c0.0.17a
- c0.0.18a_02
- c0.0.19a_06-2
- c0.0.20a_01
- c0.0.21a
- c0.0.22a_05
- c0.0.23a_01
- a1.1.0
- a1.1.0-1
- a1.1.0-2
- 1.0.0-rc1
- 1.0.0-rc2-1
- 1.0.0-rc2-2
- 1.0.0-rc2-3
- 12w30c
- 1.3
- 1.4.3
- 1.4.4
- 1.4.5
- 12w49a
- 12w50a
- 12w50b
- 1.4.6
- 13w07a
- 13w09a
- 13w09b
- 13w09c
- 13w10a
- 13w10b
- 13w11a
insane:
# prevent the history guesser from parenting versions to these
releases:
- April Fools
- Combat Test
versions: []
parents:
1.18_experimental-snapshot-1: 1.17.1-pre1
1.19_deep_dark_experimental_snapshot-1: 1.18.1
22w13oneblockatatime: 1.18.2
23w13a_or_b-pre: 23w13a
23w13a_or_b: 23w13a_or_b-pre
24w14potato-pre: 24w12a
24w14potato: 24w14potato-pre
releases:
regex:
^2\.0-blue$: April Fools 2013 (Blue)
^2\.0-red$: April Fools 2013 (Red)
^2\.0-purple$: April Fools 2013 (Purple)
^15w14a$: April Fools 2015
^1\.RV-Pre1$: April Fools 2016
^3D Shareware v1\.34$: April Fools 2019
^20w14infinite$: April Fools 2020
^22w13oneblockatatime$: April Fools 2022
^23w13a_or_b-pre$: April Fools 2023
^23w13a_or_b$: April Fools 2023
^24w14potato$: April Fools 2024
^24w14potato-pre$: April Fools 2024
^1\.14_combat-212796$: Combat Test 1
^1\.14_combat-\d$: Combat Test 2
^1\.15_combat-1$: Combat Test 3
^1\.15_combat-6$: Combat Test 4
^1\.16_combat-\d$: Combat Test 5
^1\.18_experimental-snapshot-(\d+)$: 1.18
^1\.19_deep_dark_experimental-snapshot-(\d+)$: 1.19
^rd-.+$: Pre-Classic
^c0\..+$: Classic
^in-.+$: Indev
^inf-.+$: Infdev
^a(\d+\.\d+).*$: Alpha $1
^b(\d+\.\d+).*$: Beta $1
^(\d+\.\d+).*$: $1
# this needs to be updated whenever a new version comes out,
# or the program will think new snapshots are for old versions
# in the future, it will probably be smart enough to guess that isn't the case
snapshots:
- {year: 2011, release: 1.1}
- {year: 2012, weeks: [1,1], release: 1.1}
- {year: 2012, weeks: [3,8], release: 1.2}
- {year: 2012, weeks: [15,30], release: 1.3}
- {year: 2012, weeks: [32,50], release: 1.4}
- {year: 2013, weeks: [1,12], release: 1.5}
- {year: 2013, weeks: [16,26], release: 1.6}
- {year: 2013, weeks: [36,49], release: 1.7}
- {year: 2014, weeks: [2,34], release: 1.8}
- {year: 2015, weeks: [31,51], release: 1.9}
- {year: 2016, weeks: [2,15], release: 1.9}
- {year: 2016, weeks: [20,21], release: 1.10}
- {year: 2016, weeks: [32,50], release: 1.11}
- {year: 2017, weeks: [6,31], release: 1.12}
- {year: 2017, weeks: [43,50], release: 1.13}
- {year: 2018, weeks: [1,33], release: 1.13}
- {year: 2018, weeks: [43,50], release: 1.14}
- {year: 2019, weeks: [2,14], release: 1.14}
- {year: 2019, weeks: [34,46], release: 1.15}
- {year: 2020, weeks: [6,30], release: 1.16}
- {year: 2020, weeks: [45,51], release: 1.17}
- {year: 2021, weeks: [3,36], release: 1.17}
- {year: 2021, weeks: [37,44], release: 1.18}
- {year: 2022, weeks: [3,10], release: 1.18}
- {year: 2022, weeks: [11,46], release: 1.19}
- {year: 2023, weeks: [3,11], release: 1.19}
- {year: 2023, weeks: [12,52], release: 1.20}
- {year: 2024, weeks: [1,14], release: 1.20}
- {year: 2024, weeks: [18,52], release: 1.21}
bedrock:
repo: /d/Minecraft/Bedrock Storage/History
version folders:
- folder: /d/Minecraft/Bedrock Storage/Builds
recursive: true
nbt translations:
- extension: mcstructure
endian: little
- extension: nbt
endian: big
structure: true
pack merging:
behavior:
layers:
- vanilla
- vanilla_gametest
- vanilla_*
- vanilla_experimental
- experimental_vanilla_experiments_internal
- experimental_vanilla_experiments
- experimental_caves_and_cliffs_internal
- experimental_caves_and_cliffs
- experimental_wild_update_internal
- experimental_wild_update
- experimental_spectator_internal
- experimental_next_major_update
- experimental_cameras
- experimental_minecraft_explorer
- experimental_villager_trade
- experimental_update_announced_live2023
- experimental_armadillo_internal
- experimental_armadillo
- editor
- server_editor_library
merging:
- path: contents.json
operation: append_list
list: [content]
- path: manifest.json
operation: no_merge
resource:
layers:
- vanilla
- vanilla_base
- vanilla_music
- vanilla_*
- experimental_vanilla_experiments_internal
- experimental_vanilla_experiments
- experimental_caves_and_cliffs_internal
- experimental_caves_and_cliffs
- experimental_wild_update_internal
- experimental_wild_update
- experimental_spectator_internal
- experimental_next_major_update
- experimental_minecraft_explorer
- experimental_update_announced_live2023
- experimental_armadillo_internal
- experimental_armadillo
- editor
- oreui
merging:
- path: biomes_client.json
- path: blocks.json
- path: sounds.json
- path: splashes.json
- path: entity
- path: materials/entity.material
- path: textures/item_texture.json
- path: textures/terrain_texture.json
- path: textures/textures_list.json
- path: textures/flipbook_textures.json
- path: sounds/music_definitions.json
- path: sounds/sound_definitions.json
move_keys:
from: ['@(?!^format_version$)(?!^sound_definitions$)(^.*$)']
to: ['sound_definitions']
- extension: lang
operation: append_lines
- path: contents.json
operation: append_list
list: [content]
- path: textures/textures_list.json
operation: append_list
list: []
- path: manifest.json
operation: no_merge
version facts:
names:
minecraft-release_bedrock uwp renderdragon x64 win10_12683500: 1.19.6020.1
Minecraft-release_Bedrock_UWP_x64_Win10_23619503: 1.21.21.1
insane:
releases:
- Editor Tests
skip:
- 1.1.0.0
- 1.7.5.0
ordering:
priority:
- listed order
- release time
- best guess
versions: []
parents: {}
releases:
regex:
^1\.18\.100\.0$: Editor Tests
^1\.18\.1023\.0$: Preview
^(\d+\.\d+)\.\d\d?\.\d$: $1
^(\d+\.\d+\.\d)\d\d\.\d$: $1
^(\d+\.\d+\.\d\d)\d\d?\d?\.\d$: $1