-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathupdate.json
45 lines (45 loc) · 1.37 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
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mekanism-fission-recipe",
"1.20.1": {
"3.0.2": "Updated to 1.20.1",
"3.0.3": "Fixed dividing by 0 with high rate limit",
"3.0.4": "Fixed squared burn rate & boil rate display",
"3.0.5": "Fixed fluid coolant recipe using wrong parameters"
},
"1.19.2": {
"3.0.2": "Fixed gas coolant recipes & steam output",
"3.0.1": "Added support for Mekanism 10.3.5",
"3.0.0": "Updated to 1.19"
},
"1.19.1": {
"3.0.0": "Updated to 1.19"
},
"1.19": {
"3.0.0": "Updated to 1.19"
},
"1.18.2": {
"2.0.0": "Updated to 1.18.2",
"2.0.1": "Fixed crashing on client with dedicated servers",
"2.0.2": "Fixed JEI throwing capacityMb must be > 0 exception"
},
"1.16.5": {
"1.0.0": "First release, really e-fission-t",
"1.0.1": "Allowed equation in heat generation",
"1.1.0": "Added coolant recipes",
"1.1.1": "Fixed client crash on server when placing down reactor components"
},
"promos": {
"1.20.1-latest": "3.0.5",
"1.20.1-recommended": "3.0.5",
"1.19.2-latest": "3.0.2",
"1.19.2-recommended": "3.0.2",
"1.19.1-latest": "3.0.0",
"1.19.1-recommended": "3.0.0",
"1.19-latest": "3.0.0",
"1.19-recommended": "3.0.0",
"1.18.2-latest": "2.0.1",
"1.18.2-recommended": "2.0.1",
"1.16.5-latest": "1.1.1",
"1.16.5-recommended": "1.1.1"
}
}