-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversion.json
25 lines (25 loc) · 1.22 KB
/
version.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
{
"homepage": "https://minecraft.curseforge.com/projects/by-the-gods",
"promos": {
"1.12.2-latest": "1.1.1",
"1.12.2-recommended": "1.1.1",
"1.11.2-latest": "1.0.1",
"1.11.2-recommended": "1.0.1",
"1.10.2-latest": "1.0.1",
"1.10.2-recommended": "1.0.1"
},
"1.12": {
"1.1.1": "- Supporters list is now fetched on a separate thread",
"1.1.0": "- Fixed CME when the player is getting killed (no, the crashing wasn't intentional)\n- The Shub-Niggurath ritual now spawns some Dark Offspring in the mix (instead of just sheep)\n- Bump to AbyssalCraft 1.9.12",
"1.0.1": "- Stability fixes for Azathoth's digestive tract (fewer worlds getting regurgitated in singleplayer)\n- Fixed inventory slot contents incorrectly being set to null instead of ItemStack.EMPTY",
"1.0.0": "- Initial release"
},
"1.11.2": {
"1.0.1": "- Stability fixes for Azathoth's digestive tract (fewer worlds getting regurgitated in singleplayer)\n- Fixed inventory slot contents incorrectly being set to null instead of ItemStack.EMPTY",
"1.0.0": "- Initial release"
},
"1.10.2": {
"1.0.1": "- Stability fixes for Azathoth's digestive tract (fewer worlds getting regurgitated in singleplayer)",
"1.0.0": "- Initial release"
}
}