-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathupdate.json
22 lines (22 loc) · 891 Bytes
/
update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/storage-for-computercraft",
"promos": {
"1.16.5-latest": "1.3.1",
"1.16.5-recommended": "1.3.1",
"1.16.4-latest": "1.2.2",
"1.16.4-recommended": "1.2.2"
},
"1.16.5": {
"1.3.1": "Fixes RS extract methods when controller is in different dimension from peripheral",
"1.3.0": "Fixes crash when using AE2 8.3.0+",
"1.2.2": "Refined Storage is now optional too; adds HWYLA support",
"1.2.1": "Fixes crash when breaking connected RS peripheral"
},
"1.16.4": {
"1.2.2": "Refined Storage is now optional too; adds HWYLA support",
"1.2.1": "Fixes crash when breaking connected RS peripheral",
"1.2.0": "Adds optional Applied Energistics 2 support",
"1.1.0": "Includes autostock program and help files",
"1.0.0": "Initial release for Minecraft 1.16.4"
}
}