-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupdate.json
70 lines (56 loc) · 2.4 KB
/
update.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
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/anvilapi",
"promos": {
"1.20.4-latest": "5.2.2.2",
"1.20.4-recommended": "5.2.2.2",
"1.20.2-latest": "5.1.1.0-beta",
"1.20.1-latest": "4.1.4.0",
"1.20.1-recommended": "4.1.2.0",
"1.20-latest": "3.0.0.0",
"1.19.4-latest": "2.1.0.1",
"1.19.4-recommended": "2.1.0.1",
"1.19.3-latest": "2.0.0.0",
"1.19.2-latest": "1.3.0.0",
"1.19.2-recommended": "1.3.0.0"
},
"1.20.4": {
"5.2.2.2": "[NeoForge] Hotfix crash without Architectury",
"5.2.2.1": "[Fabric] Fix client not receiving disabled recipes",
"5.2.2.0": "Fix custom repair recipes not working. Fix class not found on server",
"5.2.1.1-beta": "Fix tools cannot be repaired with tools",
"5.2.1.0-beta": "Compatible with REI",
"5.2.0.0-beta": "Release for Minecraft 1.20.4"
},
"1.20.2": {
"5.1.1.0-beta": "Added option to disable enchantment combining recipes",
"5.1.0.1-beta": "[Fabric] Fixed recipes disabling not working until datapack reload",
"5.1.0.0-beta": "Fixed repair recipes disabling not working correctly",
"5.0.1.0-beta": "[NeoForge] Added support for conditions",
"5.0.0.0-beta": "Release for Minecraft 1.20.2. Compatible with NeoForged"
},
"1.20.1": {
"4.1.4.0": "Improved disabling of repair recipes. Fixed JEI recipe click area not working correctly",
"4.1.3.0": "Added option to disable repair and enchantment recipes",
"4.1.2.1": "Fixed non-crafted items change state",
"4.1.2.0": "Added ability to set NBT Tags for inputs. Improved JEI Integration",
"4.1.1.0": "Added REI Integration. Improved JEI Integration. Using ParchmentMC mappings. Compatible with NeoForged",
"4.1.0.0": "Added JEI and CraftTweaker Integration. Added tooltip info whether item is consumed in recipe. Changed args order in CraftTweaker scripts to make it more intuitive",
"4.0.0.0": "Added Fabric support. Refactor into a multi-project",
"3.1.1.0": "Added integration for CraftTweaker",
"3.1.0.0": "Release for Minecraft 1.20.1"
},
"1.20": {
"3.0.0.0": "Release for Minecraft 1.20"
},
"1.19.4": {
"2.1.0.1": "Code optimizations",
"2.1.0.0": "Release for Minecraft 1.19.4"
},
"1.19.3": {
"2.0.0.0": "Release for Minecraft 1.19.3"
},
"1.19.2": {
"1.3.0.0": "Fixed a lot of bugs & redesigned recipe script",
"1.1.0.0": "Initial release for Minecraft 1.19.2"
}
}