forked from Brian-Wuest/MC-FromTheDepths
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changeLog.json
22 lines (22 loc) · 1.27 KB
/
changeLog.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/from-the-depths",
"promos": {
"1.12-latest": "1.2.1.0",
"1.12-recommended": "1.2.1.0"
},
"1.12": {
"1.0.0.0": "Initial release.",
"1.1.0.0": "Major changes to spawnInfo.json layout. Please refer to pages tab of the project on CurseForge.",
"1.1.0.1": "Fixed issues with creating summons folder on non-windows machines.",
"1.1.0.2": "Fixed more issues with reading summons file and added more logging.",
"1.1.0.3": "Removed some un-used code and fixed issues with loading recipes when the directory doesn't exist.",
"1.1.0.4": "Recipe/summon files must now be UTF-8 encoded.",
"1.1.0.5": "Fixes an issue with loading the spawninfo file.",
"1.1.0.6": "Fixing a different issue with loading the spawninfo file and adding more logging",
"1.1.0.7": "Fixing issue when the FTD_Summons directory doesn't exist",
"1.1.0.8": "Fixing infinite loop when summoning monsters in Skyblock worlds",
"1.1.0.9": "Adding configuration to allow the Altar to be broken in survival",
"1.2.0.0": "Major re-work to the mod. Updated configuration file layout. Please see cursforge site for more information",
"1.2.1.0": "Added options for spawn radius and height. Also added more options for monsters"
}
}