-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathforge-update.json
More file actions
executable file
·21 lines (21 loc) · 1.18 KB
/
forge-update.json
File metadata and controls
executable file
·21 lines (21 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/trophy-slots/",
"1.16.1": {
"7.2.0": "- Fixes crashing caused by eventbus changes in Forge 32.0.90",
"7.1.0": "- Fixes breaking changes to commands made in Forge 32.0.67",
"7.0.2": "- Added whitelist/blacklist option for advancements\n- Added AdvList command to list all achievements that can be whitelisted/blacklisted\n- Fixed loading the mod in multiplayer. I always drop the ball on this for some reason",
"7.0.1": "- Fixed client desync when changing dimensions",
"7.0.0": "- Updated to 1.16.1\n- Requires Forge 32.0.2 or newer"
},
"1.15.2": {
"6.0.2": "- Added whitelist/blacklist option for advancements\n- Added AdvList command to list all achievements that can be whitelisted/blacklisted\n- Fixed loading the mod in multiplayer. I always drop the ball on this for some reason",
"6.0.1": "- Fixed client desync when changing dimensions\n- Correct pack format",
"6.0.0": "- Updated to 1.15.2\n- Requires Forge 31.2.0 or newer"
},
"promos": {
"1.16.1-latest": "7.2.0",
"1.16.1-recommended": "7.2.0",
"1.15.2-latest": "6.0.2",
"1.15.2-recommended": "6.0.2"
}
}