From 3faef95978b018c568a73f77351e72c5795e4d39 Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Fri, 13 Mar 2020 21:21:47 +0100
Subject: [PATCH 01/13] Update CHANGELOG-MODS.md

---
 changelogs/CHANGELOG-MODS.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/changelogs/CHANGELOG-MODS.md b/changelogs/CHANGELOG-MODS.md
index 660b39f..dc30b09 100644
--- a/changelogs/CHANGELOG-MODS.md
+++ b/changelogs/CHANGELOG-MODS.md
@@ -1,3 +1,16 @@
+# 0.4.9 -> 0.4.10
+
+* bountiful-3.0.0.jar
+* citadel-1.0.4-1.14.4.jar
+* cyclepaintings_1.14-1.1.jar
+* easyelytrato_1.14-1.2.jar
+* EnchantmentDescriptions-1.14.4-1.3.14.jar
+* engineersdecor-1.14.4-1.0.20-b1.jar
+* Kottle-1.4.0.jar
+* SimpleDiscordRichPresence-1.0.3.jar
+* tetra-1.14.4-1.25.0.jar
+* Xaeros_Minimap_20.5.1_Forge_1.14.4.jar
+
 # 0.4.8 -> 0.4.9
 
 * Botania r1.11-378.jar

From 116c2457721b3264f43159dfd91becbf4f8c0f60 Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Sun, 15 Mar 2020 19:38:10 +0100
Subject: [PATCH 02/13] Updated Changelog Generator

---
 ModpackUploader.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ModpackUploader.ps1 b/ModpackUploader.ps1
index 7525001..0c1f5ae 100644
--- a/ModpackUploader.ps1
+++ b/ModpackUploader.ps1
@@ -62,7 +62,7 @@ if ($ENABLE_CHANGELOG_GENERATOR_MODULE -and $ENABLE_MODPACK_UPLOADER_MODULE) {
     Write-Host "Generating changelog..." -ForegroundColor Green
     Write-Host ""
 
-    java -jar ChangelogGenerator-2.0.0-pre2.jar
+    java -jar ChangelogGenerator-2.0.0-pre3.jar
 	Move-Item -Path changelog.txt -Destination changelogs/CHANGELOG_MODS_$MODPACK_VERSION.txt
 }
 

From e90ac270f1d415f2862984c1039588a718b89a19 Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Sun, 15 Mar 2020 19:38:33 +0100
Subject: [PATCH 03/13] Attempting to fix Debian things and stuff #311

---
 development/include-in-server-files/server-start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/development/include-in-server-files/server-start.sh b/development/include-in-server-files/server-start.sh
index d1b4a12..0fd877f 100644
--- a/development/include-in-server-files/server-start.sh
+++ b/development/include-in-server-files/server-start.sh
@@ -208,7 +208,7 @@ read_config(){
       			eval "export ${name}='${val%?}'"
       		fi
    		fi
-	done < settings_linux.cfg 
+	done < settings-linux.cfg 
 
 }
 

From f8777a00cd6a5e429ba87ea8572d7d9d9c7a25ab Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Sun, 15 Mar 2020 19:56:14 +0100
Subject: [PATCH 04/13] Update server-start-readme.md

---
 development/include-in-server-files/server-start-readme.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/development/include-in-server-files/server-start-readme.md b/development/include-in-server-files/server-start-readme.md
index 20ef7ad..4434fc0 100644
--- a/development/include-in-server-files/server-start-readme.md
+++ b/development/include-in-server-files/server-start-readme.md
@@ -6,5 +6,7 @@ The scripts have been modified by NillerMedDild to run on 1.14+, please report b
 
 ### Usage
 
+Copy all files from the `include-in-server-files` folder (this one) into the main Minecraft server folder, the same folder that contains mods, config and so on.
+
 Fill in either `settings.cfg` or `settings-linux`, depending on your system, and then run the appropriate `server-start` script - The `server-start.sh` script needs to be run with Bash.
 

From c4627edd97deb31d1e24893da5d9bf7a1518a2c4 Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Mon, 16 Mar 2020 22:47:56 +0100
Subject: [PATCH 05/13] Removed some whitespaces here and there

---
 development/include-in-server-files/settings-linux.cfg | 3 +--
 development/include-in-server-files/settings.cfg       | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/development/include-in-server-files/settings-linux.cfg b/development/include-in-server-files/settings-linux.cfg
index dad021f..771611e 100644
--- a/development/include-in-server-files/settings-linux.cfg
+++ b/development/include-in-server-files/settings-linux.cfg
@@ -15,5 +15,4 @@ HIGH_CPU_PRIORITY=0
 MODPACK_NAME=Enigmatica 4
 MCVER=1.14.4
 FORGEVER=28.2.3
-FORGEURL=https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.14.4-28.2.3/forge-1.14.4-28.2.3-installer.jar
-
+FORGEURL=https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.14.4-28.2.3/forge-1.14.4-28.2.3-installer.jar
\ No newline at end of file
diff --git a/development/include-in-server-files/settings.cfg b/development/include-in-server-files/settings.cfg
index 972653a..63a57d3 100644
--- a/development/include-in-server-files/settings.cfg
+++ b/development/include-in-server-files/settings.cfg
@@ -14,5 +14,5 @@ HIGH_CPU_PRIORITY=0;
 
 MODPACK_NAME=Enigmatica 4;
 MCVER=1.14.4;
-FORGEVER=28.2.3; 
+FORGEVER=28.2.3;
 FORGEURL=https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.14.4-28.2.3/forge-1.14.4-28.2.3-installer.jar;
\ No newline at end of file

From 8ed7586e21b2581b367f4e7d3a376dae54337da9 Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Tue, 17 Mar 2020 19:28:27 +0100
Subject: [PATCH 06/13] Cleanup server-start.sh for #312 - Git doesn't see it
 though. Wut

---
 development/include-in-server-files/server-start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/development/include-in-server-files/server-start.sh b/development/include-in-server-files/server-start.sh
index 0fd877f..5538593 100644
--- a/development/include-in-server-files/server-start.sh
+++ b/development/include-in-server-files/server-start.sh
@@ -307,4 +307,4 @@ while true ; do
 	eula
 	echo "INFO: Server-auto-restart commencing"  >>serverstart.log 2>&1
 	echo "Rebooting now!"
-done
+done
\ No newline at end of file

From 5f9efbc25385df72a6251474d5bdd2d025acadc4 Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Thu, 26 Mar 2020 20:59:34 +0100
Subject: [PATCH 07/13] Added and configured mods, and some auto config updates

---
 config/apotheosis/deadly.cfg                  |  33 ++
 config/create-client.toml                     |  12 +-
 config/create-common.toml                     | 161 +++++++
 .../defaultsettings/sharedConfigs/ignore.json |   3 +
 config/enderchests-client.toml                |  46 ++
 config/enderchests.toml                       |  62 +++
 config/endertanks-client.toml                 |  41 ++
 config/endertanks.toml                        |  75 +++
 config/entity_spring_blacklist.txt            |  22 -
 config/immersiveengineering-common.toml       | 447 ++++++++++++++++++
 config/invtweaks-client.toml                  |   2 +-
 config/netherportalspread/spreadsettings.txt  |   6 +
 config/netherpspr-common.toml                 |  21 +
 config/passthroughsigns-common.toml           |  15 +
 config/rats-client.toml                       | 145 ++++++
 config/tetra.toml                             |   3 +
 config/tombstone-client.toml                  |  10 +-
 config/tombstone-common.toml                  |   2 +
 config/tombstone-server.toml                  |   6 +
 19 files changed, 1087 insertions(+), 25 deletions(-)
 create mode 100644 config/create-common.toml
 create mode 100644 config/defaultsettings/sharedConfigs/ignore.json
 create mode 100644 config/enderchests-client.toml
 create mode 100644 config/enderchests.toml
 create mode 100644 config/endertanks-client.toml
 create mode 100644 config/endertanks.toml
 delete mode 100644 config/entity_spring_blacklist.txt
 create mode 100644 config/immersiveengineering-common.toml
 create mode 100644 config/netherportalspread/spreadsettings.txt
 create mode 100644 config/netherpspr-common.toml
 create mode 100644 config/passthroughsigns-common.toml
 create mode 100644 config/rats-client.toml

diff --git a/config/apotheosis/deadly.cfg b/config/apotheosis/deadly.cfg
index 1c4e9e8..b92728b 100644
--- a/config/apotheosis/deadly.cfg
+++ b/config/apotheosis/deadly.cfg
@@ -270,6 +270,39 @@ general {
 
     #  [range: 0 ~ 50, default: 1]
     I:"quark:wrapped"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:black_death"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:dutchrat"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:feral_ratlantean"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:ghost_pirat"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:neo_ratlantean"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:pied_piper"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:pirat"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:plague_beast"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:plague_cloud"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:ratlantean_automaton"=1
+
+    #  [range: 0 ~ 50, default: 1]
+    I:"rats:ratlantean_spirit"=1
     I:"silentgems:chaos_wisp"=1
     I:"silentgems:corrupted_slime"=1
     I:"silentgems:ender_slime"=1
diff --git a/config/create-client.toml b/config/create-client.toml
index a3a7ce8..b8ec569 100644
--- a/config/create-client.toml
+++ b/config/create-client.toml
@@ -1,6 +1,16 @@
 
-#Client-only settings - If you're looking for server/common settings, look inside your worlds serverconfig folder!
+#
+#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder!
 [client]
+	#
+	#Range: 0.0 ~ 1.0
+	fanParticleDensity = 0.5
+	#
+	#Log a stack-trace when rendering issues happen within a moving contraption.
+	explainRenderErrors = false
+	#
+	#Show colourful debug information while the F3-Menu is open.
+	enableRainbowDebug = true
 	#
 	#Show item descriptions on Shift and controls on Ctrl.
 	enableTooltips = true
diff --git a/config/create-common.toml b/config/create-common.toml
new file mode 100644
index 0000000..52df958
--- /dev/null
+++ b/config/create-common.toml
@@ -0,0 +1,161 @@
+
+#
+#Modify Create's impact on your terrain
+[world]
+	#
+	#Prevents all worldgen added by Create from taking effect
+	disableWorldGen = false
+
+	[world.copper_ore]
+		#
+		#Range: > 0
+		minHeight = 40
+		#
+		#Range: > 0
+		clusterCount = 1
+		#
+		#Range: > 0
+		maxHeight = 96
+		#
+		#Whether to spawn this in your World
+		enable = true
+		#
+		#Range: > 0
+		clusterSize = 21
+
+	[world.weathered_limestone]
+		#
+		#Range: > 0
+		minHeight = 10
+		#
+		#Range: 0.0 ~ 1.0
+		clusterChance = 0.03125
+		#
+		#Range: > 0
+		maxHeight = 30
+		#
+		#Whether to spawn this in your World
+		enable = true
+		#
+		#Range: > 0
+		clusterSize = 128
+
+	[world.zinc_ore]
+		#
+		#Range: > 0
+		minHeight = 55
+		#
+		#Range: > 0
+		clusterCount = 1
+		#
+		#Range: > 0
+		maxHeight = 80
+		#
+		#Whether to spawn this in your World
+		enable = true
+		#
+		#Range: > 0
+		clusterSize = 17
+
+	[world.zinc_ore_desert]
+		#
+		#Range: > 0
+		minHeight = 50
+		#
+		#Range: > 0
+		clusterCount = 5
+		#
+		#Range: > 0
+		maxHeight = 85
+		#
+		#Whether to spawn this in your World
+		enable = true
+		#
+		#Range: > 0
+		clusterSize = 17
+
+	[world.limestone]
+		#
+		#Range: > 0
+		minHeight = 30
+		#
+		#Range: 0.0 ~ 1.0
+		clusterChance = 0.03125
+		#
+		#Range: > 0
+		maxHeight = 70
+		#
+		#Whether to spawn this in your World
+		enable = true
+		#
+		#Range: > 0
+		clusterSize = 128
+
+	[world.dolomite]
+		#
+		#Range: > 0
+		minHeight = 20
+		#
+		#Range: 0.0 ~ 1.0
+		clusterChance = 0.015625
+		#
+		#Range: > 0
+		maxHeight = 70
+		#
+		#Whether to spawn this in your World
+		enable = true
+		#
+		#Range: > 0
+		clusterSize = 128
+
+	[world.copper_ore_ocean]
+		#
+		#Range: > 0
+		minHeight = 20
+		#
+		#Range: > 0
+		clusterCount = 4
+		#
+		#Range: > 0
+		maxHeight = 55
+		#
+		#Whether to spawn this in your World
+		enable = true
+		#
+		#Range: > 0
+		clusterSize = 15
+
+	[world.gabbro]
+		#
+		#Range: > 0
+		minHeight = 20
+		#
+		#Range: 0.0 ~ 1.0
+		clusterChance = 0.015625
+		#
+		#Range: > 0
+		maxHeight = 70
+		#
+		#Whether to spawn this in your World
+		enable = true
+		#
+		#Range: > 0
+		clusterSize = 128
+
+	[world.scoria]
+		#
+		#Range: > 0
+		minHeight = 0
+		#
+		#Range: 0.0 ~ 1.0
+		clusterChance = 0.03125
+		#
+		#Range: > 0
+		maxHeight = 10
+		#
+		#Whether to spawn this in your World
+		enable = true
+		#
+		#Range: > 0
+		clusterSize = 128
+
diff --git a/config/defaultsettings/sharedConfigs/ignore.json b/config/defaultsettings/sharedConfigs/ignore.json
new file mode 100644
index 0000000..db1231e
--- /dev/null
+++ b/config/defaultsettings/sharedConfigs/ignore.json
@@ -0,0 +1,3 @@
+{
+  "ignore": []
+}
\ No newline at end of file
diff --git a/config/enderchests-client.toml b/config/enderchests-client.toml
new file mode 100644
index 0000000..870f1e9
--- /dev/null
+++ b/config/enderchests-client.toml
@@ -0,0 +1,46 @@
+
+#Select A GUI Style
+[gui_style]
+	#Allowed Values: DEFAULT, VANILLA
+	EnderChest = "DEFAULT"
+
+#Color Values for Bands,
+#Format: Decimal Values (0 to 16,777,215)
+#You can use this website to get the decimal value of any color:
+#http://www.colorhexa.com
+#Or by using the Color Mixer from this website:
+#http://www.mathsisfun.com/hexadecimal-decimal-colors.html
+[color_values]
+	#Range: 0 ~ 16777215
+	magenta = 12411333
+	#Range: 0 ~ 16777215
+	pink = 14195370
+	#Range: 0 ~ 16777215
+	green = 3821086
+	#Range: 0 ~ 16777215
+	lime = 4832573
+	#Range: 0 ~ 16777215
+	light_gray = 11120559
+	#Range: 0 ~ 16777215
+	yellow = 12892206
+	#Range: 0 ~ 16777215
+	black = 2500134
+	#Range: 0 ~ 16777215
+	light_blue = 8296912
+	#Range: 0 ~ 16777215
+	brown = 5650466
+	#Range: 0 ~ 16777215
+	cyan = 3373205
+	#Range: 0 ~ 16777215
+	orange = 14517579
+	#Range: 0 ~ 16777215
+	red = 10828341
+	#Range: 0 ~ 16777215
+	gray = 4605510
+	#Range: 0 ~ 16777215
+	white = 16777215
+	#Range: 0 ~ 16777215
+	blue = 3292826
+	#Range: 0 ~ 16777215
+	purple = 8996546
+
diff --git a/config/enderchests.toml b/config/enderchests.toml
new file mode 100644
index 0000000..81e61ce
--- /dev/null
+++ b/config/enderchests.toml
@@ -0,0 +1,62 @@
+#With this disabled chests are essentially locked to the crafted color as dyes will no longer work
+enable_in_world_coloring = true
+
+#Items used to upgrade the EnderChests
+[upgrade_items]
+	#Items Listed upgrade storage capacity by 9
+	large_capacity = ["minecraft:ender_eye"]
+	#Items Listed are used to make the chests personal
+	personal = ["tag|forge:gems.diamond"]
+	#Items Listed are used to make the chests team chests
+	team = ["tag|forge:gems.emerald"]
+	#Items Listed upgrade storage capacity by 3
+	small_capacity = ["minecraft:ender_pearl"]
+
+#
+#NOTE: Capacity numbers are in bags
+[capacity_settings]
+	#Maximum capacity an EnderChest holds
+	#Range: 9 ~ 54
+	chest_size_max = 27
+	#Minimum capacity an EnderChest holds
+	#Range: 9 ~ 27
+	chest_size_min = 9
+
+[access_settings]
+	#While true only a team member can use the chest
+	team_use_lock = false
+	#Enables the creation of personal chests, if disabled chests can not set personal.
+	#Does not effect chests that are already set as personal
+	personal_chests = true
+	#While true a Personal chest can only be edited (upgrade, move, etc) by the owner
+	personal_edit_lock = true
+	#While true only a team member can link a bag to team chests
+	team_link_lock = true
+	#Enables the creation of team chests, if disabled chests can not be set team.
+	#Does not effect chests that are already set as team
+	team_chests = true
+	#Team chests can be used with automation.
+	team_automation = true
+	#Enables the usage of public chests, if disabled chests must be upgraded before use
+	public_chests = true
+	#Enables the linking of bags to team chests.
+	#Does not effect bags that are already linked to team chests
+	team_bags = true
+	#Public chests can be used with automation.
+	public_automation = true
+	#Enables the usage of public bags, if disabled bags must be linked to an upgraded chest before use
+	public_bags = true
+	#Enables the linking of bags to personal chests.
+	#Does not effect bags that are already linked to personal chests
+	personal_bags = true
+	#When enabled these bags access a players vanilla EnderChest, if disabled they will only be a crafting ingredient
+	ender_pouch = true
+	#While true a Team chest can only be edited (upgrade, move, etc) by a team member
+	team_edit_lock = true
+	#Personal chests can be used with automation.
+	personal_automation = true
+	#While true only the owner can link a bag to their chests
+	personal_link_lock = true
+	#While true only the owner can use the chest
+	personal_use_lock = false
+
diff --git a/config/endertanks-client.toml b/config/endertanks-client.toml
new file mode 100644
index 0000000..4effe08
--- /dev/null
+++ b/config/endertanks-client.toml
@@ -0,0 +1,41 @@
+
+#Color Values for Bands,
+#Format: Decimal Values (0 to 16,777,215)
+#You can use this website to get the decimal value of any color:
+#http://www.colorhexa.com
+#Or by using the Color Mixer from this website:
+#http://www.mathsisfun.com/hexadecimal-decimal-colors.html
+[color_values]
+	#Range: 0 ~ 16777215
+	magenta = 12411333
+	#Range: 0 ~ 16777215
+	pink = 14195370
+	#Range: 0 ~ 16777215
+	green = 3821086
+	#Range: 0 ~ 16777215
+	lime = 4832573
+	#Range: 0 ~ 16777215
+	light_gray = 11120559
+	#Range: 0 ~ 16777215
+	yellow = 12892206
+	#Range: 0 ~ 16777215
+	black = 2500134
+	#Range: 0 ~ 16777215
+	light_blue = 8296912
+	#Range: 0 ~ 16777215
+	brown = 5650466
+	#Range: 0 ~ 16777215
+	cyan = 3373205
+	#Range: 0 ~ 16777215
+	orange = 14517579
+	#Range: 0 ~ 16777215
+	red = 10828341
+	#Range: 0 ~ 16777215
+	gray = 4605510
+	#Range: 0 ~ 16777215
+	white = 16777215
+	#Range: 0 ~ 16777215
+	blue = 3292826
+	#Range: 0 ~ 16777215
+	purple = 8996546
+
diff --git a/config/endertanks.toml b/config/endertanks.toml
new file mode 100644
index 0000000..fb74957
--- /dev/null
+++ b/config/endertanks.toml
@@ -0,0 +1,75 @@
+#With this disabled tanks are essentially locked to the crafted color as dyes will no longer work
+enable_in_world_coloring = true
+
+#Items used to upgrade the EnderTanks
+[upgrade_items]
+	#Items Listed apply a large storage capacity upgrade
+	large_capacity = ["minecraft:ender_eye"]
+	#Items Listed are used to make the tanks personal
+	personal = ["tag|forge:gems.diamond"]
+	#Items Listed are used to make the tanks team tanks
+	team = ["tag|forge:gems.emerald"]
+	#Items Listed are used to increase the tanks internal pump
+	pump = ["minecraft:piston"]
+	#Items Listed apply a small storage capacity upgrade
+	small_capacity = ["minecraft:ender_pearl"]
+
+#
+#NOTE: Capacity numbers are in buckets
+[capacity_settings]
+	#Maximum capacity an EnderTank holds
+	#Range: 4 ~ 512
+	tank_size_max = 256
+	#Minimum capacity an EnderTank holds
+	#Range: 4 ~ 128
+	tank_size_min = 32
+	#Capacity increased by small capacity upgrade items
+	#Range: 2 ~ 16
+	small_capacity_upgrade = 8
+	#Capacity increased by large capacity upgrade items
+	#Range: 4 ~ 32
+	large_capacity_upgrade = 16
+	#How many internal pump upgrades can a tank have?
+	# default internal pump is only 1/4 bucket, upgrades make it a bucket per upgrade
+	#Range: 0 ~ 8
+	tank_pump_max = 4
+
+[access_settings]
+	#While true only a team member can use the tank
+	team_use_lock = false
+	#While true a Personal tank can only be edited (upgrade, move, etc) by the owner
+	personal_edit_lock = true
+	#While true only a team member can link a bucket to team tanks
+	team_link_lock = true
+	#Enables the usage of public buckets, if disabled buckets must be linked to an upgraded tank before use
+	public_buckets = true
+	#Enables the linking of buckets to team tanks.
+	#Does not effect buckets that are already linked to team tanks
+	team_buckets = true
+	#Enables the creation of team tanks, if disabled tanks can not be set team.
+	#Does not effect tanks that are already set as team
+	team_tanks = true
+	#Team tanks can be used with automation.
+	#The internal pump is unaffected by this setting
+	team_automation = true
+	#Public tanks can be used with automation.
+	#The internal pump is unaffected by this setting
+	public_automation = true
+	#Enables the linking of buckets to personal tanks.
+	#Does not effect buckets that are already linked to personal tanks
+	personal_buckets = true
+	#Enables the usage of public tanks, if disabled tanks must be upgraded before use
+	public_tanks = true
+	#While true a Team tank can only be edited (upgrade, move, etc) by a team member
+	team_edit_lock = true
+	#Enables the creation of personal tanks, if disabled tanks can not set personal.
+	#Does not effect tanks that are already set as personal
+	personal_tanks = true
+	#Personal tanks can be used with automation.
+	#The internal pump is unaffected by this setting
+	personal_automation = true
+	#While true only the owner can link a bucket to their tanks
+	personal_link_lock = true
+	#While true only the owner can use the tank
+	personal_use_lock = false
+
diff --git a/config/entity_spring_blacklist.txt b/config/entity_spring_blacklist.txt
deleted file mode 100644
index a367ec1..0000000
--- a/config/entity_spring_blacklist.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-#Remove entities at your own risk!
-minecraft:item
-minecraft:xp_orb
-minecraft:area_effect_cloud
-minecraft:egg
-minecraft:leash_knot
-minecraft:painting
-minecraft:arrow
-minecraft:snowball
-minecraft:fireball
-minecraft:small_fireball
-minecraft:ender_pearl
-minecraft:eye_of_ender_signal
-minecraft:potion
-minecraft:xp_bottle
-minecraft:item_frame
-minecraft:wither_skull
-minecraft:spectral_arrow
-minecraft:shulker_bullet
-minecraft:dragon_fireball
-minecraft:dragon_fireball
-minecraft:llama_spit
diff --git a/config/immersiveengineering-common.toml b/config/immersiveengineering-common.toml
new file mode 100644
index 0000000..916e195
--- /dev/null
+++ b/config/immersiveengineering-common.toml
@@ -0,0 +1,447 @@
+
+#Configuration related to Immersive Engineering wires
+[wires]
+	#If this is enabled, placing a block in a wire will break it (drop the wire coil)
+	blocksBreakWires = true
+	#The percentage of power lost every 16 blocks of distance for the wire tiers (copper, electrum, HV, Structural Rope, Cable & Redstone(no transfer) )
+	wireLossRatio = [0.05, 0.025, 0.025, 1.0, 1.0, 1.0]
+	#The transfer rates in Flux/t for the wire tiers (copper, electrum, HV, Structural Rope, Cable & Redstone (no transfer) )
+	wireTransferRate = [2048, 8192, 32768, 0, 0, 0]
+	#"The maximum length wire can have. Copper and Electrum should be similar, Steel is meant for long range transport, Structural Rope & Cables are purely decorational"
+	wireLength = [16, 16, 32, 32, 32, 32]
+	#Drop connections with non-existing endpoints when loading the world. Use with care and backups and only when suspecting corrupted data.
+	#This option will check and load all connection endpoints and may slow down the world loading process.
+	validateConnections = false
+	#The RGB colourate of the wires.
+	wireColouration = [11758655, 15573061, 7303023, 9862765, 7303023, 16723759, 16445918, 10323322]
+	#If this is enabled, wires connected to power sources will cause damage to entities touching them
+	#This shouldn't cause significant lag but possibly will. If it does, please report it at https://github.com/BluSunrize/ImmersiveEngineering/issues unless there is a report of it already.
+	enableWireDamage = true
+
+[General]
+	#The weight that hempseeds have when breaking tall grass. 5 by default, set to 0 to disable drops
+	#Range: > 0
+	hempSeedWeight = 5
+	#A config setting to enable debug features. These features may vary between releases, may cause crashes, and are unsupported. Do not enable unless asked to by a developer of IE.
+	enableDebug = false
+	#Set this to false to hide the update news in the manual
+	showUpdateNews = true
+	#Set this to false to disable the super awesome looking nixie tube front for the voltmeter and other things
+	nixietubeFont = true
+	#A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from.
+	#This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority.
+	preferredOres = ["minecraft", "kubejs", "silents_mechanisms", "immersiveengineering", "bluepower", "botania", "mysticalworld", "tmechworks", "industrialforegoing"]
+	#Set this to true if you suffer from bad eyesight. The Engineer's manual will be switched to a bold and darker text to improve readability.
+	#Note that this may lead to a break of formatting and have text go off the page in some instances. This is unavoidable.
+	badEyesight = false
+	#Set this to false to remove IE villagers from the game
+	enableVillagers = true
+	#Set to false to disable the stencil buffer. This may be necessary on older GPUs.
+	stencilBufferEnabled = true
+	#Set this to false to stop the IE villager house from spawning
+	villagerHouse = true
+	#Controls if item tooltips should contain the OreDictionary names of items. These tooltips are only visible in advanced tooltip mod (F3+H)
+	oreTooltips = false
+	#Set this to false to disable the manual's forced change of GUI scale
+	adjustManualScale = false
+	#Increase the distance at which certain TileEntities (specifically windmills) are still visible. This is a modifier, so set it to 1 for default render distance, to 2 for doubled distance and so on.
+	#Range: 0.0 ~ 1.7976931348623157E308
+	increasedTileRenderdistance = 1.5
+	#Disables most lighting code for certain models that are rendered dynamically (TESR). May improve FPS.
+	#Affects turrets and garden cloches
+	disableFancyTESR = false
+	#Allows revolvers and other IE items to look properly held in 3rd person. This uses a coremod. Can be disabled in case of conflicts with other animation mods.
+	fancyItemHolding = true
+	#Support for colourblind people, gives a text-based output on capacitor sides
+	colourblindSupport = false
+
+[machines]
+	#Set this to false to disable the mob-spawn prevention of the Floodlight
+	floodlight_spawnPrevent = true
+	#The chance that a given chunk will contain a mineral vein.
+	#Range: 0.001 ~ 1.0
+	excavator_chance = 0.2
+	#A base-modifier for all fluid fertilizers in the belljar
+	#Range: 0.001 ~ 1000.0
+	garden_cloche_fluid_fertilizer_mod = 1.0
+	#The Flux the Assembler will consume to craft an item from a recipe
+	#Range: > 1
+	assembler_consumption = 80
+	#A modifier to apply to the time of every fermenter recipe
+	#Range: 0.001 ~ 1000.0
+	fermenter_timeModifier = 1.0
+	#A modifier to apply to the energy costs of every refinery recipe
+	#Range: 0.001 ~ 1000.0
+	refinery_energyModifier = 1.0
+	#A modifier to apply to the time of every crusher recipe
+	#Range: 0.001 ~ 1000.0
+	crusher_timeModifier = 1.0
+	#How much Flux the powered lantern draws per tick
+	#Range: > 1
+	lantern_energyDraw = 1
+	#The maximum amount of yield one can get out of a chunk with the excavator. Set a number smaller than zero to make it infinite
+	#Range: > -1
+	excavator_depletion = 38400
+	#A modifier to apply to the time of every metal press recipe
+	#Range: 0.001 ~ 1000.0
+	metal_press_timeModifier = 1.0
+	#The Flux per tick the gun turret consumes to shoot
+	#Range: > 1
+	turret_gun_consumption = 32
+	#A modifier to apply to the energy costs of every mixer recipe
+	#Range: 0.001 ~ 1000.0
+	mixer_energyModifier = 1.0
+	#List of dimensions that can't contain minerals. Default: The End.
+	excavator_dimBlacklist = ["minecraft:the_end"]
+	#The Flux per tick the belljar consumes to grow plants
+	#Range: > 1
+	garden_cloche_consumption = 8
+	#The Flux per tick consumed to double the speed of the furnace. Only happens if furnace is at maximum heat.
+	#Range: > 1
+	heater_speedupConsumption = 24
+	#A modifier to apply to the time of every refinery recipe
+	#Range: 0.001 ~ 1000.0
+	refinery_timeModifier = 1.0
+	#How much Flux the floodlight can hold (must be at least 10x the power draw)
+	#Range: > 1
+	floodlight_max_storage = 80
+	#The speed of the Excavator. Basically translates to how many degrees per tick it will turn.
+	#Range: 0.001 ~ 1000.0
+	excavator_speed = 1.0
+	#The base Flux that is output by the dynamo. This will be modified by the rotation modifier of the attached water- or windmill
+	#Range: 0.0 ~ 2.147483647E9
+	dynamo_output = 3.0
+	#The Flux the Fluid Pump will consume pressurize and accelerate fluids, increasing the transferrate
+	#Range: > 1
+	pump_consumption_accelerate = 5
+	#How much Flux the powered lantern can hold (should be greater than the power draw)
+	#Range: > 1
+	lantern_max_storage = 10
+	#The amount of ticks one dose of fertilizer lasts in the belljar
+	#Range: > 1
+	garden_cloche_fertilizer = 6000
+	#A modifier to apply to the energy costs of every fermenter recipe
+	#Range: 0.001 ~ 1000.0
+	fermenter_energyModifier = 1.0
+	#The Flux per tick the Blast Furnace Preheater will consume to speed up the Blast Furnace
+	#Range: > 1
+	preheater_consumption = 32
+	#The Flux per tick consumed by the Core Sample Drill
+	#Range: > 1
+	coredrill_consumption = 40
+	#A modifier to apply to the energy costs of every metal press recipe
+	#Range: 0.001 ~ 1000.0
+	metal_press_energyModifier = 1.0
+	#A modifier to apply to the energy costs of every crusher recipe
+	#Range: 0.001 ~ 1000.0
+	crusher_energyModifier = 1.0
+	#The Flux per tick the Tesla Coil will consume, simply by being active
+	#Range: > 1
+	teslacoil_consumption = 256
+	#The chance that the Excavator will not dig up an ore with the currently downward-facing bucket.
+	#Range: 0.0 ~ 1.0
+	excavator_fail_chance = 0.05
+	#The Flux per tick consumed to add one heat to a furnace. Creates up to 4 heat in the startup time and then 1 heat per tick to keep it running
+	#Range: > 1
+	heater_consumption = 8
+	#The Flux per tick the Excavator will consume to dig
+	#Range: > 1
+	excavator_consumption = 4096
+	#The Flux per tick that the Diesel Generator will output. The burn time of the fuel determines the total output
+	#Range: > 0
+	dieselGen_output = 4096
+	#The amount of Flux the Tesla Coil will consume when shocking an entity
+	#Range: > 1
+	teslacoil_consumption_active = 512
+	#The Flux per tick the chemthrower turret consumes to shoot
+	#Range: > 1
+	turret_chem_consumption = 32
+	#Output modifier for the energy created by the Thermoelectric Generator
+	#Range: 0.0 ~ 2.147483647E9
+	thermoelectric_output = 1.0
+	#A modifier to apply to the time of every bottling machine recipe
+	#Range: 0.001 ~ 1000.0
+	bottling_machine_timeModifier = 1.0
+	#Set this to false to disable the fluid pump being able to draw infinite water from sources
+	pump_infiniteWater = true
+	#A modifier to apply to the time of every squeezer recipe
+	#Range: 0.001 ~ 1000.0
+	squeezer_timeModifier = 1.0
+	#A modifier to apply to the energy costs of every arc furnace recipe
+	#Range: 0.001 ~ 1000.0
+	arc_furnace_energyModifier = 1.0
+	#The length in ticks it takes for the Core Sample Drill to figure out which mineral is found in a chunk
+	#Range: > 1
+	coredrill_time = 200
+	#A modifier to apply to the belljars total growing speed
+	#Range: 0.001 ~ 1000.0
+	garden_cloche_growth_modifier = 1.0
+	#A base-modifier for all solid fertilizers in the belljar
+	#Range: 0.001 ~ 1000.0
+	garden_cloche_solid_fertilizer_mod = 1.0
+	#The maximum amount of damage Graphite Electrodes can take. While the furnace is working, electrodes sustain 1 damage per tick, so this is effectively the lifetime in ticks. The default value of 96000 makes them last for 8 consecutive ingame days
+	#Range: > 1
+	arcfurnace_electrodeDamage = 96000
+	#A modifier to apply to the energy costs of every auto workbench recipe
+	#Range: 0.001 ~ 1000.0
+	auto_workbench_energyModifier = 1.0
+	#The Flux per tick the Charging Station can insert into an item
+	#Range: > 1
+	charger_consumption = 256
+	#A modifier to apply to the time of every mixer recipe
+	#Range: 0.001 ~ 1000.0
+	mixer_timeModifier = 1.0
+	#The amount of fluid the belljar uses per dose of fertilizer
+	#Range: > 1
+	garden_cloche_fluid = 250
+	#Set this to false to disable the ridiculous amounts of particles the Excavator spawns
+	excavator_particles = true
+	#In- and output rates of LV,MV and HV Wire Conenctors. This is independant of the transferrate of the wires.
+	wireConnectorInput = [256, 1024, 4096]
+	#The Flux per tick any turret consumes to monitor the area
+	#Range: > 1
+	turret_consumption = 64
+	#How much Flux the floodlight draws per tick
+	#Range: > 1
+	floodlight_energyDraw = 5
+	#A modifier to apply to the time of every arc furnace recipe
+	#Range: 0.001 ~ 1000.0
+	arc_furnace_timeModifier = 1.0
+	#Set this to false to disable the mob-spawn prevention of the Powered Lantern
+	lantern_SpawnPrevent = true
+	#Set this to false to disable the Arc Furnace's recycling of armors and tools
+	arcfurnace_recycle = true
+	#The amount of damage the Tesla Coil will do when shocking an entity
+	#Range: 0.0 ~ 2.147483647E9
+	teslacoil_damage = 6.0
+	#A modifier to apply to the energy costs of every squeezer recipe
+	#Range: 0.001 ~ 1000.0
+	squeezer_energyModifier = 1.0
+	#Set this to true to make the blueprint for graphite electrodes craftable in addition to villager/dungeon loot
+	arcfurnace_electrodeCrafting = false
+	#If this is set to true (default) the pump will replace fluids it picks up with cobblestone in order to reduce lag caused by flowing fluids.
+	pump_placeCobble = true
+	#A modifier to apply to the time of every auto workbench recipe
+	#Range: 0.001 ~ 1000.0
+	auto_workbench_timeModifier = 1.0
+	#The Flux that will be output by the lightning rod when it is struck
+	#Range: > 0
+	lightning_output = 16000000
+	#The Flux the Fluid Pump will consume to pick up a fluid block in the world
+	#Range: > 1
+	pump_consumption = 250
+	#A modifier to apply to the energy costs of every bottling machine recipe
+	#Range: 0.001 ~ 1000.0
+	bottling_machine_energyModifier = 1.0
+
+	[machines.capacitors]
+
+		#Configuration for the medium voltage capacitor
+		[machines.capacitors.mv]
+			#Maximum energy output (Flux/tick)
+			#Range: > 1
+			capacitorMV_output = 1024
+			#Maximum energy stored (Flux)
+			#Range: > 1
+			capacitorMV_storage = 1000000
+			#Maximum energy input (Flux/tick)
+			#Range: > 1
+			capacitorMV_input = 1024
+
+		#Configuration for the low voltage capacitor
+		[machines.capacitors.lv]
+			#Maximum energy stored (Flux)
+			#Range: > 1
+			capacitorLV_storage = 100000
+			#Maximum energy input (Flux/tick)
+			#Range: > 1
+			capacitorLV_input = 256
+			#Maximum energy output (Flux/tick)
+			#Range: > 1
+			capacitorLV_output = 256
+
+		#Configuration for the high voltage capacitor
+		[machines.capacitors.hv]
+			#Maximum energy output (Flux/tick)
+			#Range: > 1
+			capacitorHV_output = 4096
+			#Maximum energy input (Flux/tick)
+			#Range: > 1
+			capacitorHV_input = 4096
+			#Maximum energy stored (Flux)
+			#Range: > 1
+			capacitorHV_storage = 4000000
+
+[ores]
+	#A blacklist of dimensions in which IE ores won't spawn. By default this is Nether and End
+	dimension_blocklist = ["minecraft:the_nether", "minecraft:the_end"]
+	#Set this to false to disable the logging of the chunks that were flagged for retrogen.
+	retrogen_log_flagChunk = true
+	#The retrogeneration key. Basically IE checks if this key is saved in the chunks data. If it isn't, it will perform retrogen on all ores marked for retrogen.
+	#Change this in combination with the retrogen booleans to regen only some of the ores.
+	retrogen_key = "DEFAULT"
+	#Set this to false to disable the logging of the chunks that are still left to retrogen.
+	retrogen_log_remaining = true
+
+	#Ore generation config - nickel
+	[ores.nickel]
+		#The maximum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		max_y = 24
+		#The maximum size of a vein. Set to 0 to disable generation
+		#Range: > 0
+		vein_size = 0
+		#The chance for a vein to spawn (relative to 1)
+		#Range: 0.0 ~ 1.0
+		veins_per_chunk = 1.0
+		#Set this to true to allow retro-generation of nickel Ore.
+		retrogen_enable = false
+		#The minimum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		min_y = 8
+
+	#Ore generation config - copper
+	[ores.copper]
+		#The maximum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		max_y = 72
+		#The maximum size of a vein. Set to 0 to disable generation
+		#Range: > 0
+		vein_size = 0
+		#The chance for a vein to spawn (relative to 1)
+		#Range: 0.0 ~ 1.0
+		veins_per_chunk = 1.0
+		#Set this to true to allow retro-generation of copper Ore.
+		retrogen_enable = false
+		#The minimum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		min_y = 40
+
+	#Ore generation config - bauxite
+	[ores.bauxite]
+		#The maximum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		max_y = 85
+		#The maximum size of a vein. Set to 0 to disable generation
+		#Range: > 0
+		vein_size = 0
+		#The chance for a vein to spawn (relative to 1)
+		#Range: 0.0 ~ 1.0
+		veins_per_chunk = 1.0
+		#Set this to true to allow retro-generation of bauxite Ore.
+		retrogen_enable = false
+		#The minimum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		min_y = 40
+
+	#Ore generation config - silver
+	[ores.silver]
+		#The maximum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		max_y = 40
+		#The maximum size of a vein. Set to 0 to disable generation
+		#Range: > 0
+		vein_size = 0
+		#The chance for a vein to spawn (relative to 1)
+		#Range: 0.0 ~ 1.0
+		veins_per_chunk = 0.8
+		#Set this to true to allow retro-generation of silver Ore.
+		retrogen_enable = false
+		#The minimum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		min_y = 8
+
+	#Ore generation config - uranium
+	[ores.uranium]
+		#The maximum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		max_y = 24
+		#The maximum size of a vein. Set to 0 to disable generation
+		#Range: > 0
+		vein_size = 0
+		#The chance for a vein to spawn (relative to 1)
+		#Range: 0.0 ~ 1.0
+		veins_per_chunk = 0.6
+		#Set this to true to allow retro-generation of uranium Ore.
+		retrogen_enable = false
+		#The minimum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		min_y = 8
+
+	#Ore generation config - lead
+	[ores.lead]
+		#The maximum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		max_y = 36
+		#The maximum size of a vein. Set to 0 to disable generation
+		#Range: > 0
+		vein_size = 0
+		#The chance for a vein to spawn (relative to 1)
+		#Range: 0.0 ~ 1.0
+		veins_per_chunk = 1.0
+		#Set this to true to allow retro-generation of lead Ore.
+		retrogen_enable = false
+		#The minimum Y coordinate this ore can spawn at
+		#Range: > -2147483648
+		min_y = 8
+
+[tools]
+	#The amount of base damage a armor piercing Cartridge inflicts
+	#Range: 0.0 ~ 1.7976931348623157E308
+	bulletDamage_ap = 10.0
+	#The amount of base damage a wolfpack cartridge inflicts
+	#Range: 0.0 ~ 1.7976931348623157E308
+	bulletDamage_wolfpack = 6.0
+	#The base amount of Flux consumed per shot by the Railgun
+	#Range: > 1
+	railgun_consumption = 800
+	#The amount of base damage a dragon breath cartridge inflicts
+	#Range: 0.0 ~ 1.7976931348623157E308
+	bulletDamage_dragon = 3.0
+	#Set this to false to disable the use of Sneak+Scroll to switch Chemthrower tanks.
+	chemthrower_scroll = true
+	#The amount of base damage the sub-projectiles of a  wolfpack cartridge inflicts
+	#Range: 0.0 ~ 1.7976931348623157E308
+	bulletDamage_wolfpack_part = 4.0
+	#A list of sounds that should not be muffled by the Ear Defenders. Adding to this list requires knowledge of the correct sound resource names.
+	earDefenders_SoundBlacklist = []
+	#Set this to true to completely disable the ore-crushing recipes with the Engineers Hammer
+	disable_hammer_crushing = false
+	#The amount of base damage a Casull Cartridge inflicts
+	#Range: 0.0 ~ 1.7976931348623157E308
+	bulletDamage_casull = 10.0
+	#The maximum durability of the Wirecutter. Used up when cutting plates into wire.
+	#Range: > 1
+	cutter_durability = 250
+	#The amount of base damage a phial cartridge inflicts
+	#Range: 0.0 ~ 1.7976931348623157E308
+	bulletDamage_phial = 1.0
+	#A whitelist of wire-related allowed in the toolbox, formatting: [mod id]:[item name]
+	toolbox_wiring = []
+	#A blacklist of armor pieces to allow attaching the capacitor backpack, formatting: [mod id]:[item name]. Whitelist has priority over this
+	powerpack_blacklist = ["embers:ashen_cloak_chest", "ic2:batpack", "ic2:cf_pack", "ic2:energy_pack", "ic2:jetpack", "ic2:jetpack_electric", "ic2:lappack"]
+	#A whitelist of armor pieces to allow attaching the capacitor backpack, formatting: [mod id]:[item name]
+	powerpack_whitelist = []
+	#A whitelist of foods allowed in the toolbox, formatting: [mod id]:[item name]
+	toolbox_foods = []
+	#A whitelist of tools allowed in the toolbox, formatting: [mod id]:[item name]
+	toolbox_tools = []
+	#The mb of fluid the Chemical Thrower will consume per tick of usage
+	#Range: > 1
+	chemthrower_consumption = 10
+	#The amount of base damage a single part of buckshot inflicts
+	#Range: 0.0 ~ 1.7976931348623157E308
+	bulletDamage_buck = 2.0
+	#The amount of damage a silver bullet inflicts
+	#Range: 0.0 ~ 1.7976931348623157E308
+	bulletDamage_silver = 10.0
+	#The amount of base damage a homing cartridge inflicts
+	#Range: 0.0 ~ 1.7976931348623157E308
+	bulletDamage_homing = 10.0
+	#The maximum durability of the Engineer's Hammer. Used up when hammering ingots into plates.
+	#Range: > 1
+	hammer_durability = 100
+	#A modifier for the damage of all projectiles fired by the Railgun
+	#Range: 0.0 ~ 1.7976931348623157E308
+	railgun_damage_modifier = 1.0
+
diff --git a/config/invtweaks-client.toml b/config/invtweaks-client.toml
index 3abd97a..7c8dae1 100644
--- a/config/invtweaks-client.toml
+++ b/config/invtweaks-client.toml
@@ -84,7 +84,7 @@
 	#2 = buttons for external sorting only
 	#3 = all buttons enabled (default)
 	#Range: 0 ~ 3
-	enableButtons = 3
+	enableButtons = 0
 	#Enable auto-refill
 	autoRefill = true
 	#0 = disable sorting
diff --git a/config/netherportalspread/spreadsettings.txt b/config/netherportalspread/spreadsettings.txt
new file mode 100644
index 0000000..3726bb2
--- /dev/null
+++ b/config/netherportalspread/spreadsettings.txt
@@ -0,0 +1,6 @@
+stone; [netherrack>12 + magma_block>2],
+grass_block; [netherrack>1],
+dirt; [netherrack>1],
+sand; [soul_sand>1],
+gravel; [soul_sand>1],
+stone_bricks; [nether_bricks>5 + red_nether_bricks>5]
diff --git a/config/netherpspr-common.toml b/config/netherpspr-common.toml
new file mode 100644
index 0000000..a5ad447
--- /dev/null
+++ b/config/netherpspr-common.toml
@@ -0,0 +1,21 @@
+
+[General]
+	#The amount of blocks that are instantly converted to a nether block around a portal when it is detected. If there are existing nether blocks within the radius, their count is substracted from this number.
+	#Range: 0 ~ 1000
+	instantConvertAmount = 50
+	#The amount of prevent-spread-blocks (defined) needed within the radius of the nether portal to prevent spread.
+	preventSpreadBlockAmountNeeded = 2
+	#The chance a soul sand block with an airblock above has netherwart growing out of it.
+	#Range: 0.0 ~ 1.0
+	surfaceSoulSandHasNetherwartChance = 0.25
+	#When enabled, blocks the spread effect when there are n (defined) prevent-spread-blocks (defined) within the radius.
+	preventSpreadWithBlock = true
+	#The radius around the portal to which the nether blocks can spread.
+	#Range: 1 ~ 100
+	portalSpreadRadius = 15
+	#The delay in ms in between the spread around the nether portal.
+	#Range: 20 ~ 360000
+	spreadDelay = 2500
+	#The block which prevents the nether portal from spreading. By default a coal block (minecraft:coal_block is the namespace ID)
+	preventSpreadBlockString = "minecraft:coal_block"
+
diff --git a/config/passthroughsigns-common.toml b/config/passthroughsigns-common.toml
new file mode 100644
index 0000000..857fd9a
--- /dev/null
+++ b/config/passthroughsigns-common.toml
@@ -0,0 +1,15 @@
+
+[general]
+	#Whether to ignore banners when attached to an interactable block or not.
+	"Ignore banners" = false
+	#Whether to ignore wall signs when attached to an interactable block or not.
+	"Ignore wall signs" = true
+	#Whether shift-click is required to ignore signs, when Quark is installed.
+	"Shift-click to ignore signs (Quark)" = true
+	#Whether to ignore paintings when attached to an interactable block or not.
+	"Ignore paintings" = false
+	#Disable default behaviour of item frames rotation display, when not sneaking (Recommended when ignoring item frames is enabled)
+	"Turn off item rotation" = false
+	#Whether to ignore item frames when attached to an interactable block or not.
+	"Ignore item frames" = false
+
diff --git a/config/rats-client.toml b/config/rats-client.toml
new file mode 100644
index 0000000..616a4a8
--- /dev/null
+++ b/config/rats-client.toml
@@ -0,0 +1,145 @@
+
+[general]
+	#True if cheese can be created in cauldrons
+	Cheesemaking = true
+	#True if rats are to spawn naturally
+	"Spawn Rats" = true
+	#How much kRF (1000 RF) a rat with an extreme energy transfer upgrade can transport at a time.
+	#Range: > 1
+	"Rat RF Transfer Rate Extreme (kRF)" = 100000
+	#Ratlantean Automaton Attack Damage
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Ratlantean Automaton Attack Damage" = 6.0
+	#Black Death Attack Damage
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Black Death Automaton Attack Damage" = 4.0
+	#percent chance for piper to drop hat on death
+	#Range: 0.0 ~ 1.0
+	"Pied Piper Hat Drop Rate" = 0.09000000357627869
+	#percent chance for a husk or jungle skeleton to spawn with an archeologist hat
+	#Range: 0.0 ~ 1.0
+	"Archeologist Hat Spawn Rate" = 0.11999999731779099
+	#percent chance for plague rat to drop plague essence on death
+	#Range: 0.0 ~ 1.0
+	"Plague Essence Drop Rate" = 0.10000000149011612
+	#Neo-Ratlantean Attack Damage
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Neo-Ratlantean Automaton Attack Damage" = 8.0
+	#1/This number chance for a rat to drop a Token
+	#Range: > 1
+	"Rat Token Drop Rate" = 10000
+	#True if plague doctor huts can spawn in villages
+	"Village Plague Doctors" = true
+	#True if wild rats contaminate food when they steal from chests
+	"Rats Contaminate Food" = true
+	#Black Death Max Health
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Black Death Max Health" = 400.0
+	#True if loot from rats can spawn in chests
+	"Add Loot" = true
+	#Ratlantis Dimension ID
+	#Range: > -2147483648
+	"Ratlantis Dimension ID" = -8
+	#True if garbage heaps can spawn in villages
+	"Village Garbage Heap" = true
+	#True if Ratlantis dimension is disabled - alternative methods of getting resources will be provided. WARNING: Leave the dimension and restart the game before changing this. You must be fun at parties.
+	"Disable Ratlantis" = false
+	#How much kRF (1000 RF) a rat with a basic energy transfer upgrade can transport at a time.
+	#Range: > 1
+	"Rat RF Transfer Rate Basic (kRF)" = 100
+	#Flying Dutchrat Attack Damage
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Flying Dutchrat Automaton Attack Damage" = 10.0
+	#Distance that untamed rats will immediately despawn. For Vanilla mobs, this is 128 blocks.
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Rat Immediate Despawn Distance" = 96.0
+	#A seperate random roll that only spawns pipers if a one-out-of-X chance, x being this number. raise this number to make them more rare.
+	#Range: > 0
+	"Piper Spawn Decrease" = 5
+	#How much kRF (1000 RF) a rat with an advanced energy transfer upgrade can transport at a time.
+	#Range: > 1
+	"Rat RF Transfer Rate Advanced (kRF)" = 500
+	#When a rat is farther than its potential despawn distance, a random roll is taken to see if it despawns. Lower this number will make rats more likely to despawn.
+	#Range: > 1
+	"Rat Potential Despawn Chance" = 400
+	#True if wild rats will steal from chests
+	"Rats Steal From Chests" = true
+	#True if rats should rarely make a funny noise when creating rats nuggets.
+	"Rat Fart Noises" = true
+	#The time in ticks(20 per second) it takes for milk to turn into cheese in a cauldron
+	#Range: 20 ~ 1000000
+	"Milk Curdling Time" = 150
+	#Neo-Ratlantean Max Health
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Neo-Ratlantean Max Health" = 300.0
+	#True if iron golems will attack wild rats
+	"Golems Target Rats" = true
+	#A seperate random roll that only spawns rats if a one-out-of-X chance, x being this number. raise this number to make them more rare.
+	#Range: > 0
+	"Rat Spawn Decrease" = 5
+	#True if player UI has plague hearts render when the effect is active.
+	"Plague Heart Overlay" = true
+	#True if tamed rats will destroy crops when they harvest them
+	"Rats Break Crops on Harvest" = true
+	#Flying Dutchrat Max Health
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Flying Dutchrat Max Health" = 400.0
+	#True if rats can dig holes
+	"Rats Dig Holes" = true
+	#Ratlantean Automaton Max Health
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Ratlantean Automaton Max Health" = 600.0
+	#True if Plastic item is disabled - alternative methods of getting rat cage deco will be provided. WARNING: Leave the restard the game after changing this. You must be fun at parties.
+	"Disable Plastic" = false
+	#How many blocks the Lumberjack Rat is able to destroy when felling a tree. Be careful when changing this to a large number.
+	#Range: > 0
+	"Rat Upgrade Lumberjack: Max Tree Blocks" = 10000
+	#True if wild rats will destroy and eat crops
+	"Rats Raid Crops" = true
+	#Rats will continue to breed in cages until there are this many rats in one cage block
+	#Range: 1 ~ 10000
+	"Rat Cage Max Occupancy" = 5
+	#Distance that untamed rats could possibly despawn. For Vanilla mobs, this is 32 blocks.
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Rat Potential Despawn Distance" = 20.0
+	#True if pet shops can spawn in villages
+	"Village Pet Shops" = true
+	#True if infected mobs with plague can spread it by interacting or attacking.
+	"Other Mobs can spread Plague" = true
+	#True if Pied Pipers are to spawn naturally
+	"Spawn Piper" = true
+	#The how many chunks away can a rat here a rat flute
+	#Range: 1 ~ 100
+	"Rat Flute Distance" = 2
+	#Rats will conduct expensive CPU operations like looking for crops or chests, once every this number of ticks(with added standard deviation for servers)
+	#Range: 1 ~ 10000
+	"Rat Upgrade Delay" = 100
+	#What Dimension ID you are teleported to upon leaving Ratlantis
+	#Range: > -2147483648
+	"Ratlantis Portal Exit Dimension ID" = 0
+	#Largest possible radius for tamed rats conducting their searches for items, harvests, etc.
+	#Range: > 1
+	"Max Rat Radius" = 32
+	#The weight of pied pipers in vanilla's spawn rate
+	#Range: 1 ~ 300
+	"Pied Piper Spawn Weight" = 6
+	#The max block hardness that rats are allowed to dig through. (Dirt = 0.5F, Cobblestone = 2.0F, Obsidian = 50.0F)
+	#Range: 0.0 ~ 1000000.0
+	"Rat Dig Strength" = 4.0
+	#True if plague rats are to spawn naturally
+	"Plague Rats" = true
+	#True if rats should spawn like monsters. False if they should only spawn once per world, like pigs and sheep.
+	"Rats Spawn Like Monsters" = true
+	#How much kRF (1000 RF) a rat with an elite energy transfer upgrade can transport at a time.
+	#Range: > 1
+	"Rat RF Transfer Rate Elite (kRF)" = 1000
+	#How far away from players the Rat Upgrade: Voodoo Doll is effective.
+	#Range: 0.0 ~ 3.4028234663852886E38
+	"Voodoo Doll Rat distance" = 32.0
+	#Default radius for tamed rats conducting their searches for items, harvests, etc.
+	#Range: > 1
+	"Default Rat Radius" = 16
+	#The weight of rats in vanilla's spawn rate
+	#Range: 1 ~ 300
+	"Rat Spawn Weight" = 80
+
diff --git a/config/tetra.toml b/config/tetra.toml
index 52f9e7f..0e65038 100644
--- a/config/tetra.toml
+++ b/config/tetra.toml
@@ -2,6 +2,9 @@
 [misc]
 	#Enables commands & data reloading functionality useful for development, has a negative impact on performance
 	development = false
+	#Multiplier for magic capacity gains, increasing this may be useful when having a large set enchantments added by other mods
+	#Range: 0.0 ~ 1.7976931348623157E308
+	magic_cap_multiplier = 1.0
 
 #World generation settings
 [worldgen]
diff --git a/config/tombstone-client.toml b/config/tombstone-client.toml
index c93dd47..c70606c 100644
--- a/config/tombstone-client.toml
+++ b/config/tombstone-client.toml
@@ -23,13 +23,21 @@
 	#Favorite grave marble
 	#Allowed Values: DARK, WHITE
 	favorite_grave_marble = "DARK"
+	#Decimal value of the fog color [0..16777215|default:125656]
+	#Range: 0 ~ 16777215
+	fog_color = 14937088
+	#Favor the tools on the hotbar when recovering a grave [false/true|default:false]
+	priorize_tool_on_hotbar = false
 	#Highlights the tomb from far when holding the key [false/true|default:true]
 	highlight = true
 	#Enables the special rendering and particles for Halloween [false/true|default:true]
 	enable_halloween_effect = true
 	#Favorite grave
-	#Allowed Values: GRAVE_SIMPLE, GRAVE_NORMAL, GRAVE_CROSS, TOMBSTONE, SUBARAKI_GRAVE
+	#Allowed Values: GRAVE_SIMPLE, GRAVE_NORMAL, GRAVE_CROSS, TOMBSTONE, SUBARAKI_GRAVE, GRAVE_ORIGINAL
 	favorite_grave = "GRAVE_SIMPLE"
+	#Period where graves produce fog [DAY/NIGHT/BOTH|default:NIGHT]
+	#Allowed Values: DAY, NIGHT, BOTH, NEVER
+	fog_period = "NIGHT"
 	#Defines the rule to use for grave's skin [DEFAULT/FORCE_NORMAL/FORCE_HALLOWEEN|default:DEFAULT]
 	#Allowed Values: DEFAULT, FORCE_NORMAL, FORCE_HALLOWEEN
 	grave_skin_rule = "DEFAULT"
diff --git a/config/tombstone-common.toml b/config/tombstone-common.toml
index 5e6a1ac..168f937 100644
--- a/config/tombstone-common.toml
+++ b/config/tombstone-common.toml
@@ -117,6 +117,8 @@
 	#Time in minutes between players' backups [10..1000|default:40]
 	#Range: 10 ~ 1000
 	recovery_player_timer = 30
+	#Backup players on death [false/true|default:false]
+	backup_on_death = false
 	#Maximum number of backups per player [5..100|default:15]
 	#Range: 5 ~ 100
 	recovery_player_max_saves = 15
diff --git a/config/tombstone-server.toml b/config/tombstone-server.toml
index a083da3..dc31ccf 100644
--- a/config/tombstone-server.toml
+++ b/config/tombstone-server.toml
@@ -7,6 +7,9 @@
 	#Experience loss on death (%) [0..100|default:0]
 	#Range: 0 ~ 100
 	xp_loss = 0
+	#Scroll duration [1200..120000|default:12000]
+	#Range: 1200 ~ 120000
+	scroll_duration = 12000
 	#Whether to handle player experience [false/true|default:true]
 	handle_player_xp = true
 	#The chance that a player receives an already enchanted Grave's Key on death [-1..100|default:0|disabled:-1]
@@ -17,6 +20,9 @@
 	#The time in minutes before a Grave's Key isn't required to open a grave (-1 = disabled) [-1..MAX|default:-1]
 	#Range: > -1
 	decay_time = -1
+	#Required level in Knowledge of Death to craft Familiar Receptacle [0..20|default:10]
+	#Range: 0 ~ 20
+	familiar_receptacle_required_level = 10
 
 #Allows to customize or disable the enchantments
 [enchantments]

From f496322d2298a27fa6dd35f8f95a09ecadc0877a Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Thu, 26 Mar 2020 20:59:55 +0100
Subject: [PATCH 08/13] Added immersive engineering to unification

---
 scripts/base/unification/main.zs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/base/unification/main.zs b/scripts/base/unification/main.zs
index 8e09206..7ed6414 100644
--- a/scripts/base/unification/main.zs
+++ b/scripts/base/unification/main.zs
@@ -517,6 +517,7 @@ var modPriorities as string[] = [
     "minecraft",
     "kubejs",
     "silents_mechanisms",
+    "immersiveengineering",
     "bluepower",
     "botania",
     "mysticalworld",

From 30a1c2f0f9139b09ff0efd2a07f59f30d74592b9 Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Thu, 26 Mar 2020 20:59:57 +0100
Subject: [PATCH 09/13] Update .gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1660b4e..7823f57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,3 +83,4 @@ ma-essentials/default_kits.json
 config/craftingtweaks-client.toml
 new.json
 old.json
+reauth.toml

From 7a1d5d1f41e26cd0a246e3e331613791eca1375d Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Thu, 26 Mar 2020 21:00:01 +0100
Subject: [PATCH 10/13] Update minecraftinstance.json

---
 minecraftinstance.json | 2993 +++++++++++++++++++++++++---------------
 1 file changed, 1847 insertions(+), 1146 deletions(-)

diff --git a/minecraftinstance.json b/minecraftinstance.json
index 7575afb..5de24d3 100644
--- a/minecraftinstance.json
+++ b/minecraftinstance.json
@@ -30,7 +30,7 @@
   "isUnlocked": true,
   "javaArgsOverride": null,
   "javaDirOverride": null,
-  "lastPlayed": "2020-03-13T19:02:05.8943387Z",
+  "lastPlayed": "2020-03-26T19:34:17.1638309Z",
   "manifest": null,
   "fileDate": "0001-01-01T00:00:00",
   "installedModpack": null,
@@ -40,7 +40,7 @@
   "modpackOverrides": null,
   "isMemoryOverride": false,
   "allocatedMemory": 6144,
-  "guid": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+  "guid": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
   "gameTypeID": 432,
   "installPath": "C:\\Users\\Niels\\Twitch\\Minecraft\\Instances\\Enigmatica 4\\",
   "name": "Enigmatica 4",
@@ -56,10 +56,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.524683Z",
       "lastWriteTimeUtc": "2020-01-14T18:13:54.9342821Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4717766Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1697242Z",
       "fileCount": 1,
       "fileSize": 296519
     },
+    {
+      "folderName": "ImmersiveEngineering-0.14-93.jar",
+      "fingerprint": 4104068920,
+      "fileDateHash": 2565024136,
+      "sectionID": 8,
+      "individualFingerprints": [
+        4104068920
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4568454Z",
+      "lastWriteTimeUtc": "2020-03-23T19:03:45.2366465Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1707224Z",
+      "fileCount": 1,
+      "fileSize": 6588279
+    },
     {
       "folderName": "curiouselytra-FORGE-1.14.4-1.0.jar",
       "fingerprint": 983622763,
@@ -71,10 +86,40 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.7301335Z",
       "lastWriteTimeUtc": "2019-09-19T17:33:57.3429736Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4717766Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1707224Z",
       "fileCount": 1,
       "fileSize": 27102
     },
+    {
+      "folderName": "Xaeros_Minimap_20.5.2_Forge_1.14.4.jar",
+      "fingerprint": 2418547151,
+      "fileDateHash": 79790530,
+      "sectionID": 8,
+      "individualFingerprints": [
+        2418547151
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.5536207Z",
+      "lastWriteTimeUtc": "2020-03-18T19:19:53.0248689Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1707224Z",
+      "fileCount": 1,
+      "fileSize": 510426
+    },
+    {
+      "folderName": "cyclepaintings_1.14-1.1.jar",
+      "fingerprint": 1122591641,
+      "fileDateHash": 2259175473,
+      "sectionID": 8,
+      "individualFingerprints": [
+        1122591641
+      ],
+      "status": 1,
+      "timestamp": "2020-03-13T19:27:00.3162334Z",
+      "lastWriteTimeUtc": "2020-03-12T19:19:54.6250824Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1717193Z",
+      "fileCount": 1,
+      "fileSize": 6528
+    },
     {
       "folderName": "rftoolsbuilder-1.14-1.2.12-alpha.jar",
       "fingerprint": 3624948799,
@@ -86,7 +131,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.5080935Z",
       "lastWriteTimeUtc": "2019-12-16T18:37:40.9708309Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4727735Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1717193Z",
       "fileCount": 1,
       "fileSize": 487737
     },
@@ -101,7 +146,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.0715868Z",
       "lastWriteTimeUtc": "2020-02-27T18:20:18.9527525Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4727735Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1717193Z",
       "fileCount": 1,
       "fileSize": 488826
     },
@@ -116,7 +161,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.7321688Z",
       "lastWriteTimeUtc": "2020-01-03T18:13:50.3489895Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4727735Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 186926
     },
@@ -131,7 +176,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.713544Z",
       "lastWriteTimeUtc": "2020-02-02T20:23:27.979919Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4727735Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 14097096
     },
@@ -146,7 +191,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.6177123Z",
       "lastWriteTimeUtc": "2019-11-24T20:13:58.3236695Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4737711Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 47099
     },
@@ -161,7 +206,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.955897Z",
       "lastWriteTimeUtc": "2020-02-27T18:20:15.8618363Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4747787Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 419834
     },
@@ -176,7 +221,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.5556434Z",
       "lastWriteTimeUtc": "2020-01-13T18:51:40.9781865Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4747787Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 1040479
     },
@@ -191,7 +236,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.2736806Z",
       "lastWriteTimeUtc": "2020-02-13T18:42:15.9398974Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4747787Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 114599
     },
@@ -206,10 +251,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.881079Z",
       "lastWriteTimeUtc": "2019-12-22T20:22:43.1850949Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4757919Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 81844
     },
+    {
+      "folderName": "endertanks-1.14-1.7.2.jar",
+      "fingerprint": 3891689408,
+      "fileDateHash": 2026740964,
+      "sectionID": 8,
+      "individualFingerprints": [
+        3891689408
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4458743Z",
+      "lastWriteTimeUtc": "2020-03-23T19:03:08.0376146Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
+      "fileCount": 1,
+      "fileSize": 176352
+    },
     {
       "folderName": "extraboats-1.2.6-1.14.4.jar",
       "fingerprint": 1381255617,
@@ -221,7 +281,7 @@
       "status": 1,
       "timestamp": "2020-03-10T19:44:42.5545697Z",
       "lastWriteTimeUtc": "2020-03-10T18:58:36.095491Z",
-      "queryTimestamp": "2020-03-10T19:44:45.6286563Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 313279
     },
@@ -236,7 +296,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.8320276Z",
       "lastWriteTimeUtc": "2020-01-13T18:26:52.6766413Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4757919Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 183947
     },
@@ -251,7 +311,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.9109994Z",
       "lastWriteTimeUtc": "2019-11-02T18:35:58.6001842Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4767639Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 43079
     },
@@ -266,7 +326,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.4941153Z",
       "lastWriteTimeUtc": "2019-09-30T18:27:30.5704735Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4767639Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 8556
     },
@@ -281,25 +341,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.4879479Z",
       "lastWriteTimeUtc": "2019-11-25T18:10:20.9527432Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4767639Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 27427
     },
-    {
-      "folderName": "XaerosWorldMap_1.5.5_Forge_1.14.4.jar",
-      "fingerprint": 2291577785,
-      "fileDateHash": 952896428,
-      "sectionID": 8,
-      "individualFingerprints": [
-        2291577785
-      ],
-      "status": 1,
-      "timestamp": "2020-03-05T20:00:18.8899841Z",
-      "lastWriteTimeUtc": "2020-02-06T17:54:55.1366014Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4777898Z",
-      "fileCount": 1,
-      "fileSize": 254087
-    },
     {
       "folderName": "CapabilityProxy-1.14.4-2.1.5.jar",
       "fingerprint": 1053905616,
@@ -311,7 +356,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.1172655Z",
       "lastWriteTimeUtc": "2019-11-24T20:13:15.0755121Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4777898Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 90739
     },
@@ -326,7 +371,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.8787361Z",
       "lastWriteTimeUtc": "2020-01-19T19:11:55.5917228Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4777898Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 1613839
     },
@@ -341,10 +386,40 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.5885529Z",
       "lastWriteTimeUtc": "2020-03-03T20:58:38.7747817Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4787952Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 197323
     },
+    {
+      "folderName": "rats-4.0.2-1.14.4.jar",
+      "fingerprint": 3900841931,
+      "fileDateHash": 966721411,
+      "sectionID": 8,
+      "individualFingerprints": [
+        3900841931
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4957406Z",
+      "lastWriteTimeUtc": "2020-03-23T19:02:35.8153752Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
+      "fileCount": 1,
+      "fileSize": 4859257
+    },
+    {
+      "folderName": "ReAuth-1.14-3.8.0.jar",
+      "fingerprint": 1533496692,
+      "fileDateHash": 1519810947,
+      "sectionID": 8,
+      "individualFingerprints": [
+        1533496692
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.5246642Z",
+      "lastWriteTimeUtc": "2020-03-26T18:50:48.4220524Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
+      "fileCount": 1,
+      "fileSize": 25794
+    },
     {
       "folderName": "RingOfGrowth-1.14.4-1.0.20.jar",
       "fingerprint": 3276825990,
@@ -356,10 +431,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.6327613Z",
       "lastWriteTimeUtc": "2019-12-22T20:25:39.9854721Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4787952Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 12244
     },
+    {
+      "folderName": "simplybackpacks-1.14.4-1.4.3.jar",
+      "fingerprint": 1806185033,
+      "fileDateHash": 1252862701,
+      "sectionID": 8,
+      "individualFingerprints": [
+        1806185033
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.5306468Z",
+      "lastWriteTimeUtc": "2020-03-23T19:05:57.9607051Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
+      "fileCount": 1,
+      "fileSize": 97586
+    },
     {
       "folderName": "mininggadgets-1.2.3.jar",
       "fingerprint": 1413684968,
@@ -371,7 +461,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.3930762Z",
       "lastWriteTimeUtc": "2019-11-24T18:45:41.4344443Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4787952Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 327365
     },
@@ -386,7 +476,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.6355945Z",
       "lastWriteTimeUtc": "2019-12-16T18:37:20.5203069Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4797928Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 1232561
     },
@@ -401,10 +491,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.9509095Z",
       "lastWriteTimeUtc": "2020-01-20T18:51:06.0970008Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4797928Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 53941
     },
+    {
+      "folderName": "tombstone-4.3.1-1.14.4.jar",
+      "fingerprint": 2082157680,
+      "fileDateHash": 826245938,
+      "sectionID": 8,
+      "individualFingerprints": [
+        2082157680
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.5446548Z",
+      "lastWriteTimeUtc": "2020-03-25T20:27:24.1676987Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
+      "fileCount": 1,
+      "fileSize": 1080692
+    },
     {
       "folderName": "quickstack-2.0.3.jar",
       "fingerprint": 3994808993,
@@ -416,7 +521,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.1949315Z",
       "lastWriteTimeUtc": "2019-12-16T18:37:37.0932491Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4797928Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 40351
     },
@@ -431,7 +536,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.8439956Z",
       "lastWriteTimeUtc": "2020-02-27T18:18:48.063439Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4807858Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 14591710
     },
@@ -446,7 +551,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.1414005Z",
       "lastWriteTimeUtc": "2020-02-14T19:09:55.3019293Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4807858Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 1378405
     },
@@ -461,7 +566,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.416741Z",
       "lastWriteTimeUtc": "2019-12-10T19:33:15.9191376Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4807858Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 175740
     },
@@ -476,7 +581,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.5390112Z",
       "lastWriteTimeUtc": "2019-12-22T20:25:36.9764703Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4817841Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 18065
     },
@@ -491,7 +596,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.7963238Z",
       "lastWriteTimeUtc": "2019-11-24T20:13:21.2649165Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4817841Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 11324
     },
@@ -506,7 +611,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.278666Z",
       "lastWriteTimeUtc": "2019-08-04T17:46:01.1581612Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4817841Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 65683
     },
@@ -521,7 +626,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.1741126Z",
       "lastWriteTimeUtc": "2019-11-11T18:31:10.6875736Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4817841Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 40225
     },
@@ -536,7 +641,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.829909Z",
       "lastWriteTimeUtc": "2020-02-11T19:19:15.7416975Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4827809Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 485336
     },
@@ -551,7 +656,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.3099328Z",
       "lastWriteTimeUtc": "2019-10-31T19:18:47.7749749Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4827809Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 32429
     },
@@ -566,10 +671,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.8092001Z",
       "lastWriteTimeUtc": "2019-10-24T18:23:40.6866404Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4827809Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 46864
     },
+    {
+      "folderName": "XaerosWorldMap_1.5.6_Forge_1.14.4.jar",
+      "fingerprint": 3674510649,
+      "fileDateHash": 1699414058,
+      "sectionID": 8,
+      "individualFingerprints": [
+        3674510649
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.5506293Z",
+      "lastWriteTimeUtc": "2020-03-18T19:21:08.3920162Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
+      "fileCount": 1,
+      "fileSize": 255542
+    },
     {
       "folderName": "Aquaculture-1.14.4-2.0.7.jar",
       "fingerprint": 3620202114,
@@ -581,7 +701,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.5747162Z",
       "lastWriteTimeUtc": "2020-01-25T19:08:43.5279871Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4837792Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 449085
     },
@@ -596,7 +716,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.1731584Z",
       "lastWriteTimeUtc": "2020-02-02T20:19:25.1058694Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4837792Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 52057
     },
@@ -611,25 +731,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.9698589Z",
       "lastWriteTimeUtc": "2020-02-05T18:50:31.7042395Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4847428Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 1095606
     },
-    {
-      "folderName": "Xaeros_Minimap_20.5.0_Forge_1.14.4.jar",
-      "fingerprint": 1392034657,
-      "fileDateHash": 2202213581,
-      "sectionID": 8,
-      "individualFingerprints": [
-        1392034657
-      ],
-      "status": 1,
-      "timestamp": "2020-03-09T19:58:46.0411464Z",
-      "lastWriteTimeUtc": "2020-03-09T19:12:36.9217339Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4847428Z",
-      "fileCount": 1,
-      "fileSize": 510014
-    },
     {
       "folderName": "libnonymous-1.14.4-1.0.4.25.jar",
       "fingerprint": 1584143215,
@@ -641,7 +746,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.1093275Z",
       "lastWriteTimeUtc": "2020-01-23T20:57:02.4587703Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4847428Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 2411904
     },
@@ -656,7 +761,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.1591941Z",
       "lastWriteTimeUtc": "2019-12-16T18:37:30.0959643Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4847428Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 525998
     },
@@ -671,24 +776,24 @@
       "status": 1,
       "timestamp": "2020-03-09T19:58:45.9653078Z",
       "lastWriteTimeUtc": "2020-03-07T20:41:51.9348912Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4857909Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 354599
     },
     {
-      "folderName": "dimdungeons-1.03-forge-1.14.4.jar",
-      "fingerprint": 1773340341,
-      "fileDateHash": 303607762,
+      "folderName": "enderchests-1.14-1.5.1.jar",
+      "fingerprint": 313613540,
+      "fileDateHash": 777110678,
       "sectionID": 8,
       "individualFingerprints": [
-        1773340341
+        313613540
       ],
       "status": 1,
-      "timestamp": "2020-03-05T20:00:14.087179Z",
-      "lastWriteTimeUtc": "2020-01-04T20:46:53.1404461Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4857909Z",
+      "timestamp": "2020-03-26T19:34:06.4448776Z",
+      "lastWriteTimeUtc": "2020-03-23T19:03:14.7475904Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
-      "fileSize": 742576
+      "fileSize": 213697
     },
     {
       "folderName": "MouseTweaks-2.13-mc1.14.4.jar",
@@ -701,7 +806,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.5346978Z",
       "lastWriteTimeUtc": "2019-12-25T18:10:06.5267858Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4857909Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 57604
     },
@@ -716,24 +821,39 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.59354Z",
       "lastWriteTimeUtc": "2019-08-06T17:24:47.2554795Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4867893Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 17970
     },
     {
-      "folderName": "StevesFactoryManager-1.14.4-3.0.0-alpha26.jar",
-      "fingerprint": 3595973825,
-      "fileDateHash": 3447876157,
+      "folderName": "StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar",
+      "fingerprint": 4042731869,
+      "fileDateHash": 4292674691,
       "sectionID": 8,
       "individualFingerprints": [
-        3595973825
+        4042731869
       ],
       "status": 1,
-      "timestamp": "2020-03-05T20:00:18.0626112Z",
-      "lastWriteTimeUtc": "2020-02-29T19:31:31.5877569Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4867893Z",
+      "timestamp": "2020-03-26T19:34:06.5306468Z",
+      "lastWriteTimeUtc": "2020-03-23T19:06:01.4323115Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
-      "fileSize": 707673
+      "fileSize": 707069
+    },
+    {
+      "folderName": "easyelytrato_1.14-1.2.jar",
+      "fingerprint": 2316414181,
+      "fileDateHash": 518523102,
+      "sectionID": 8,
+      "individualFingerprints": [
+        2316414181
+      ],
+      "status": 1,
+      "timestamp": "2020-03-13T19:27:00.3172629Z",
+      "lastWriteTimeUtc": "2020-03-11T19:12:58.9867631Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
+      "fileCount": 1,
+      "fileSize": 9134
     },
     {
       "folderName": "Ma-Essentials-1.14.4-1.2.11.jar",
@@ -746,7 +866,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.1422399Z",
       "lastWriteTimeUtc": "2020-01-19T19:15:01.7019529Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4867893Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1729949Z",
       "fileCount": 1,
       "fileSize": 191635
     },
@@ -761,24 +881,24 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.7971628Z",
       "lastWriteTimeUtc": "2019-12-24T09:31:37.0033206Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4867893Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 701099
     },
     {
-      "folderName": "simplybackpacks-1.14.4-1.4.0.jar",
-      "fingerprint": 3755646622,
-      "fileDateHash": 2663411549,
+      "folderName": "CraftTweaker-1.14.4-5.0.1.166.jar",
+      "fingerprint": 43503292,
+      "fileDateHash": 486440691,
       "sectionID": 8,
       "individualFingerprints": [
-        3755646622
+        43503292
       ],
       "status": 1,
-      "timestamp": "2020-03-10T19:44:42.5785085Z",
-      "lastWriteTimeUtc": "2020-03-10T18:58:46.8430921Z",
-      "queryTimestamp": "2020-03-10T19:44:45.6416142Z",
+      "timestamp": "2020-03-26T19:34:06.403935Z",
+      "lastWriteTimeUtc": "2020-03-26T18:50:05.0575039Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
-      "fileSize": 96821
+      "fileSize": 1740272
     },
     {
       "folderName": "FarmingForBlockheads_1.14.4-5.3.2.jar",
@@ -791,7 +911,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.3145954Z",
       "lastWriteTimeUtc": "2020-01-16T19:22:56.4055154Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4877841Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 272715
     },
@@ -806,7 +926,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.6088077Z",
       "lastWriteTimeUtc": "2019-10-24T18:21:29.6808636Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4877841Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 14156
     },
@@ -821,7 +941,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.8926987Z",
       "lastWriteTimeUtc": "2019-11-24T11:40:06.7802925Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4887814Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 836772
     },
@@ -836,7 +956,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.6663038Z",
       "lastWriteTimeUtc": "2019-12-14T18:56:45.5106748Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4887814Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 127802
     },
@@ -851,7 +971,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.0805624Z",
       "lastWriteTimeUtc": "2020-02-10T19:54:07.2443437Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4887814Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 4600638
     },
@@ -866,7 +986,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.4000575Z",
       "lastWriteTimeUtc": "2019-10-21T17:56:06.8428874Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4887814Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 10107
     },
@@ -881,7 +1001,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.013376Z",
       "lastWriteTimeUtc": "2019-12-28T18:54:13.1439179Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4897788Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 14519
     },
@@ -896,7 +1016,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.6373824Z",
       "lastWriteTimeUtc": "2019-10-26T09:48:31.5746186Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4897788Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 5120
     },
@@ -911,7 +1031,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.2846504Z",
       "lastWriteTimeUtc": "2020-02-14T20:17:04.8525392Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4897788Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 179195
     },
@@ -926,25 +1046,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.0044Z",
       "lastWriteTimeUtc": "2020-03-02T19:23:22.1362633Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4907757Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 277784
     },
-    {
-      "folderName": "create-mc1.14.4_v0.1.1a.jar",
-      "fingerprint": 3666728845,
-      "fileDateHash": 1857945905,
-      "sectionID": 8,
-      "individualFingerprints": [
-        3666728845
-      ],
-      "status": 1,
-      "timestamp": "2020-03-05T20:00:13.5655732Z",
-      "lastWriteTimeUtc": "2019-10-22T17:56:02.4395193Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4907757Z",
-      "fileCount": 1,
-      "fileSize": 1297416
-    },
     {
       "folderName": "Inspirations-1.14.4-1.0.2.jar",
       "fingerprint": 23604744,
@@ -956,7 +1061,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.6475625Z",
       "lastWriteTimeUtc": "2019-12-15T11:59:13.904732Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4907757Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 875722
     },
@@ -971,7 +1076,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.1362567Z",
       "lastWriteTimeUtc": "2020-01-14T19:37:46.9415217Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4907757Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 101761
     },
@@ -986,7 +1091,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.1302719Z",
       "lastWriteTimeUtc": "2019-08-06T17:24:44.9880997Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4917755Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 123632
     },
@@ -1001,7 +1106,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.7442627Z",
       "lastWriteTimeUtc": "2020-01-05T18:24:26.1345563Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4917755Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 60193
     },
@@ -1016,10 +1121,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.4007841Z",
       "lastWriteTimeUtc": "2019-12-16T20:27:30.0644407Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4917755Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 91462
     },
+    {
+      "folderName": "create-mc1.14.4_v0.2.1.jar",
+      "fingerprint": 2769417445,
+      "fileDateHash": 3491042543,
+      "sectionID": 8,
+      "individualFingerprints": [
+        2769417445
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4169513Z",
+      "lastWriteTimeUtc": "2020-03-23T19:05:06.4860753Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
+      "fileCount": 1,
+      "fileSize": 2867341
+    },
     {
       "folderName": "OpenLoader-1.14.4-1.0.4.jar",
       "fingerprint": 3486406325,
@@ -1031,7 +1151,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.7082341Z",
       "lastWriteTimeUtc": "2020-01-16T19:24:52.0463585Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4927465Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 7658
     },
@@ -1046,7 +1166,7 @@
       "status": 1,
       "timestamp": "2020-03-09T19:58:45.9981841Z",
       "lastWriteTimeUtc": "2020-03-09T19:12:24.805613Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4927465Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 150998
     },
@@ -1061,7 +1181,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.9908033Z",
       "lastWriteTimeUtc": "2019-12-22T20:31:13.4237947Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4937344Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 321686
     },
@@ -1076,7 +1196,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.3215759Z",
       "lastWriteTimeUtc": "2019-09-26T17:33:14.7377086Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4937344Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 15770
     },
@@ -1091,7 +1211,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.9505854Z",
       "lastWriteTimeUtc": "2019-10-26T10:07:07.7378475Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4947162Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 390310
     },
@@ -1106,7 +1226,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.2691349Z",
       "lastWriteTimeUtc": "2019-12-11T18:32:54.9741402Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4947162Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 35414
     },
@@ -1121,7 +1241,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.149222Z",
       "lastWriteTimeUtc": "2019-12-15T11:59:12.1496372Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4947162Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 834559
     },
@@ -1136,7 +1256,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.6774411Z",
       "lastWriteTimeUtc": "2019-11-06T18:43:24.2738016Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4957562Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 61065
     },
@@ -1151,7 +1271,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.5306662Z",
       "lastWriteTimeUtc": "2020-02-27T18:19:21.7013629Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4957562Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 77528
     },
@@ -1166,7 +1286,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.4630314Z",
       "lastWriteTimeUtc": "2019-11-13T10:53:33.9600996Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4957562Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 39047
     },
@@ -1181,7 +1301,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.8380112Z",
       "lastWriteTimeUtc": "2019-12-14T18:52:22.4077356Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4967488Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 124972
     },
@@ -1196,7 +1316,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.9818281Z",
       "lastWriteTimeUtc": "2020-02-27T18:20:17.4527511Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4967488Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 674265
     },
@@ -1211,7 +1331,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.2641487Z",
       "lastWriteTimeUtc": "2019-12-28T18:54:24.5131616Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4967488Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 52919
     },
@@ -1714,7 +1834,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.9159151Z",
       "lastWriteTimeUtc": "2020-03-05T15:46:36.1149257Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4977129Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 18,
       "fileSize": 0
     },
@@ -1729,10 +1849,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.5775412Z",
       "lastWriteTimeUtc": "2019-09-19T17:33:02.4648057Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4977129Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 29066
     },
+    {
+      "folderName": "bountiful-3.0.0.jar",
+      "fingerprint": 3366020154,
+      "fileDateHash": 3296135534,
+      "sectionID": 8,
+      "individualFingerprints": [
+        3366020154
+      ],
+      "status": 1,
+      "timestamp": "2020-03-13T19:27:00.3132258Z",
+      "lastWriteTimeUtc": "2020-03-12T19:21:12.6677048Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
+      "fileCount": 1,
+      "fileSize": 294061
+    },
     {
       "folderName": "LetSleepingDogsLie-1.14.4-1.1.0.jar",
       "fingerprint": 2300974997,
@@ -1744,7 +1879,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.0494888Z",
       "lastWriteTimeUtc": "2019-10-11T17:13:25.6029033Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4987368Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 20370
     },
@@ -1759,7 +1894,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.9497132Z",
       "lastWriteTimeUtc": "2019-11-03T13:08:09.8836788Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4987368Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 1051159
     },
@@ -1774,7 +1909,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.35862Z",
       "lastWriteTimeUtc": "2020-02-14T19:09:07.1821194Z",
-      "queryTimestamp": "2020-03-10T20:34:16.4987368Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 604120
     },
@@ -1789,7 +1924,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.1891145Z",
       "lastWriteTimeUtc": "2020-02-27T18:20:05.3011979Z",
-      "queryTimestamp": "2020-03-10T20:34:16.499738Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 34660636
     },
@@ -1804,7 +1939,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.539684Z",
       "lastWriteTimeUtc": "2020-02-27T18:20:08.0462071Z",
-      "queryTimestamp": "2020-03-10T20:34:16.499738Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 665480
     },
@@ -1819,7 +1954,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.1872778Z",
       "lastWriteTimeUtc": "2019-11-06T19:03:46.4661062Z",
-      "queryTimestamp": "2020-03-10T20:34:16.499738Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 22833
     },
@@ -1834,7 +1969,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.5280402Z",
       "lastWriteTimeUtc": "2020-01-03T18:13:58.3510171Z",
-      "queryTimestamp": "2020-03-10T20:34:16.499738Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 1128193
     },
@@ -1849,25 +1984,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.9455988Z",
       "lastWriteTimeUtc": "2019-11-24T18:47:52.5076383Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5007364Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 95937
     },
-    {
-      "folderName": "DefaultSettings-1.14.x-2.1.4.jar",
-      "fingerprint": 1761047165,
-      "fileDateHash": 2878322385,
-      "sectionID": 8,
-      "individualFingerprints": [
-        1761047165
-      ],
-      "status": 1,
-      "timestamp": "2020-03-09T19:58:45.9772388Z",
-      "lastWriteTimeUtc": "2020-03-09T19:12:06.819025Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5007364Z",
-      "fileCount": 1,
-      "fileSize": 581229
-    },
     {
       "folderName": "LargeFluidTank-14.9.6.jar",
       "fingerprint": 1421136320,
@@ -1879,7 +1999,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.0415089Z",
       "lastWriteTimeUtc": "2020-02-10T19:53:41.5697369Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5007364Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 456098
     },
@@ -1894,7 +2014,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.0295409Z",
       "lastWriteTimeUtc": "2020-01-18T09:45:51.348101Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5017345Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 428043
     },
@@ -1909,7 +2029,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.9638753Z",
       "lastWriteTimeUtc": "2019-11-10T19:21:54.1231138Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5017345Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 213197
     },
@@ -1924,7 +2044,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.0893394Z",
       "lastWriteTimeUtc": "2019-09-21T08:49:27.1190771Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5017345Z",
+      "queryTimestamp": "2020-03-26T19:34:09.1886171Z",
       "fileCount": 1,
       "fileSize": 3299
     },
@@ -1939,7 +2059,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.7571033Z",
       "lastWriteTimeUtc": "2019-11-04T18:41:13.9112686Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5027307Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 35862
     },
@@ -1954,7 +2074,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.5496578Z",
       "lastWriteTimeUtc": "2020-02-05T18:50:03.2750596Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5027307Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 212089
     },
@@ -1969,25 +2089,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.4985214Z",
       "lastWriteTimeUtc": "2019-10-17T20:06:27.9101723Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5027307Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 41469
     },
-    {
-      "folderName": "authme-1.14_1.15-1.1.1.jar",
-      "fingerprint": 1285653470,
-      "fileDateHash": 2602431999,
-      "sectionID": 8,
-      "individualFingerprints": [
-        1285653470
-      ],
-      "status": 1,
-      "timestamp": "2020-03-05T20:00:12.6126149Z",
-      "lastWriteTimeUtc": "2020-02-02T20:17:28.6509398Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5027307Z",
-      "fileCount": 1,
-      "fileSize": 20598
-    },
     {
       "folderName": "angelring-1.1.0.jar",
       "fingerprint": 1376283135,
@@ -1999,7 +2104,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.3782409Z",
       "lastWriteTimeUtc": "2020-02-13T18:41:23.8992398Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5037302Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 19186
     },
@@ -2014,7 +2119,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.346526Z",
       "lastWriteTimeUtc": "2020-01-27T18:25:23.3694583Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5037302Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 208822
     },
@@ -2029,7 +2134,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.129108Z",
       "lastWriteTimeUtc": "2020-02-28T18:54:27.2474918Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5046881Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 4384973
     },
@@ -2044,7 +2149,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.7742237Z",
       "lastWriteTimeUtc": "2019-11-29T19:55:38.0289038Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5046881Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 61877
     },
@@ -2059,10 +2164,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.1580302Z",
       "lastWriteTimeUtc": "2019-08-06T17:17:49.2304979Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5046881Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 8778
     },
+    {
+      "folderName": "extremeSoundMuffler-beta-1.14.4-1.1.jar",
+      "fingerprint": 221261894,
+      "fileDateHash": 4019269821,
+      "sectionID": 8,
+      "individualFingerprints": [
+        221261894
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4538526Z",
+      "lastWriteTimeUtc": "2020-03-23T19:02:51.4589708Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
+      "fileCount": 1,
+      "fileSize": 30833
+    },
     {
       "folderName": "TrashSlot_1.14.4-10.4.8.jar",
       "fingerprint": 3444887489,
@@ -2074,7 +2194,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.4117535Z",
       "lastWriteTimeUtc": "2020-01-20T19:38:42.0341862Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5057224Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 60234
     },
@@ -2089,7 +2209,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.9606827Z",
       "lastWriteTimeUtc": "2020-02-10T19:53:33.6576087Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5057224Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 47383
     },
@@ -2541,10 +2661,25 @@
       "status": 1,
       "timestamp": "2020-03-10T19:47:32.1182614Z",
       "lastWriteTimeUtc": "2020-03-10T19:47:31.5956659Z",
-      "queryTimestamp": "2020-03-10T19:47:35.4692977Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 18,
       "fileSize": 0
     },
+    {
+      "folderName": "rsgauges-1.14.4-1.2.2-b2.jar",
+      "fingerprint": 1592628083,
+      "fileDateHash": 1483178275,
+      "sectionID": 8,
+      "individualFingerprints": [
+        1592628083
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.5246642Z",
+      "lastWriteTimeUtc": "2020-03-19T12:12:15.8307442Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
+      "fileCount": 1,
+      "fileSize": 862011
+    },
     {
       "folderName": "rftoolsstorage-1.14-0.0.7-alpha.jar",
       "fingerprint": 2425727426,
@@ -2556,7 +2691,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.5210592Z",
       "lastWriteTimeUtc": "2019-12-12T18:34:25.9723906Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5057224Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 285646
     },
@@ -2571,39 +2706,39 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.6834255Z",
       "lastWriteTimeUtc": "2019-10-28T18:47:46.1516555Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5067188Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 9473
     },
     {
-      "folderName": "invtweaks-1.14.4-1.0.2.jar",
-      "fingerprint": 917712921,
-      "fileDateHash": 2478222001,
+      "folderName": "tetra-1.14.4-1.26.0.jar",
+      "fingerprint": 4168833917,
+      "fileDateHash": 3803421699,
       "sectionID": 8,
       "individualFingerprints": [
-        917712921
+        4168833917
       ],
       "status": 1,
-      "timestamp": "2020-03-09T19:58:45.9902593Z",
-      "lastWriteTimeUtc": "2020-03-09T19:12:19.8852841Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5067188Z",
+      "timestamp": "2020-03-26T19:34:06.5357203Z",
+      "lastWriteTimeUtc": "2020-03-23T19:06:07.143672Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
-      "fileSize": 80276
+      "fileSize": 1420658
     },
     {
-      "folderName": "CraftTweaker-1.14.4-5.0.1.165.jar",
-      "fingerprint": 1422940449,
-      "fileDateHash": 383032625,
+      "folderName": "invtweaks-1.14.4-1.0.2.jar",
+      "fingerprint": 917712921,
+      "fileDateHash": 2478222001,
       "sectionID": 8,
       "individualFingerprints": [
-        1422940449
+        917712921
       ],
       "status": 1,
-      "timestamp": "2020-03-05T20:00:13.5496159Z",
-      "lastWriteTimeUtc": "2020-02-27T18:19:26.2222148Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5067188Z",
+      "timestamp": "2020-03-09T19:58:45.9902593Z",
+      "lastWriteTimeUtc": "2020-03-09T19:12:19.8852841Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
-      "fileSize": 1740146
+      "fileSize": 80276
     },
     {
       "folderName": "ironchest-1.14.4-9.1.5.jar",
@@ -2616,7 +2751,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.7851952Z",
       "lastWriteTimeUtc": "2019-09-25T17:29:44.5338844Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5067188Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 174813
     },
@@ -2631,7 +2766,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.7911784Z",
       "lastWriteTimeUtc": "2020-01-20T19:38:56.0367201Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5077169Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 117793
     },
@@ -2646,7 +2781,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.968537Z",
       "lastWriteTimeUtc": "2019-10-19T17:53:47.917005Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5077169Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 37613
     },
@@ -2661,7 +2796,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.0097522Z",
       "lastWriteTimeUtc": "2019-10-31T19:18:54.8839337Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5077169Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 10978
     },
@@ -2676,7 +2811,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.8920497Z",
       "lastWriteTimeUtc": "2019-10-28T19:00:29.8367779Z",
-      "queryTimestamp": "2020-03-10T20:34:16.508715Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 6585
     },
@@ -2691,7 +2826,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.4789715Z",
       "lastWriteTimeUtc": "2019-11-03T13:08:02.2655505Z",
-      "queryTimestamp": "2020-03-10T20:34:16.508715Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 517028
     },
@@ -2706,7 +2841,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.1733147Z",
       "lastWriteTimeUtc": "2019-12-15T19:32:34.5601582Z",
-      "queryTimestamp": "2020-03-10T20:34:16.508715Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 487940
     },
@@ -2721,40 +2856,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.1342198Z",
       "lastWriteTimeUtc": "2019-10-09T08:06:09.5025755Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5096887Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 7331
     },
-    {
-      "folderName": "tombstone-4.2.4-1.14.4.jar",
-      "fingerprint": 2588070528,
-      "fileDateHash": 344971151,
-      "sectionID": 8,
-      "individualFingerprints": [
-        2588070528
-      ],
-      "status": 1,
-      "timestamp": "2020-03-10T19:44:42.5874818Z",
-      "lastWriteTimeUtc": "2020-03-10T18:58:30.2531115Z",
-      "queryTimestamp": "2020-03-10T19:44:45.6655227Z",
-      "fileCount": 1,
-      "fileSize": 1056754
-    },
-    {
-      "folderName": "EnchantmentDescriptions-1.14.4-1.3.13.jar",
-      "fingerprint": 2010463773,
-      "fileDateHash": 1957420601,
-      "sectionID": 8,
-      "individualFingerprints": [
-        2010463773
-      ],
-      "status": 1,
-      "timestamp": "2020-03-05T20:00:14.2108482Z",
-      "lastWriteTimeUtc": "2020-03-03T20:58:28.7700213Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5096887Z",
-      "fileCount": 1,
-      "fileSize": 23291
-    },
     {
       "folderName": "curioofundying-FORGE-1.14.4-2.0.1.jar",
       "fingerprint": 3410280662,
@@ -2766,10 +2871,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.6722882Z",
       "lastWriteTimeUtc": "2020-02-12T19:38:33.0334596Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5106744Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 26193
     },
+    {
+      "folderName": "Geolosys-1.14.4-4.0.14.jar",
+      "fingerprint": 1121629956,
+      "fileDateHash": 3752439572,
+      "sectionID": 8,
+      "individualFingerprints": [
+        1121629956
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4538526Z",
+      "lastWriteTimeUtc": "2020-03-26T18:52:04.2544825Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
+      "fileCount": 1,
+      "fileSize": 379052
+    },
     {
       "folderName": "TMechworks-1.14.4-2.0.1.jar",
       "fingerprint": 1404371884,
@@ -2781,39 +2901,39 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.1812938Z",
       "lastWriteTimeUtc": "2019-12-26T11:03:24.8742213Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5106744Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 249446
     },
     {
-      "folderName": "torchslabmod-1.14.4_v1.5.jar",
-      "fingerprint": 2967962889,
-      "fileDateHash": 1476571395,
+      "folderName": "engineersdecor-1.14.4-1.0.20-b2.jar",
+      "fingerprint": 3372206182,
+      "fileDateHash": 112374481,
       "sectionID": 8,
       "individualFingerprints": [
-        2967962889
+        3372206182
       ],
       "status": 1,
-      "timestamp": "2020-03-05T20:00:18.4067672Z",
-      "lastWriteTimeUtc": "2020-02-12T19:39:27.7570517Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5106744Z",
+      "timestamp": "2020-03-26T19:34:06.4468715Z",
+      "lastWriteTimeUtc": "2020-03-25T20:27:46.5973156Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
-      "fileSize": 90785
+      "fileSize": 1190454
     },
     {
-      "folderName": "nps_1.14-2.1.jar",
-      "fingerprint": 683905401,
-      "fileDateHash": 914614980,
+      "folderName": "torchslabmod-1.14.4_v1.5.jar",
+      "fingerprint": 2967962889,
+      "fileDateHash": 1476571395,
       "sectionID": 8,
       "individualFingerprints": [
-        683905401
+        2967962889
       ],
       "status": 1,
-      "timestamp": "2020-03-05T20:00:16.6404146Z",
-      "lastWriteTimeUtc": "2019-09-29T17:12:27.9984301Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5116704Z",
+      "timestamp": "2020-03-05T20:00:18.4067672Z",
+      "lastWriteTimeUtc": "2020-02-12T19:39:27.7570517Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
-      "fileSize": 14545
+      "fileSize": 90785
     },
     {
       "folderName": "modular-routers-1.14.4-5.1.4-9.jar",
@@ -2826,7 +2946,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.4459344Z",
       "lastWriteTimeUtc": "2020-02-02T20:23:14.0689143Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5116704Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 756971
     },
@@ -2841,7 +2961,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.8021076Z",
       "lastWriteTimeUtc": "2020-02-02T20:17:34.4771502Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5116704Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 3232474
     },
@@ -2856,24 +2976,24 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.0732159Z",
       "lastWriteTimeUtc": "2019-10-21T17:55:43.4050593Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5126672Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 62939
     },
     {
-      "folderName": "cycp_1.14-1.0.jar",
-      "fingerprint": 2817870784,
-      "fileDateHash": 558908868,
+      "folderName": "Kottle-1.4.0.jar",
+      "fingerprint": 849075615,
+      "fileDateHash": 554624281,
       "sectionID": 8,
       "individualFingerprints": [
-        2817870784
+        849075615
       ],
       "status": 1,
-      "timestamp": "2020-03-05T20:00:13.9026741Z",
-      "lastWriteTimeUtc": "2019-10-09T08:06:02.7479504Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5126672Z",
+      "timestamp": "2020-03-13T19:27:00.3242456Z",
+      "lastWriteTimeUtc": "2020-03-12T19:21:09.2167617Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
-      "fileSize": 6715
+      "fileSize": 5830116
     },
     {
       "folderName": "fairylights-2.1.15-1.14.4.jar",
@@ -2886,10 +3006,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.3055948Z",
       "lastWriteTimeUtc": "2020-01-10T18:38:12.631802Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5126672Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 623476
     },
+    {
+      "folderName": "EnchantmentDescriptions-1.14.4-1.3.14.jar",
+      "fingerprint": 2026690509,
+      "fileDateHash": 3839236871,
+      "sectionID": 8,
+      "individualFingerprints": [
+        2026690509
+      ],
+      "status": 1,
+      "timestamp": "2020-03-13T19:27:00.318212Z",
+      "lastWriteTimeUtc": "2020-03-12T19:20:00.3880234Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
+      "fileCount": 1,
+      "fileSize": 23291
+    },
     {
       "folderName": "cursedearth-1.4a.jar",
       "fingerprint": 4048938943,
@@ -2901,7 +3036,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.7889766Z",
       "lastWriteTimeUtc": "2019-11-24T11:40:03.6275423Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5136651Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 20723
     },
@@ -2916,7 +3051,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.9585637Z",
       "lastWriteTimeUtc": "2020-02-09T21:42:00.1557369Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5136651Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 960819
     },
@@ -2931,10 +3066,40 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.7251469Z",
       "lastWriteTimeUtc": "2020-01-25T19:08:54.9819711Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5146635Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 183238
     },
+    {
+      "folderName": "citadel-1.0.4-1.14.4.jar",
+      "fingerprint": 2192800855,
+      "fileDateHash": 2615695794,
+      "sectionID": 8,
+      "individualFingerprints": [
+        2192800855
+      ],
+      "status": 1,
+      "timestamp": "2020-03-13T19:27:00.3152205Z",
+      "lastWriteTimeUtc": "2020-03-12T19:21:33.2496231Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
+      "fileCount": 1,
+      "fileSize": 257697
+    },
+    {
+      "folderName": "SimpleDiscordRichPresence-1.0.3.jar",
+      "fingerprint": 908113368,
+      "fileDateHash": 2101892020,
+      "sectionID": 8,
+      "individualFingerprints": [
+        908113368
+      ],
+      "status": 1,
+      "timestamp": "2020-03-13T19:27:00.35616Z",
+      "lastWriteTimeUtc": "2020-03-12T19:20:39.7336989Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
+      "fileCount": 1,
+      "fileSize": 121500
+    },
     {
       "folderName": "extlights-1.8.jar",
       "fingerprint": 1844634115,
@@ -2946,7 +3111,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.2916326Z",
       "lastWriteTimeUtc": "2020-01-04T20:47:45.2525492Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5146635Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 295694
     },
@@ -2961,10 +3126,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.3695919Z",
       "lastWriteTimeUtc": "2019-11-29T19:55:16.871164Z",
-      "queryTimestamp": "2020-03-10T20:34:16.51566Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 53286
     },
+    {
+      "folderName": "PassthroughSigns-1.14.4-2.3.3.jar",
+      "fingerprint": 2156067984,
+      "fileDateHash": 3409783231,
+      "sectionID": 8,
+      "individualFingerprints": [
+        2156067984
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4937516Z",
+      "lastWriteTimeUtc": "2020-03-26T18:49:51.1975242Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
+      "fileCount": 1,
+      "fileSize": 10787
+    },
     {
       "folderName": "craftingstation-2.1.6.jar",
       "fingerprint": 1493758854,
@@ -2976,7 +3156,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.539643Z",
       "lastWriteTimeUtc": "2020-02-27T18:19:35.2436313Z",
-      "queryTimestamp": "2020-03-10T20:34:16.51566Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 71327
     },
@@ -2991,7 +3171,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.6816129Z",
       "lastWriteTimeUtc": "2020-02-12T19:39:08.1478986Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5166556Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 43827
     },
@@ -3006,7 +3186,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.3535078Z",
       "lastWriteTimeUtc": "2020-01-20T19:38:47.7712168Z",
-      "queryTimestamp": "2020-03-10T20:34:16.51566Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 122946
     },
@@ -3021,7 +3201,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.879941Z",
       "lastWriteTimeUtc": "2019-12-28T18:54:15.9927166Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5166556Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2042397Z",
       "fileCount": 1,
       "fileSize": 38258
     },
@@ -3036,25 +3216,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.0017571Z",
       "lastWriteTimeUtc": "2019-11-24T20:13:48.4442835Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5166556Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 37785
     },
-    {
-      "folderName": "easyelytrato_1.14-1.1.jar",
-      "fingerprint": 3880207804,
-      "fileDateHash": 1949592733,
-      "sectionID": 8,
-      "individualFingerprints": [
-        3880207804
-      ],
-      "status": 1,
-      "timestamp": "2020-03-05T20:00:14.1540015Z",
-      "lastWriteTimeUtc": "2019-10-14T17:32:20.1308604Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5176532Z",
-      "fileCount": 1,
-      "fileSize": 8690
-    },
     {
       "folderName": "JustEnoughResources-1.14.4-0.10.1.74.jar",
       "fingerprint": 4182072147,
@@ -3066,7 +3231,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.8729605Z",
       "lastWriteTimeUtc": "2020-02-14T19:09:47.5258674Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5166556Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 221998
     },
@@ -3081,7 +3246,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.3745769Z",
       "lastWriteTimeUtc": "2020-02-13T18:41:29.6704309Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5176532Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 233888
     },
@@ -3096,7 +3261,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.5446293Z",
       "lastWriteTimeUtc": "2020-01-19T19:11:47.3657512Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5176532Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 99747
     },
@@ -3111,7 +3276,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.7741831Z",
       "lastWriteTimeUtc": "2019-12-22T18:08:53.4772746Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5186506Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 3184842
     },
@@ -3126,7 +3291,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.1673307Z",
       "lastWriteTimeUtc": "2019-09-29T09:38:41.4745667Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5186506Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 305199
     },
@@ -3141,7 +3306,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.4237219Z",
       "lastWriteTimeUtc": "2019-10-09T08:05:54.1372855Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5186506Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 112115
     },
@@ -3156,10 +3321,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.7829921Z",
       "lastWriteTimeUtc": "2020-02-27T18:19:41.619415Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5196475Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 59710
     },
+    {
+      "folderName": "netherpspr_1.14-3.0.jar",
+      "fingerprint": 1077045632,
+      "fileDateHash": 2156011690,
+      "sectionID": 8,
+      "individualFingerprints": [
+        1077045632
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4927493Z",
+      "lastWriteTimeUtc": "2020-03-23T19:05:40.0496671Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
+      "fileCount": 1,
+      "fileSize": 17790
+    },
     {
       "folderName": "justenoughbeacons-1.2.jar",
       "fingerprint": 4035281684,
@@ -3171,7 +3351,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.8071357Z",
       "lastWriteTimeUtc": "2019-12-14T18:56:48.5176044Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5196475Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 17723
     },
@@ -3186,7 +3366,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.5150744Z",
       "lastWriteTimeUtc": "2019-12-12T18:39:26.4656931Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5196475Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 266162
     },
@@ -3201,7 +3381,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.1791412Z",
       "lastWriteTimeUtc": "2019-10-27T20:36:02.2863222Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5196475Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 615253
     },
@@ -3216,7 +3396,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.749249Z",
       "lastWriteTimeUtc": "2019-12-07T18:17:35.5710317Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5206451Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 6391
     },
@@ -3231,7 +3411,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.3814163Z",
       "lastWriteTimeUtc": "2019-10-22T17:58:10.618816Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5206451Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 28939
     },
@@ -3246,7 +3426,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.0566268Z",
       "lastWriteTimeUtc": "2020-02-04T18:21:15.7103615Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5206451Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 162746
     },
@@ -3261,7 +3441,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.2038665Z",
       "lastWriteTimeUtc": "2020-01-07T18:25:02.4530845Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5216423Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 174906
     },
@@ -3276,25 +3456,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.9367475Z",
       "lastWriteTimeUtc": "2020-02-27T18:18:49.6784284Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5216423Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 164091
     },
-    {
-      "folderName": "engineersdecor-1.14.4-1.0.19-b5.jar",
-      "fingerprint": 2740105779,
-      "fileDateHash": 1717732894,
-      "sectionID": 8,
-      "individualFingerprints": [
-        2740105779
-      ],
-      "status": 1,
-      "timestamp": "2020-03-05T20:00:14.2627091Z",
-      "lastWriteTimeUtc": "2020-02-29T19:31:17.6634573Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5216423Z",
-      "fileCount": 1,
-      "fileSize": 1129759
-    },
     {
       "folderName": "PackingTape-1.14.4-0.9.2.jar",
       "fingerprint": 2938844055,
@@ -3306,37 +3471,22 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.7391505Z",
       "lastWriteTimeUtc": "2020-01-03T18:13:52.4453748Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5216423Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 73857
     },
-    {
-      "folderName": "Geolosys-1.14.4-4.0.11.jar",
-      "fingerprint": 3653126830,
-      "fileDateHash": 2739135543,
-      "sectionID": 8,
-      "individualFingerprints": [
-        3653126830
-      ],
-      "status": 1,
-      "timestamp": "2020-03-05T20:00:15.1264233Z",
-      "lastWriteTimeUtc": "2020-01-03T18:13:35.1721039Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5226399Z",
-      "fileCount": 1,
-      "fileSize": 367690
-    },
     {
       "folderName": "PersistentBits-1.14.4-2.0.2.jar",
       "fingerprint": 3240547676,
-      "fileDateHash": 2394610664,
+      "fileDateHash": 2336308669,
       "sectionID": 8,
       "individualFingerprints": [
         3240547676
       ],
       "status": 1,
-      "timestamp": "2020-03-05T20:00:16.8388867Z",
-      "lastWriteTimeUtc": "2019-10-14T17:19:07.718705Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5226399Z",
+      "timestamp": "2020-03-26T19:34:06.4957406Z",
+      "lastWriteTimeUtc": "2020-03-26T18:54:49.7849525Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 30705
     },
@@ -3351,7 +3501,7 @@
       "status": 1,
       "timestamp": "2020-03-10T19:44:42.5675367Z",
       "lastWriteTimeUtc": "2020-03-10T18:58:42.4274782Z",
-      "queryTimestamp": "2020-03-10T19:44:45.679502Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 519255
     },
@@ -3366,10 +3516,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.4297063Z",
       "lastWriteTimeUtc": "2020-02-14T19:10:00.0348608Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5226399Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 15653
     },
+    {
+      "folderName": "dimdungeons-1.051-forge-1.14.4.jar",
+      "fingerprint": 2199052208,
+      "fileDateHash": 237025769,
+      "sectionID": 8,
+      "individualFingerprints": [
+        2199052208
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4398921Z",
+      "lastWriteTimeUtc": "2020-03-18T19:19:37.4216943Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
+      "fileCount": 1,
+      "fileSize": 754588
+    },
     {
       "folderName": "Morpheus-1.14.4-4.2.44.jar",
       "fingerprint": 3779698279,
@@ -3381,7 +3546,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.4549104Z",
       "lastWriteTimeUtc": "2019-12-10T19:33:00.1046601Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5236372Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 24394
     },
@@ -3396,7 +3561,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.9385764Z",
       "lastWriteTimeUtc": "2019-11-11T18:31:34.6095009Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5246346Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 7726
     },
@@ -3411,7 +3576,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.1282354Z",
       "lastWriteTimeUtc": "2019-09-29T09:29:39.4153325Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5246346Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 51055
     },
@@ -3426,7 +3591,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.0981492Z",
       "lastWriteTimeUtc": "2019-10-06T17:46:05.8753645Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5246346Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 8120
     },
@@ -3441,25 +3606,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.6575358Z",
       "lastWriteTimeUtc": "2019-10-17T19:42:56.0623318Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5246346Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 49818
     },
-    {
-      "folderName": "tetra-1.14.4-1.24.0.jar",
-      "fingerprint": 3272288632,
-      "fileDateHash": 1747758740,
-      "sectionID": 8,
-      "individualFingerprints": [
-        3272288632
-      ],
-      "status": 1,
-      "timestamp": "2020-03-09T19:58:46.0231711Z",
-      "lastWriteTimeUtc": "2020-03-09T19:12:32.0908463Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5256319Z",
-      "fileCount": 1,
-      "fileSize": 1418906
-    },
     {
       "folderName": "Controlling-5.0.6.jar",
       "fingerprint": 2848752628,
@@ -3471,7 +3621,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.3895369Z",
       "lastWriteTimeUtc": "2020-01-28T18:41:45.8516032Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5266291Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 33456
     },
@@ -3486,7 +3636,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.3815586Z",
       "lastWriteTimeUtc": "2019-10-27T20:36:30.3326915Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5256319Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 231839
     },
@@ -3501,7 +3651,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.1114809Z",
       "lastWriteTimeUtc": "2019-08-03T17:26:25.3167055Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5266291Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 22261
     },
@@ -3516,7 +3666,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.5161973Z",
       "lastWriteTimeUtc": "2020-01-20T18:47:43.9126286Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5266291Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 575949
     },
@@ -3531,7 +3681,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.501113Z",
       "lastWriteTimeUtc": "2019-12-12T18:34:17.3643876Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5276274Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 197724
     },
@@ -3546,7 +3696,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.376446Z",
       "lastWriteTimeUtc": "2019-11-24T20:13:31.4038936Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5276274Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 28413
     },
@@ -3561,7 +3711,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.1450243Z",
       "lastWriteTimeUtc": "2019-11-10T18:24:13.6197664Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5286252Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 495866
     },
@@ -3576,10 +3726,25 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.5816984Z",
       "lastWriteTimeUtc": "2019-11-16T09:59:30.8334546Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5276274Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 7839
     },
+    {
+      "folderName": "DefaultSettings-1.14.x-2.1.9.jar",
+      "fingerprint": 1420478468,
+      "fileDateHash": 3337384200,
+      "sectionID": 8,
+      "individualFingerprints": [
+        1420478468
+      ],
+      "status": 1,
+      "timestamp": "2020-03-26T19:34:06.4359003Z",
+      "lastWriteTimeUtc": "2020-03-25T20:27:41.763394Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
+      "fileCount": 1,
+      "fileSize": 587793
+    },
     {
       "folderName": "refinedstorage-1.7.3.jar",
       "fingerprint": 68339813,
@@ -3591,7 +3756,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.3604887Z",
       "lastWriteTimeUtc": "2019-12-30T18:36:41.5625894Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5286252Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 1836195
     },
@@ -3606,35 +3771,37 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:16.5686063Z",
       "lastWriteTimeUtc": "2020-02-05T18:50:00.8120576Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5286252Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 2381327
     },
     {
       "folderName": "New World (1)",
-      "fingerprint": 302674858,
-      "fileDateHash": 2297168347,
+      "fingerprint": 1079334801,
+      "fileDateHash": 3817209299,
       "sectionID": 10,
       "individualFingerprints": [
         7149229,
+        9275124,
         13452606,
         18403145,
         27548446,
         40882049,
+        41367228,
+        42214678,
         49483898,
         51355987,
         57480653,
         60705865,
         61433555,
         62889865,
-        83341110,
         111493481,
         120572760,
         130816765,
         136408432,
         151938904,
-        152020343,
         165867751,
+        173231675,
         197890365,
         214943194,
         217377245,
@@ -3651,13 +3818,12 @@
         297892647,
         306949050,
         328875845,
-        333781494,
+        351387275,
         352132745,
         381250165,
         385292307,
         391076718,
         391889636,
-        392762906,
         394218779,
         405763360,
         409831792,
@@ -3672,44 +3838,55 @@
         484915355,
         489490950,
         490610395,
+        491969537,
         515892417,
         516544514,
         524637631,
         534242033,
+        540209177,
         549730177,
+        554073737,
         555243763,
         566951490,
         574536089,
         575607402,
+        576312625,
         590839417,
         597584472,
         607486413,
         619284709,
         620148463,
         622344980,
+        627774593,
+        636566016,
         639580374,
         648823264,
+        656991093,
         657832068,
         659607108,
         672451482,
         674517539,
         676282221,
+        677624846,
         681484772,
-        685416594,
+        686345282,
         698814472,
         724738433,
         726415094,
         735852685,
         750159554,
+        771312379,
         777628148,
         791590658,
         795930317,
         804866216,
         818135140,
         821152506,
+        821412668,
         858735027,
         862043715,
         875682094,
+        885733664,
         928622285,
         928716409,
         952040480,
@@ -3719,33 +3896,36 @@
         1009968772,
         1022357334,
         1036862890,
+        1040187482,
         1044387446,
+        1061142775,
         1067386397,
         1080397231,
         1083108912,
+        1088431019,
+        1092206212,
         1108995772,
-        1112321412,
         1113071463,
         1114578118,
         1117959469,
         1118189028,
         1118697579,
         1133816101,
-        1136151338,
         1139524373,
+        1142157794,
         1147954426,
         1151899115,
-        1155996283,
         1162173431,
-        1182018194,
         1182779510,
         1188014246,
         1200443719,
         1205334985,
         1213064162,
         1214513679,
+        1221326605,
         1225008352,
         1226217450,
+        1233481081,
         1233599795,
         1243296019,
         1246405276,
@@ -3753,7 +3933,9 @@
         1250467749,
         1251511019,
         1263109592,
+        1275667865,
         1295501377,
+        1296111564,
         1298659556,
         1317842827,
         1319483855,
@@ -3765,7 +3947,7 @@
         1371475805,
         1375089338,
         1375234171,
-        1375638475,
+        1376496345,
         1382156633,
         1395198490,
         1404461140,
@@ -3773,13 +3955,15 @@
         1436898683,
         1448464797,
         1465703453,
-        1482412909,
+        1474886292,
         1487828005,
         1495415352,
+        1506318181,
         1512425240,
         1513490660,
         1513817215,
         1520322090,
+        1539266964,
         1539929434,
         1540447798,
         1540447798,
@@ -3787,31 +3971,33 @@
         1540447798,
         1540447798,
         1541841343,
-        1547410526,
+        1559779253,
+        1560891875,
         1577013593,
         1591040356,
         1623253603,
         1643907425,
         1645962111,
+        1657712653,
         1663004389,
         1664801041,
         1666711522,
         1681670418,
-        1682731824,
         1687470547,
         1688831370,
-        1690409601,
         1704665841,
         1707670672,
         1722796223,
         1742036311,
+        1761214797,
         1772674210,
-        1774825739,
         1783675463,
+        1786657445,
         1795906010,
         1817328003,
         1825204883,
         1826844589,
+        1829626171,
         1836756827,
         1841974655,
         1843917400,
@@ -3821,9 +4007,9 @@
         1853096597,
         1864042651,
         1865088471,
+        1870879080,
         1871590624,
         1873246570,
-        1881124718,
         1889212938,
         1890883570,
         1902116846,
@@ -3833,25 +4019,28 @@
         1916002817,
         1920829853,
         1936288246,
+        1938928054,
         1939461946,
         1943372792,
         1963333704,
         1964372071,
         1971215541,
         1976517355,
+        1978901913,
         2002844455,
         2005445212,
         2020697092,
+        2021133744,
         2042380319,
         2045767961,
         2054452009,
         2055525539,
+        2058313841,
         2072071578,
         2083598980,
         2092701282,
         2104479308,
         2106914143,
-        2114203091,
         2114854051,
         2120267612,
         2129604139,
@@ -3862,18 +4051,16 @@
         2152482310,
         2152684930,
         2157181752,
-        2180282737,
         2185394072,
         2194754445,
         2195891448,
         2199474880,
         2210640974,
-        2226682825,
-        2227483802,
         2229422009,
         2251992967,
         2252015771,
         2255498287,
+        2260628307,
         2273742266,
         2295963405,
         2304062731,
@@ -3882,13 +4069,15 @@
         2314246070,
         2321206629,
         2338494993,
+        2365587191,
         2375435050,
         2379896918,
+        2389155346,
         2406175595,
         2407601020,
         2417715379,
-        2419595368,
         2426286374,
+        2430003878,
         2437744980,
         2440985997,
         2442530553,
@@ -3902,36 +4091,38 @@
         2477098348,
         2489116440,
         2490295127,
-        2504216553,
         2506437466,
-        2516458172,
         2527232534,
+        2531162739,
         2533287518,
         2543362111,
+        2554782043,
         2563032919,
         2579916051,
         2582942538,
+        2588568385,
         2596358158,
         2599092870,
         2607673711,
+        2615805405,
         2619640092,
-        2626449036,
-        2634765696,
         2653844868,
         2665927851,
+        2686237523,
         2696200587,
         2702430682,
         2705141416,
         2726069145,
         2728361114,
         2749964868,
+        2756302576,
         2762395697,
-        2762948614,
         2763672818,
         2766684679,
         2773659256,
         2782496263,
         2787526529,
+        2787534534,
         2789962653,
         2800834709,
         2812251819,
@@ -3940,6 +4131,7 @@
         2825101545,
         2825391145,
         2835392392,
+        2851993244,
         2854553370,
         2858186933,
         2883760563,
@@ -3959,6 +4151,7 @@
         3048806159,
         3057031240,
         3062078404,
+        3063292159,
         3064211733,
         3071552660,
         3075192503,
@@ -3967,7 +4160,7 @@
         3092321970,
         3093437168,
         3099276872,
-        3110637692,
+        3106482577,
         3113674335,
         3116127440,
         3128064084,
@@ -3976,12 +4169,10 @@
         3137099421,
         3138625197,
         3142891953,
-        3144138894,
         3152648222,
         3154776081,
         3160634043,
         3168402656,
-        3174937935,
         3185162013,
         3209287428,
         3209328839,
@@ -3990,24 +4181,26 @@
         3230745355,
         3236508570,
         3237146000,
-        3240036410,
+        3241695366,
+        3242129944,
         3248767222,
-        3294882692,
+        3263069868,
         3310251508,
         3322075021,
         3328406090,
         3328943669,
         3331201195,
+        3338406060,
         3347746331,
         3356039782,
         3367581872,
-        3409442478,
         3414207886,
         3421601622,
         3422336511,
         3423175787,
         3431433168,
         3435395275,
+        3457216830,
         3463857721,
         3472336113,
         3479547008,
@@ -4016,9 +4209,12 @@
         3503373901,
         3522057484,
         3524046585,
+        3538975602,
         3546341035,
         3547864600,
         3553877668,
+        3562988498,
+        3564791968,
         3571744889,
         3575950086,
         3579278602,
@@ -4026,18 +4222,20 @@
         3593322524,
         3596941866,
         3602084135,
+        3604723680,
         3606016499,
         3611958682,
         3617708031,
+        3630414210,
         3655192697,
         3665613008,
         3686066058,
-        3698335841,
-        3710105630,
+        3687200673,
         3715496874,
         3720572550,
         3721660863,
         3724781166,
+        3727830211,
         3728821226,
         3771282984,
         3771282984,
@@ -4056,20 +4254,24 @@
         3839967667,
         3862205226,
         3867031375,
+        3868584876,
         3875195892,
         3897514917,
         3897945371,
         3911703551,
+        3913808501,
         3914309881,
         3920120077,
-        3929865753,
         3960799019,
+        3961886732,
         3967643555,
+        3976616977,
+        3980878442,
         3981771691,
-        3983694990,
         4000338909,
         4001539963,
         4001877680,
+        4010039000,
         4014280095,
         4014957257,
         4025946928,
@@ -4079,11 +4281,16 @@
         4037020397,
         4048090220,
         4055148024,
+        4058168002,
         4072653579,
+        4081830965,
+        4099476273,
         4100826706,
         4104332161,
+        4116531114,
         4141445155,
         4146622259,
+        4147380966,
         4150065028,
         4166732428,
         4170809451,
@@ -4091,7 +4298,8 @@
         4202044555,
         4211319981,
         4212492203,
-        4223105772,
+        4229637829,
+        4245258216,
         4247800149,
         4254541074,
         4257007157,
@@ -4106,10 +4314,10 @@
         4289253178
       ],
       "status": 1,
-      "timestamp": "2020-03-09T19:58:46.0521032Z",
-      "lastWriteTimeUtc": "2020-03-09T19:58:45.4415536Z",
-      "queryTimestamp": "2020-03-10T20:34:16.529622Z",
-      "fileCount": 18,
+      "timestamp": "2020-03-26T19:34:06.5636316Z",
+      "lastWriteTimeUtc": "2020-03-26T19:34:05.8322472Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
+      "fileCount": 21,
       "fileSize": 0
     },
     {
@@ -4123,7 +4331,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.9059418Z",
       "lastWriteTimeUtc": "2019-12-16T18:41:27.7965958Z",
-      "queryTimestamp": "2020-03-10T20:34:16.529622Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 516978
     },
@@ -4576,9 +4784,9 @@
         4283907430
       ],
       "status": 1,
-      "timestamp": "2020-03-10T21:05:37.3817453Z",
+      "timestamp": "2020-03-13T19:27:00.4787826Z",
       "lastWriteTimeUtc": "2020-03-10T21:05:36.8599767Z",
-      "queryTimestamp": "2020-03-10T21:05:39.5064043Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 18,
       "fileSize": 0
     },
@@ -4593,7 +4801,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.8860657Z",
       "lastWriteTimeUtc": "2020-01-25T19:09:08.3835926Z",
-      "queryTimestamp": "2020-03-10T20:34:16.529622Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 82099
     },
@@ -4608,7 +4816,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:13.5356533Z",
       "lastWriteTimeUtc": "2019-11-24T11:39:44.2832597Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5306195Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 70997
     },
@@ -4623,7 +4831,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:14.5280242Z",
       "lastWriteTimeUtc": "2019-10-14T19:58:28.8208825Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5306195Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 18271
     },
@@ -4638,25 +4846,10 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.0027713Z",
       "lastWriteTimeUtc": "2020-01-03T18:14:04.0903597Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5316164Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 101110
     },
-    {
-      "folderName": "rsgauges-1.14.4-1.2.2-b1.jar",
-      "fingerprint": 2553494658,
-      "fileDateHash": 1472352686,
-      "sectionID": 8,
-      "individualFingerprints": [
-        2553494658
-      ],
-      "status": 1,
-      "timestamp": "2020-03-09T19:58:46.0091546Z",
-      "lastWriteTimeUtc": "2020-03-09T19:12:13.5553476Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5316164Z",
-      "fileCount": 1,
-      "fileSize": 858792
-    },
     {
       "folderName": "glassential-forge-1.14.4-1.1.1.jar",
       "fingerprint": 3930294551,
@@ -4668,7 +4861,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:15.136397Z",
       "lastWriteTimeUtc": "2019-10-09T08:05:45.2886582Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5316164Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 31524
     },
@@ -4683,7 +4876,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:12.7263112Z",
       "lastWriteTimeUtc": "2020-02-12T19:35:26.5439775Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5316164Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 129997
     },
@@ -4698,7 +4891,7 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:17.8412034Z",
       "lastWriteTimeUtc": "2019-11-13T19:17:46.668698Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5326132Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 32445
     },
@@ -4713,13 +4906,13 @@
       "status": 1,
       "timestamp": "2020-03-05T20:00:18.8032165Z",
       "lastWriteTimeUtc": "2020-02-02T20:24:36.5925085Z",
-      "queryTimestamp": "2020-03-10T20:34:16.5326132Z",
+      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
       "fileCount": 1,
       "fileSize": 187344
     }
   ],
   "isValid": true,
-  "lastPreviousMatchUpdate": "2020-03-10T21:05:40.0370687Z",
+  "lastPreviousMatchUpdate": "2020-03-26T19:34:10.2527913Z",
   "isEnabled": true,
   "isPinned": false,
   "gameVersion": "1.14.4",
@@ -4740,11 +4933,11 @@
     "LastSyncDate": "0001-01-01T00:00:00"
   },
   "preferenceShowAddOnInfo": true,
-  "installDate": "2020-02-14T19:30:46.5170981Z",
+  "installDate": "2020-03-13T19:26:58.0595474Z",
   "installedAddons": [
     {
       "addonID": 332534,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2844562,
         "displayName": "RingOfGrowth-1.14.4-1.0.20.jar",
@@ -4835,7 +5028,7 @@
     },
     {
       "addonID": 240630,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2878253,
         "displayName": "JustEnoughResources-1.14.4-0.10.1.74",
@@ -4902,7 +5095,7 @@
     },
     {
       "addonID": 240633,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2811170,
         "displayName": "inventorysorter-1.14.4-16.2.0.jar",
@@ -4988,7 +5181,7 @@
     },
     {
       "addonID": 331983,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2860134,
         "displayName": "Corail Woodcutter 1.1.1 for 1.14.4",
@@ -5061,7 +5254,7 @@
     },
     {
       "addonID": 290209,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2841453,
         "displayName": "rftoolspower-1.14-1.2.12-alpha.jar",
@@ -5159,16 +5352,16 @@
     },
     {
       "addonID": 328085,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2814006,
-        "displayName": "create-mc1.14.4_v0.1.1a.jar",
-        "fileName": "create-mc1.14.4_v0.1.1a.jar",
-        "fileDate": "2019-10-21T22:35:52.897Z",
-        "fileLength": 1297416,
+        "id": 2908438,
+        "displayName": "create-mc1.14.4_v0.2.1.jar",
+        "fileName": "create-mc1.14.4_v0.2.1.jar",
+        "fileDate": "2020-03-22T00:47:12.307Z",
+        "fileLength": 2867341,
         "releaseType": 2,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2814/6/create-mc1.14.4_v0.1.1a.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2908/438/create-mc1.14.4_v0.2.1.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -5176,67 +5369,133 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 3715204016,
-            "type": 3
+            "fingerprint": 3094236513,
+            "type": 0
           },
           {
             "foldername": "com",
-            "fingerprint": 221993782,
-            "type": 3
+            "fingerprint": 1381890695,
+            "type": 0
           },
           {
             "foldername": "assets",
-            "fingerprint": 3988940818,
-            "type": 3
+            "fingerprint": 3754348160,
+            "type": 0
           },
           {
             "foldername": "data",
-            "fingerprint": 4002520152,
-            "type": 3
+            "fingerprint": 2617322519,
+            "type": 0
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 2571950672,
-            "type": 3
+            "type": 0
           }
         ],
-        "packageFingerprint": 3666728845,
+        "packageFingerprint": 2769417445,
         "gameVersion": [
           "1.14.4",
           "Forge"
         ],
-        "sortableGameVersion": [
+        "hasInstallScript": false,
+        "isCompatibleWithClient": false,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
+        "gameVersionDateReleased": "2019-07-19T00:00:00Z",
+        "gameId": 0,
+        "isServerPack": false,
+        "FileNameOnDisk": "create-mc1.14.4_v0.2.1.jar"
+      },
+      "dateInstalled": "2019-10-26T17:17:44.6093419Z",
+      "dateUpdated": "2020-03-23T19:05:06.4970093Z",
+      "dateLastUpdateAttempted": "2020-03-23T19:05:06.4970093Z",
+      "status": 5,
+      "preferenceAutoInstallUpdates": false,
+      "preferenceAlternateFile": false,
+      "preferenceIsIgnored": false,
+      "isModified": false,
+      "isWorkingCopy": false,
+      "isFuzzyMatch": false,
+      "preferenceReleaseType": null,
+      "manifestName": null,
+      "installedTargets": null
+    },
+    {
+      "addonID": 59613,
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
+      "installedFile": {
+        "id": 2905757,
+        "displayName": "endertanks-1.14-1.7.2.jar",
+        "fileName": "endertanks-1.14-1.7.2.jar",
+        "fileDate": "2020-03-19T22:55:36.593Z",
+        "fileLength": 176352,
+        "releaseType": 1,
+        "fileStatus": 4,
+        "downloadUrl": "https://edge.forgecdn.net/files/2905/757/endertanks-1.14-1.7.2.jar",
+        "isAlternate": false,
+        "alternateFileId": 0,
+        "dependencies": [
           {
-            "gameVersionPadded": "0000000001.0000000014.0000000004",
-            "gameVersion": "1.14.4",
-            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
-            "gameVersionName": "1.14.4"
+            "id": 0,
+            "addonId": 71738,
+            "type": 3,
+            "fileId": 0
+          }
+        ],
+        "isAvailable": true,
+        "modules": [
+          {
+            "foldername": "META-INF",
+            "fingerprint": 542359855,
+            "type": 0
           },
           {
-            "gameVersionPadded": "0",
-            "gameVersion": "",
-            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
-            "gameVersionName": "Forge"
+            "foldername": "shetiphian",
+            "fingerprint": 739485720,
+            "type": 0
+          },
+          {
+            "foldername": "assets",
+            "fingerprint": 3471802718,
+            "type": 0
+          },
+          {
+            "foldername": "data",
+            "fingerprint": 3235070762,
+            "type": 0
+          },
+          {
+            "foldername": "endertanks.png",
+            "fingerprint": 2125494262,
+            "type": 0
+          },
+          {
+            "foldername": "pack.mcmeta",
+            "fingerprint": 2941407022,
+            "type": 0
           }
         ],
+        "packageFingerprint": 3891689408,
+        "gameVersion": [
+          "1.14.4"
+        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 6,
-        "restrictProjectFileAccess": 1,
-        "projectStatus": 4,
-        "renderCacheId": 1686689,
-        "projectId": 328085,
-        "packageFingerprintId": 369811654,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
-        "gameVersionMappingId": 1978775,
-        "gameVersionId": 7469,
-        "gameId": 432,
+        "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "create-mc1.14.4_v0.1.1a.jar"
+        "FileNameOnDisk": "endertanks-1.14-1.7.2.jar"
       },
-      "dateInstalled": "2019-10-26T17:17:44.6093419Z",
-      "dateUpdated": "2018-10-26T17:17:44.6093419Z",
-      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "dateInstalled": "2020-03-23T19:03:08.0426002Z",
+      "dateUpdated": "2020-03-23T19:03:08.0450247Z",
+      "dateLastUpdateAttempted": "2020-03-23T19:03:08.0450247Z",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -5250,7 +5509,7 @@
     },
     {
       "addonID": 301356,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2813131,
         "displayName": "1.14.4-1.2.1 (Forge)",
@@ -5355,7 +5614,7 @@
     },
     {
       "addonID": 268495,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2846523,
         "displayName": "SimpleStorageNetwork-1.14.4-0.2.0.jar",
@@ -5439,7 +5698,7 @@
     },
     {
       "addonID": 237307,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2883500,
         "displayName": "CosmeticArmorReworked-1.14.4-v1b.jar",
@@ -5511,7 +5770,7 @@
     },
     {
       "addonID": 280200,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2834036,
         "displayName": "colytra-FORGE-1.14.4-2.1.0.jar",
@@ -5611,7 +5870,7 @@
     },
     {
       "addonID": 319194,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2761249,
         "displayName": "glassential-forge-1.14.4-1.1.1.jar",
@@ -5707,7 +5966,7 @@
     },
     {
       "addonID": 327554,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2886991,
         "displayName": "simplefarming-1.14.4-1.2.8.jar",
@@ -5781,39 +6040,39 @@
     },
     {
       "addonID": 271856,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2853162,
-        "displayName": "Geolosys 1.14.4 4.0.11",
-        "fileName": "Geolosys-1.14.4-4.0.11.jar",
-        "fileDate": "2020-01-02T00:16:17.923Z",
-        "fileLength": 367690,
+        "id": 2913387,
+        "displayName": "Geolosys 1.14.4 4.0.14",
+        "fileName": "Geolosys-1.14.4-4.0.14.jar",
+        "fileDate": "2020-03-26T17:53:18.44Z",
+        "fileLength": 379052,
         "releaseType": 1,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2853/162/Geolosys-1.14.4-4.0.11.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2913/387/Geolosys-1.14.4-4.0.14.jar",
         "isAlternate": false,
-        "alternateFileId": 2853163,
+        "alternateFileId": 2913388,
         "dependencies": [],
         "isAvailable": true,
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 3564839240,
+            "fingerprint": 725809997,
             "type": 0
           },
           {
             "foldername": "com",
-            "fingerprint": 237089249,
+            "fingerprint": 244694320,
             "type": 0
           },
           {
-            "foldername": "assets",
-            "fingerprint": 765610245,
+            "foldername": "data",
+            "fingerprint": 3617855383,
             "type": 0
           },
           {
-            "foldername": "data",
-            "fingerprint": 3617855383,
+            "foldername": "assets",
+            "fingerprint": 4089978373,
             "type": 0
           },
           {
@@ -5822,7 +6081,7 @@
             "type": 0
           }
         ],
-        "packageFingerprint": 3653126830,
+        "packageFingerprint": 1121629956,
         "gameVersion": [
           "1.14.4",
           "Forge"
@@ -5836,12 +6095,12 @@
         "gameVersionDateReleased": "2008-03-01T06:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "Geolosys-1.14.4-4.0.11.jar"
+        "FileNameOnDisk": "Geolosys-1.14.4-4.0.14.jar"
       },
       "dateInstalled": "2019-12-24T21:55:02.2884162Z",
-      "dateUpdated": "2020-01-03T18:13:35.1850996Z",
-      "dateLastUpdateAttempted": "2020-01-03T18:13:35.1850996Z",
-      "status": 5,
+      "dateUpdated": "2020-03-26T18:52:04.2700785Z",
+      "dateLastUpdateAttempted": "2020-03-26T18:52:04.2700785Z",
+      "status": 4,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -5854,7 +6113,7 @@
     },
     {
       "addonID": 358191,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2897675,
         "displayName": "PackMenu-1.14.4-0.2.4.jar",
@@ -5933,7 +6192,7 @@
     },
     {
       "addonID": 352622,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2842250,
         "displayName": "justenoughbeacons-1.2.jar",
@@ -6000,7 +6259,7 @@
     },
     {
       "addonID": 245681,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2808929,
         "displayName": "Persistent Bits 2.0.2",
@@ -6018,27 +6277,27 @@
           {
             "foldername": "META-INF",
             "fingerprint": 3615962939,
-            "type": 3
+            "type": 0
           },
           {
             "foldername": "com",
             "fingerprint": 3278897705,
-            "type": 3
+            "type": 0
           },
           {
             "foldername": "assets",
             "fingerprint": 1612820298,
-            "type": 3
+            "type": 0
           },
           {
             "foldername": "data",
             "fingerprint": 2006199385,
-            "type": 3
+            "type": 0
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 1096557390,
-            "type": 3
+            "type": 0
           }
         ],
         "packageFingerprint": 3240547676,
@@ -6046,39 +6305,21 @@
           "1.14.4",
           "Forge"
         ],
-        "sortableGameVersion": [
-          {
-            "gameVersionPadded": "0000000001.0000000014.0000000004",
-            "gameVersion": "1.14.4",
-            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
-            "gameVersionName": "1.14.4"
-          },
-          {
-            "gameVersionPadded": "0",
-            "gameVersion": "",
-            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
-            "gameVersionName": "Forge"
-          }
-        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 6,
-        "restrictProjectFileAccess": 1,
-        "projectStatus": 4,
-        "renderCacheId": 1680577,
-        "projectId": 245681,
-        "packageFingerprintId": 367065319,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
         "gameVersionDateReleased": "2008-03-01T06:00:00Z",
-        "gameVersionMappingId": 1970420,
-        "gameVersionId": 4458,
-        "gameId": 432,
+        "gameId": 0,
         "isServerPack": false,
         "FileNameOnDisk": "PersistentBits-1.14.4-2.0.2.jar"
       },
       "dateInstalled": "2019-10-14T20:47:58.3819975Z",
-      "dateUpdated": "2018-10-14T20:47:58.3819975Z",
-      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
-      "status": 5,
+      "dateUpdated": "2020-03-26T18:54:49.8782135Z",
+      "dateLastUpdateAttempted": "2020-03-26T18:54:49.8782135Z",
+      "status": 3,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -6091,7 +6332,7 @@
     },
     {
       "addonID": 69118,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2839147,
         "displayName": "Morpheus-1.14.4-4.2.44.jar",
@@ -6159,7 +6400,7 @@
     },
     {
       "addonID": 348179,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2826366,
         "displayName": "Hidden Levers",
@@ -6231,7 +6472,7 @@
     },
     {
       "addonID": 225643,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2887822,
         "displayName": "Botania r1.11-378.jar",
@@ -6334,7 +6575,7 @@
     },
     {
       "addonID": 308641,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2786459,
         "displayName": "creatureslovebeacons-FORGE-1.14.4-2.0.jar",
@@ -6417,7 +6658,7 @@
     },
     {
       "addonID": 291936,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2808548,
         "displayName": "findme-1.14.4-1.1.0.13.jar",
@@ -6515,74 +6756,92 @@
     },
     {
       "addonID": 289712,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2900053,
-        "displayName": "tetra-1.14.4-1.25.0.jar",
-        "fileName": "tetra-1.14.4-1.25.0.jar",
-        "fileDate": "2020-03-13T17:07:50.993Z",
-        "fileLength": 1420248,
+        "id": 2906617,
+        "displayName": "tetra-1.14.4-1.26.0.jar",
+        "fileName": "tetra-1.14.4-1.26.0.jar",
+        "fileDate": "2020-03-21T00:30:58.563Z",
+        "fileLength": 1420658,
         "releaseType": 1,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2900/53/tetra-1.14.4-1.25.0.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2906/617/tetra-1.14.4-1.26.0.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [
           {
-            "id": 0,
+            "id": 38370867,
             "addonId": 351914,
             "type": 3,
-            "fileId": 0
+            "fileId": 2906617
           }
         ],
         "isAvailable": true,
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 3059039111,
-            "type": 0
+            "fingerprint": 3904577822,
+            "type": 3
           },
           {
             "foldername": "se",
-            "fingerprint": 828169490,
-            "type": 0
+            "fingerprint": 2110868740,
+            "type": 3
           },
           {
             "foldername": "assets",
             "fingerprint": 1006924359,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "data",
             "fingerprint": 61762625,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 4040640566,
-            "type": 0
+            "type": 3
           }
         ],
-        "packageFingerprint": 2429252992,
+        "packageFingerprint": 4168833917,
         "gameVersion": [
           "1.14.4",
           "Forge"
         ],
+        "sortableGameVersion": [
+          {
+            "gameVersionPadded": "0000000001.0000000014.0000000004",
+            "gameVersion": "1.14.4",
+            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
+            "gameVersionName": "1.14.4"
+          },
+          {
+            "gameVersionPadded": "0",
+            "gameVersion": "",
+            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
+            "gameVersionName": "Forge"
+          }
+        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 0,
-        "restrictProjectFileAccess": 0,
-        "projectStatus": 0,
-        "projectId": 0,
+        "categorySectionPackageType": 6,
+        "restrictProjectFileAccess": 1,
+        "projectStatus": 4,
+        "renderCacheId": 1799062,
+        "projectId": 289712,
+        "packageFingerprintId": 426426489,
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
-        "gameId": 0,
+        "gameVersionMappingId": 2139518,
+        "gameVersionId": 7469,
+        "gameId": 432,
         "isServerPack": false,
-        "FileNameOnDisk": "tetra-1.14.4-1.25.0.jar"
+        "FileNameOnDisk": "tetra-1.14.4-1.26.0.jar"
       },
-      "dateInstalled": "2020-03-10T21:28:03.9210611Z",
-      "dateUpdated": "2020-03-13T19:01:49.1673438Z",
-      "dateLastUpdateAttempted": "2020-03-13T19:01:49.1673438Z",
-      "status": 4,
+      "dateInstalled": "2020-03-26T19:34:10.2458414Z",
+      "dateUpdated": "2019-03-26T19:34:10.2458414Z",
+      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -6591,11 +6850,11 @@
       "isFuzzyMatch": false,
       "preferenceReleaseType": null,
       "manifestName": null,
-      "installedTargets": null
+      "installedTargets": []
     },
     {
       "addonID": 308653,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2829411,
         "displayName": "cosmeticbeds-FORGE-1.14.4-2.0.0.1.jar",
@@ -6688,7 +6947,7 @@
     },
     {
       "addonID": 352656,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2877600,
         "displayName": "Powah-1.14.4-0.2.7.jar",
@@ -6767,7 +7026,7 @@
     },
     {
       "addonID": 345973,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2899283,
         "displayName": "cyclepaintings_1.14-1.1.jar",
@@ -6785,17 +7044,17 @@
           {
             "foldername": "META-INF",
             "fingerprint": 1024088475,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "com",
             "fingerprint": 3138798511,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 4151144863,
-            "type": 0
+            "type": 3
           }
         ],
         "packageFingerprint": 1122591641,
@@ -6803,21 +7062,39 @@
           "1.14.4",
           "Forge"
         ],
+        "sortableGameVersion": [
+          {
+            "gameVersionPadded": "0000000001.0000000014.0000000004",
+            "gameVersion": "1.14.4",
+            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
+            "gameVersionName": "1.14.4"
+          },
+          {
+            "gameVersionPadded": "0",
+            "gameVersion": "",
+            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
+            "gameVersionName": "Forge"
+          }
+        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 0,
-        "restrictProjectFileAccess": 0,
-        "projectStatus": 0,
-        "projectId": 0,
+        "categorySectionPackageType": 6,
+        "restrictProjectFileAccess": 1,
+        "projectStatus": 4,
+        "renderCacheId": 1789862,
+        "projectId": 345973,
+        "packageFingerprintId": 422053221,
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
-        "gameId": 0,
+        "gameVersionMappingId": 2127940,
+        "gameVersionId": 7469,
+        "gameId": 432,
         "isServerPack": false,
         "FileNameOnDisk": "cyclepaintings_1.14-1.1.jar"
       },
-      "dateInstalled": "2019-10-09T08:14:03.9203536Z",
-      "dateUpdated": "2020-03-12T19:19:54.6753277Z",
-      "dateLastUpdateAttempted": "2020-03-12T19:19:54.6753277Z",
-      "status": 4,
+      "dateInstalled": "2020-03-13T19:27:04.4890348Z",
+      "dateUpdated": "2019-03-13T19:27:04.4890348Z",
+      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -6830,7 +7107,7 @@
     },
     {
       "addonID": 78057,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2818567,
         "displayName": "TMechworks-1.14.4-2.0.1.jar",
@@ -6933,7 +7210,7 @@
     },
     {
       "addonID": 354339,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2861288,
         "displayName": "OpenLoader-1.14.4-1.0.4.jar",
@@ -7014,7 +7291,7 @@
     },
     {
       "addonID": 348215,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2879987,
         "displayName": "Bamboo Blocks - 1.2.12",
@@ -7091,7 +7368,7 @@
     },
     {
       "addonID": 69162,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2881646,
         "displayName": "cofh_core-1.14.4-0.3.1b.jar",
@@ -7175,7 +7452,7 @@
     },
     {
       "addonID": 320926,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2871351,
         "displayName": "ScalableCatsForce-2.13.1-build-6-with-library.jar",
@@ -7298,7 +7575,7 @@
     },
     {
       "addonID": 334853,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2834351,
         "displayName": "SimpleDiscordRichPresence-1.0.3.jar",
@@ -7316,22 +7593,22 @@
           {
             "foldername": "META-INF",
             "fingerprint": 2702547300,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "com",
             "fingerprint": 3220027592,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "logo.png",
             "fingerprint": 1114439685,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 1299377530,
-            "type": 0
+            "type": 3
           }
         ],
         "packageFingerprint": 908113368,
@@ -7339,21 +7616,39 @@
           "1.14.4",
           "Forge"
         ],
+        "sortableGameVersion": [
+          {
+            "gameVersionPadded": "0000000001.0000000014.0000000004",
+            "gameVersion": "1.14.4",
+            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
+            "gameVersionName": "1.14.4"
+          },
+          {
+            "gameVersionPadded": "0",
+            "gameVersion": "",
+            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
+            "gameVersionName": "Forge"
+          }
+        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 0,
-        "restrictProjectFileAccess": 0,
-        "projectStatus": 0,
-        "projectId": 0,
+        "categorySectionPackageType": 6,
+        "restrictProjectFileAccess": 1,
+        "projectStatus": 4,
+        "renderCacheId": 1711167,
+        "projectId": 334853,
+        "packageFingerprintId": 382848988,
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
-        "gameId": 0,
+        "gameVersionMappingId": 2014647,
+        "gameVersionId": 7469,
+        "gameId": 432,
         "isServerPack": false,
         "FileNameOnDisk": "SimpleDiscordRichPresence-1.0.3.jar"
       },
-      "dateInstalled": "2020-03-12T19:20:39.741641Z",
-      "dateUpdated": "2020-03-12T19:20:39.7426382Z",
-      "dateLastUpdateAttempted": "2020-03-12T19:20:39.7426382Z",
-      "status": 4,
+      "dateInstalled": "2020-03-13T19:27:04.4930238Z",
+      "dateUpdated": "2019-03-13T19:27:04.4930238Z",
+      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -7366,16 +7661,16 @@
     },
     {
       "addonID": 342097,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2798317,
-        "displayName": "nps_1.14-2.1.jar",
-        "fileName": "nps_1.14-2.1.jar",
-        "fileDate": "2019-09-29T16:07:42.723Z",
-        "fileLength": 14545,
+        "id": 2906393,
+        "displayName": "netherpspr_1.14-3.0.jar",
+        "fileName": "netherpspr_1.14-3.0.jar",
+        "fileDate": "2020-03-20T19:35:46.117Z",
+        "fileLength": 17790,
         "releaseType": 1,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2798/317/nps_1.14-2.1.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2906/393/netherpspr_1.14-3.0.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -7383,21 +7678,21 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 505398816,
+            "fingerprint": 3210287931,
             "type": 0
           },
           {
             "foldername": "com",
-            "fingerprint": 1820319222,
+            "fingerprint": 1919455239,
             "type": 0
           },
           {
             "foldername": "pack.mcmeta",
-            "fingerprint": 1401111548,
+            "fingerprint": 1172560012,
             "type": 0
           }
         ],
-        "packageFingerprint": 683905401,
+        "packageFingerprint": 1077045632,
         "gameVersion": [
           "1.14.4",
           "Forge"
@@ -7411,11 +7706,11 @@
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "nps_1.14-2.1.jar"
+        "FileNameOnDisk": "netherpspr_1.14-3.0.jar"
       },
       "dateInstalled": "2019-09-29T17:12:27.9984301Z",
-      "dateUpdated": "2019-09-29T17:12:27.9984301Z",
-      "dateLastUpdateAttempted": "2019-09-29T17:12:27.9984301Z",
+      "dateUpdated": "2020-03-23T19:05:40.1117346Z",
+      "dateLastUpdateAttempted": "2020-03-23T19:05:40.1117346Z",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -7429,7 +7724,7 @@
     },
     {
       "addonID": 254652,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2753539,
         "displayName": "Fence Jumper-1.14.4-1.0.8.jar",
@@ -7515,7 +7810,7 @@
     },
     {
       "addonID": 245755,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2872947,
         "displayName": "Waystones_1.14.4-5.1.1.jar",
@@ -7599,7 +7894,7 @@
     },
     {
       "addonID": 231275,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2803055,
         "displayName": "Ding-1.14.4-1.1.0.jar",
@@ -7685,7 +7980,7 @@
     },
     {
       "addonID": 276951,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2880691,
         "displayName": "comforts-FORGE-1.14.4-2.0-beta6.jar",
@@ -7778,7 +8073,7 @@
     },
     {
       "addonID": 280294,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2868807,
         "displayName": "FpsReducer-mc1.14.4-1.14.1.jar",
@@ -7869,7 +8164,7 @@
     },
     {
       "addonID": 344913,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2846191,
         "displayName": "FoamDome-3.0.0",
@@ -7953,7 +8248,7 @@
     },
     {
       "addonID": 283644,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2830611,
         "displayName": "Placebo-1.14.4-2.3.5.jar",
@@ -8020,7 +8315,7 @@
     },
     {
       "addonID": 245211,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2796414,
         "displayName": "theoneprobe-1.14-1.4.37.jar",
@@ -8112,7 +8407,7 @@
     },
     {
       "addonID": 261924,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2861238,
         "displayName": "FarmingForBlockheads_1.14.4-5.3.2.jar",
@@ -8196,7 +8491,7 @@
     },
     {
       "addonID": 347706,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2843741,
         "displayName": "rftoolsbuilder-1.14-1.2.12-alpha.jar",
@@ -8282,7 +8577,7 @@
     },
     {
       "addonID": 272515,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2855015,
         "displayName": "BetterAdvancements-1.14.4-0.1.0.94",
@@ -8349,7 +8644,7 @@
     },
     {
       "addonID": 242998,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2783899,
         "displayName": "SilentLib-1.14.4-4.4.0+44.jar",
@@ -8416,7 +8711,7 @@
     },
     {
       "addonID": 348834,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2815387,
         "displayName": "fishingreal-1.1.jar",
@@ -8502,7 +8797,7 @@
     },
     {
       "addonID": 228525,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2842454,
         "displayName": "Bookshelf-1.14.4-4.4.72.jar",
@@ -8575,7 +8870,7 @@
     },
     {
       "addonID": 324888,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2850530,
         "displayName": "TOOLKIT-1.4.2.jar",
@@ -8671,7 +8966,7 @@
     },
     {
       "addonID": 241895,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2850745,
         "displayName": "KleeSlabs_1.14.4-7.4.8.jar",
@@ -8749,17 +9044,17 @@
       "installedTargets": null
     },
     {
-      "addonID": 356643,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "addonID": 224633,
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2871262,
-        "displayName": "AuthMe-1.14_1.15-1.1.1",
-        "fileName": "authme-1.14_1.15-1.1.1.jar",
-        "fileDate": "2020-01-29T05:19:32.3Z",
-        "fileLength": 20598,
+        "id": 2912497,
+        "displayName": "PassthroughSigns-1.14.4-2.3.3.jar",
+        "fileName": "PassthroughSigns-1.14.4-2.3.3.jar",
+        "fileDate": "2020-03-25T17:32:02.547Z",
+        "fileLength": 10787,
         "releaseType": 1,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2871/262/authme-1.14_1.15-1.1.1.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2912/497/PassthroughSigns-1.14.4-2.3.3.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -8767,103 +9062,40 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 793454051,
-            "type": 3
-          },
-          {
-            "foldername": "me",
-            "fingerprint": 508155537,
-            "type": 3
-          },
-          {
-            "foldername": "assets",
-            "fingerprint": 3570993248,
-            "type": 3
+            "fingerprint": 2886270785,
+            "type": 0
           },
           {
-            "foldername": "logo.png",
-            "fingerprint": 1757227631,
-            "type": 3
+            "foldername": "com",
+            "fingerprint": 1722167487,
+            "type": 0
           },
           {
             "foldername": "pack.mcmeta",
-            "fingerprint": 385038806,
-            "type": 3
+            "fingerprint": 36801888,
+            "type": 0
           }
         ],
-        "packageFingerprint": 1285653470,
+        "packageFingerprint": 2156067984,
         "gameVersion": [
           "1.14.4",
-          "1.14.3",
-          "1.15",
-          "1.14",
-          "Forge",
-          "1.15.2",
-          "1.15.1"
-        ],
-        "sortableGameVersion": [
-          {
-            "gameVersionPadded": "0000000001.0000000014.0000000004",
-            "gameVersion": "1.14.4",
-            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
-            "gameVersionName": "1.14.4"
-          },
-          {
-            "gameVersionPadded": "0000000001.0000000014.0000000003",
-            "gameVersion": "1.14.3",
-            "gameVersionReleaseDate": "2019-06-24T00:00:00Z",
-            "gameVersionName": "1.14.3"
-          },
-          {
-            "gameVersionPadded": "0000000001.0000000015",
-            "gameVersion": "1.15",
-            "gameVersionReleaseDate": "2019-12-10T15:26:51.027Z",
-            "gameVersionName": "1.15"
-          },
-          {
-            "gameVersionPadded": "0000000001.0000000014",
-            "gameVersion": "1.14",
-            "gameVersionReleaseDate": "2019-04-23T00:00:00Z",
-            "gameVersionName": "1.14"
-          },
-          {
-            "gameVersionPadded": "0",
-            "gameVersion": "",
-            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
-            "gameVersionName": "Forge"
-          },
-          {
-            "gameVersionPadded": "0000000001.0000000015.0000000002",
-            "gameVersion": "1.15.2",
-            "gameVersionReleaseDate": "2020-01-22T00:00:00Z",
-            "gameVersionName": "1.15.2"
-          },
-          {
-            "gameVersionPadded": "0000000001.0000000015.0000000001",
-            "gameVersion": "1.15.1",
-            "gameVersionReleaseDate": "2019-12-17T00:00:00Z",
-            "gameVersionName": "1.15.1"
-          }
+          "Forge"
         ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 6,
-        "restrictProjectFileAccess": 1,
-        "projectStatus": 4,
-        "renderCacheId": 1755477,
-        "projectId": 356643,
-        "packageFingerprintId": 403152952,
-        "gameVersionDateReleased": "2019-04-23T00:00:00Z",
-        "gameVersionMappingId": 2079451,
-        "gameVersionId": 7318,
-        "gameId": 432,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
+        "gameVersionDateReleased": "2019-07-19T00:00:00Z",
+        "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "authme-1.14_1.15-1.1.1.jar"
+        "FileNameOnDisk": "PassthroughSigns-1.14.4-2.3.3.jar"
       },
-      "dateInstalled": "2020-02-06T18:38:06.3881536Z",
-      "dateUpdated": "2019-02-06T18:38:06.3881536Z",
-      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
-      "status": 5,
+      "dateInstalled": "2020-03-26T18:49:51.2434431Z",
+      "dateUpdated": "2020-03-26T18:49:51.2454001Z",
+      "dateLastUpdateAttempted": "2020-03-26T18:49:51.2454001Z",
+      "status": 4,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -8872,11 +9104,11 @@
       "isFuzzyMatch": false,
       "preferenceReleaseType": null,
       "manifestName": null,
-      "installedTargets": null
+      "installedTargets": []
     },
     {
       "addonID": 268647,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2818520,
         "displayName": "globalxp-1.14.4-v1.4.10.jar",
@@ -8967,7 +9199,7 @@
     },
     {
       "addonID": 250832,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2807748,
         "displayName": "elevatorid-1.14.4-1.5.2.jar",
@@ -9045,7 +9277,7 @@
     },
     {
       "addonID": 291493,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2816173,
         "displayName": "portality-1.14.4-2.0.4-b0b3467.jar",
@@ -9146,7 +9378,7 @@
     },
     {
       "addonID": 298744,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2878022,
         "displayName": "structurize-0.10.245-ALPHA.jar",
@@ -9218,7 +9450,7 @@
     },
     {
       "addonID": 298187,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2820989,
         "displayName": "buildinggadgets-3.1.1b.jar",
@@ -9363,7 +9595,7 @@
     },
     {
       "addonID": 326041,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2841449,
         "displayName": "rftoolsbase-1.14-0.0.12-alpha.jar",
@@ -9449,16 +9681,16 @@
     },
     {
       "addonID": 352222,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2854387,
-        "displayName": "dimdungeons-1.03-forge-1.14.4.jar",
-        "fileName": "dimdungeons-1.03-forge-1.14.4.jar",
-        "fileDate": "2020-01-04T06:06:46.853Z",
-        "fileLength": 742576,
+        "id": 2902526,
+        "displayName": "dimdungeons-1.051-forge-1.14.4.jar",
+        "fileName": "dimdungeons-1.051-forge-1.14.4.jar",
+        "fileDate": "2020-03-15T18:19:57.85Z",
+        "fileLength": 754588,
         "releaseType": 1,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2854/387/dimdungeons-1.03-forge-1.14.4.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2902/526/dimdungeons-1.051-forge-1.14.4.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -9466,22 +9698,22 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 2338975688,
+            "fingerprint": 2164943467,
             "type": 0
           },
           {
             "foldername": "com",
-            "fingerprint": 989925361,
+            "fingerprint": 434504589,
             "type": 0
           },
           {
             "foldername": "assets",
-            "fingerprint": 315110470,
+            "fingerprint": 2864713773,
             "type": 0
           },
           {
             "foldername": "data",
-            "fingerprint": 3238120425,
+            "fingerprint": 1829820974,
             "type": 0
           },
           {
@@ -9496,11 +9728,11 @@
           },
           {
             "foldername": "pack.mcmeta",
-            "fingerprint": 217100599,
+            "fingerprint": 2132908053,
             "type": 0
           }
         ],
-        "packageFingerprint": 1773340341,
+        "packageFingerprint": 2199052208,
         "gameVersion": [
           "1.14.4",
           "Forge"
@@ -9514,11 +9746,11 @@
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "dimdungeons-1.03-forge-1.14.4.jar"
+        "FileNameOnDisk": "dimdungeons-1.051-forge-1.14.4.jar"
       },
       "dateInstalled": "2019-11-25T18:11:36.8100385Z",
-      "dateUpdated": "2020-01-04T20:46:53.1654415Z",
-      "dateLastUpdateAttempted": "2020-01-04T20:46:53.1654415Z",
+      "dateUpdated": "2020-03-18T19:19:37.4296737Z",
+      "dateLastUpdateAttempted": "2020-03-18T19:19:37.4296737Z",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -9532,7 +9764,7 @@
     },
     {
       "addonID": 314904,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2783912,
         "displayName": "FTBUtilitiesBackups-2.0.0.11.jar",
@@ -9598,11 +9830,83 @@
         "gameVersionId": 4458,
         "gameId": 432,
         "isServerPack": false,
-        "FileNameOnDisk": "FTBUtilitiesBackups-2.0.0.11.jar"
+        "FileNameOnDisk": "FTBUtilitiesBackups-2.0.0.11.jar"
+      },
+      "dateInstalled": "2019-11-13T19:14:55.6858455Z",
+      "dateUpdated": "2018-11-13T19:14:55.6858455Z",
+      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "status": 5,
+      "preferenceAutoInstallUpdates": false,
+      "preferenceAlternateFile": false,
+      "preferenceIsIgnored": false,
+      "isModified": false,
+      "isWorkingCopy": false,
+      "isFuzzyMatch": false,
+      "preferenceReleaseType": null,
+      "manifestName": null,
+      "installedTargets": null
+    },
+    {
+      "addonID": 363363,
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
+      "installedFile": {
+        "id": 2904232,
+        "displayName": "Extreme sound muffler Beta 1.1",
+        "fileName": "extremeSoundMuffler-beta-1.14.4-1.1.jar",
+        "fileDate": "2020-03-17T23:27:59.453Z",
+        "fileLength": 30833,
+        "releaseType": 2,
+        "fileStatus": 4,
+        "downloadUrl": "https://edge.forgecdn.net/files/2904/232/extremeSoundMuffler-beta-1.14.4-1.1.jar",
+        "isAlternate": false,
+        "alternateFileId": 0,
+        "dependencies": [],
+        "isAvailable": true,
+        "modules": [
+          {
+            "foldername": "META-INF",
+            "fingerprint": 3895418401,
+            "type": 0
+          },
+          {
+            "foldername": "com",
+            "fingerprint": 1906234647,
+            "type": 0
+          },
+          {
+            "foldername": "assets",
+            "fingerprint": 345893382,
+            "type": 0
+          },
+          {
+            "foldername": "data",
+            "fingerprint": 3914521607,
+            "type": 0
+          },
+          {
+            "foldername": "pack.mcmeta",
+            "fingerprint": 314842224,
+            "type": 0
+          }
+        ],
+        "packageFingerprint": 221261894,
+        "gameVersion": [
+          "1.14.4"
+        ],
+        "hasInstallScript": false,
+        "isCompatibleWithClient": false,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
+        "gameVersionDateReleased": "2019-07-19T00:00:00Z",
+        "gameId": 0,
+        "isServerPack": false,
+        "FileNameOnDisk": "extremeSoundMuffler-beta-1.14.4-1.1.jar"
       },
-      "dateInstalled": "2019-11-13T19:14:55.6858455Z",
-      "dateUpdated": "2018-11-13T19:14:55.6858455Z",
-      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "dateInstalled": "2020-03-23T19:02:51.5833097Z",
+      "dateUpdated": "2020-03-23T19:02:51.7189069Z",
+      "dateLastUpdateAttempted": "2020-03-23T19:02:51.7189069Z",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -9616,7 +9920,7 @@
     },
     {
       "addonID": 250294,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2872933,
         "displayName": "modular-routers-1.14.4-5.1.4-9.jar",
@@ -9700,7 +10004,7 @@
     },
     {
       "addonID": 266450,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2833441,
         "displayName": "InventorySpam-1.14.4-1.2.3.jar",
@@ -9778,7 +10082,7 @@
     },
     {
       "addonID": 290404,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2880405,
         "displayName": "Flopper-1.14.4-1.0.6.jar",
@@ -9868,7 +10172,7 @@
     },
     {
       "addonID": 349447,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2880619,
         "displayName": "ensorcellation-1.14.4-0.3.0b.jar",
@@ -9947,7 +10251,7 @@
     },
     {
       "addonID": 350006,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2841454,
         "displayName": "rftoolsstorage-1.14-0.0.7-alpha.jar",
@@ -10033,7 +10337,7 @@
     },
     {
       "addonID": 59816,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2769713,
         "displayName": "RandomThings-MC1.14.4-5.0.1.jar",
@@ -10117,7 +10421,7 @@
     },
     {
       "addonID": 349460,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2818031,
         "displayName": "CobbleForDays-1.0.2.jar",
@@ -10195,7 +10499,7 @@
     },
     {
       "addonID": 243076,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2851763,
         "displayName": "Refined Storage 1.7.3",
@@ -10284,7 +10588,7 @@
     },
     {
       "addonID": 317716,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2787009,
         "displayName": "curiouselytra-FORGE-1.14.4-1.0.jar",
@@ -10385,7 +10689,7 @@
     },
     {
       "addonID": 299337,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2816937,
         "displayName": "TorchBandolier-1.14.4-1.3.2+7.jar",
@@ -10469,7 +10773,7 @@
     },
     {
       "addonID": 277616,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2874104,
         "displayName": "solcarrot-1.14.4-1.9.4.jar",
@@ -10570,16 +10874,16 @@
     },
     {
       "addonID": 311595,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2897686,
-        "displayName": "simplybackpacks-1.14.4-1.4.0.jar",
-        "fileName": "simplybackpacks-1.14.4-1.4.0.jar",
-        "fileDate": "2020-03-09T21:13:16.397Z",
-        "fileLength": 96821,
+        "id": 2908277,
+        "displayName": "simplybackpacks-1.14.4-1.4.3.jar",
+        "fileName": "simplybackpacks-1.14.4-1.4.3.jar",
+        "fileDate": "2020-03-21T20:25:52.947Z",
+        "fileLength": 97586,
         "releaseType": 2,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2897/686/simplybackpacks-1.14.4-1.4.0.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2908/277/simplybackpacks-1.14.4-1.4.3.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -10587,12 +10891,12 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 499508283,
+            "fingerprint": 709429052,
             "type": 0
           },
           {
             "foldername": "com",
-            "fingerprint": 884941,
+            "fingerprint": 582510619,
             "type": 0
           },
           {
@@ -10616,7 +10920,7 @@
             "type": 0
           }
         ],
-        "packageFingerprint": 3755646622,
+        "packageFingerprint": 1806185033,
         "gameVersion": [
           "1.14.4",
           "Forge"
@@ -10630,11 +10934,11 @@
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "simplybackpacks-1.14.4-1.4.0.jar"
+        "FileNameOnDisk": "simplybackpacks-1.14.4-1.4.3.jar"
       },
       "dateInstalled": "2020-01-14T18:41:02.9998357Z",
-      "dateUpdated": "2020-03-10T18:58:46.8587407Z",
-      "dateLastUpdateAttempted": "2020-03-10T18:58:46.8587407Z",
+      "dateUpdated": "2020-03-23T19:05:57.9706815Z",
+      "dateLastUpdateAttempted": "2020-03-23T19:05:57.9706815Z",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -10648,7 +10952,7 @@
     },
     {
       "addonID": 353928,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2884820,
         "displayName": "BotanyPots-1.14.4-1.0.10.jar",
@@ -10728,7 +11032,7 @@
     },
     {
       "addonID": 266479,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2830088,
         "displayName": "CapabilityProxy-1.14.4-2.1.5.jar",
@@ -10818,7 +11122,7 @@
     },
     {
       "addonID": 309927,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2868713,
         "displayName": "curios-FORGE-1.14.4-1.0.6.1.jar",
@@ -10929,7 +11233,7 @@
     },
     {
       "addonID": 277064,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2875366,
         "displayName": "mysticallib-1.14.4-1.14.0.jar",
@@ -11015,7 +11319,7 @@
     },
     {
       "addonID": 260912,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2843742,
         "displayName": "xnet-1.14-1.8.7-alpha.jar",
@@ -11128,31 +11432,124 @@
       "manifestName": null,
       "installedTargets": null
     },
+    {
+      "addonID": 231951,
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
+      "installedFile": {
+        "id": 2909146,
+        "displayName": "ImmersiveEngineering-0.14-93",
+        "fileName": "ImmersiveEngineering-0.14-93.jar",
+        "fileDate": "2020-03-22T21:40:39.607Z",
+        "fileLength": 6588279,
+        "releaseType": 3,
+        "fileStatus": 4,
+        "downloadUrl": "https://edge.forgecdn.net/files/2909/146/ImmersiveEngineering-0.14-93.jar",
+        "isAlternate": false,
+        "alternateFileId": 0,
+        "dependencies": [],
+        "isAvailable": true,
+        "modules": [
+          {
+            "foldername": "META-INF",
+            "fingerprint": 3894544204,
+            "type": 0
+          },
+          {
+            "foldername": "blusunrize",
+            "fingerprint": 3767703632,
+            "type": 0
+          },
+          {
+            "foldername": "invtweaks",
+            "fingerprint": 1311683996,
+            "type": 0
+          },
+          {
+            "foldername": ".cache",
+            "fingerprint": 2298704764,
+            "type": 0
+          },
+          {
+            "foldername": "asm",
+            "fingerprint": 423027732,
+            "type": 0
+          },
+          {
+            "foldername": "assets",
+            "fingerprint": 3384632743,
+            "type": 0
+          },
+          {
+            "foldername": "data",
+            "fingerprint": 3788932910,
+            "type": 0
+          },
+          {
+            "foldername": "logo.png",
+            "fingerprint": 3522495669,
+            "type": 0
+          },
+          {
+            "foldername": "pack.mcmeta",
+            "fingerprint": 4218963876,
+            "type": 0
+          }
+        ],
+        "packageFingerprint": 4104068920,
+        "gameVersion": [
+          "1.14.4",
+          "Forge"
+        ],
+        "hasInstallScript": false,
+        "isCompatibleWithClient": false,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
+        "gameVersionDateReleased": "2008-03-01T06:00:00Z",
+        "gameId": 0,
+        "isServerPack": false,
+        "FileNameOnDisk": "ImmersiveEngineering-0.14-93.jar"
+      },
+      "dateInstalled": "2020-03-23T19:03:45.2456619Z",
+      "dateUpdated": "2020-03-23T19:03:45.2516188Z",
+      "dateLastUpdateAttempted": "2020-03-23T19:03:45.2516188Z",
+      "status": 5,
+      "preferenceAutoInstallUpdates": false,
+      "preferenceAlternateFile": false,
+      "preferenceIsIgnored": false,
+      "isModified": false,
+      "isWorkingCopy": false,
+      "isFuzzyMatch": false,
+      "preferenceReleaseType": null,
+      "manifestName": null,
+      "installedTargets": null
+    },
     {
       "addonID": 239197,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2889462,
-        "displayName": "CraftTweaker-1.14.4-5.0.1.165.jar",
-        "fileName": "CraftTweaker-1.14.4-5.0.1.165.jar",
-        "fileDate": "2020-02-26T22:11:27.157Z",
-        "fileLength": 1740146,
+        "id": 2913304,
+        "displayName": "CraftTweaker-1.14.4-5.0.1.166.jar",
+        "fileName": "CraftTweaker-1.14.4-5.0.1.166.jar",
+        "fileDate": "2020-03-26T15:12:14.26Z",
+        "fileLength": 1740272,
         "releaseType": 2,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2889/462/CraftTweaker-1.14.4-5.0.1.165.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2913/304/CraftTweaker-1.14.4-5.0.1.166.jar",
         "isAlternate": false,
-        "alternateFileId": 2889463,
+        "alternateFileId": 2913305,
         "dependencies": [],
         "isAvailable": true,
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 1468703608,
+            "fingerprint": 1987920341,
             "type": 0
           },
           {
             "foldername": "com",
-            "fingerprint": 1359270277,
+            "fingerprint": 1100747959,
             "type": 0
           },
           {
@@ -11201,7 +11598,7 @@
             "type": 0
           }
         ],
-        "packageFingerprint": 1422940449,
+        "packageFingerprint": 43503292,
         "gameVersion": [
           "1.14.4",
           "Forge"
@@ -11215,12 +11612,12 @@
         "gameVersionDateReleased": "2008-03-01T06:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "CraftTweaker-1.14.4-5.0.1.165.jar"
+        "FileNameOnDisk": "CraftTweaker-1.14.4-5.0.1.166.jar"
       },
       "dateInstalled": "2020-02-06T18:38:06.391154Z",
-      "dateUpdated": "2020-02-27T18:19:26.2352125Z",
-      "dateLastUpdateAttempted": "2020-02-27T18:19:26.2352125Z",
-      "status": 5,
+      "dateUpdated": "2020-03-26T18:50:05.0731604Z",
+      "dateLastUpdateAttempted": "2020-03-26T18:50:05.0731604Z",
+      "status": 4,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -11233,7 +11630,7 @@
     },
     {
       "addonID": 233071,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2863722,
         "displayName": "CraftingTweaks_1.14.4-10.2.1.jar",
@@ -11312,7 +11709,7 @@
     },
     {
       "addonID": 341131,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2816518,
         "displayName": "creeperfix-1.14.4-1.3.jar",
@@ -11393,7 +11790,7 @@
     },
     {
       "addonID": 238086,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2862922,
         "displayName": "kubejs-forge-1.14.4-2.2.0.27.jar",
@@ -11508,7 +11905,7 @@
     },
     {
       "addonID": 250898,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2853168,
         "displayName": "OreExcavation-1.6.147.jar",
@@ -11580,7 +11977,7 @@
     },
     {
       "addonID": 291006,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2878764,
         "displayName": "LargeFluidTank-14.9.6.jar",
@@ -11659,7 +12056,7 @@
     },
     {
       "addonID": 225839,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2755803,
         "displayName": "QuickLeafDecay-MC1.14.4-1.2.5.jar",
@@ -11721,7 +12118,7 @@
     },
     {
       "addonID": 247007,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2808617,
         "displayName": "CommonCapabilities-1.14.4-2.4.4.jar",
@@ -11811,7 +12208,7 @@
     },
     {
       "addonID": 351725,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2894310,
         "displayName": "mcw-bridges-1.0.4-mc1.14.4.jar",
@@ -11889,7 +12286,7 @@
     },
     {
       "addonID": 238659,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2852466,
         "displayName": "PackingTape-1.14.4-0.9.2.jar",
@@ -11967,7 +12364,7 @@
     },
     {
       "addonID": 308843,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2825022,
         "displayName": "dwmh-1.14.4-3.1.1.jar",
@@ -12058,7 +12455,7 @@
     },
     {
       "addonID": 243121,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2889792,
         "displayName": "Quark-r2.0-212.jar",
@@ -12158,7 +12555,7 @@
     },
     {
       "addonID": 266515,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2843466,
         "displayName": "industrial-foregoing-1.14.4-2.1.2-582ea8b.jar",
@@ -12243,7 +12640,7 @@
     },
     {
       "addonID": 354522,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2843615,
         "displayName": "quickstack-2.0.3.jar",
@@ -12305,7 +12702,7 @@
     },
     {
       "addonID": 250363,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2821794,
         "displayName": "AutoRegLib-1.4-35.jar",
@@ -12391,7 +12788,7 @@
     },
     {
       "addonID": 345614,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2819478,
         "displayName": "smallernp_1.14-1.1.jar",
@@ -12454,28 +12851,28 @@
     },
     {
       "addonID": 313866,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2900064,
-        "displayName": "engineersdecor-1.14.4-1.0.20-b1.jar",
-        "fileName": "engineersdecor-1.14.4-1.0.20-b1.jar",
-        "fileDate": "2020-03-13T17:29:30.693Z",
-        "fileLength": 1147280,
+        "id": 2912240,
+        "displayName": "engineersdecor-1.14.4-1.0.20-b2.jar",
+        "fileName": "engineersdecor-1.14.4-1.0.20-b2.jar",
+        "fileDate": "2020-03-25T08:57:56.547Z",
+        "fileLength": 1190454,
         "releaseType": 2,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2900/64/engineersdecor-1.14.4-1.0.20-b1.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2912/240/engineersdecor-1.14.4-1.0.20-b2.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [
           {
             "id": 0,
-            "addonId": 231951,
+            "addonId": 306770,
             "type": 2,
             "fileId": 0
           },
           {
             "id": 0,
-            "addonId": 306770,
+            "addonId": 231951,
             "type": 2,
             "fileId": 0
           }
@@ -12484,27 +12881,27 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 1034768528,
+            "fingerprint": 2737209517,
             "type": 0
           },
           {
             "foldername": "wile",
-            "fingerprint": 3706543022,
+            "fingerprint": 589335387,
             "type": 0
           },
           {
             "foldername": ".gitversion-engineersdecor",
-            "fingerprint": 765074267,
+            "fingerprint": 3541945853,
             "type": 0
           },
           {
             "foldername": "assets",
-            "fingerprint": 2220585332,
+            "fingerprint": 2934916108,
             "type": 0
           },
           {
             "foldername": "data",
-            "fingerprint": 515351918,
+            "fingerprint": 3839408675,
             "type": 0
           },
           {
@@ -12518,7 +12915,7 @@
             "type": 0
           }
         ],
-        "packageFingerprint": 3442354720,
+        "packageFingerprint": 3372206182,
         "gameVersion": [
           "1.14.4"
         ],
@@ -12531,11 +12928,11 @@
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "engineersdecor-1.14.4-1.0.20-b1.jar"
+        "FileNameOnDisk": "engineersdecor-1.14.4-1.0.20-b2.jar"
       },
-      "dateInstalled": "2020-02-06T18:38:06.3811562Z",
-      "dateUpdated": "2020-03-13T19:01:37.2390577Z",
-      "dateLastUpdateAttempted": "2020-03-13T19:01:37.2390577Z",
+      "dateInstalled": "2020-03-13T19:27:04.4890348Z",
+      "dateUpdated": "2020-03-25T20:27:46.6092995Z",
+      "dateLastUpdateAttempted": "2020-03-25T20:27:46.6092995Z",
       "status": 4,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -12549,7 +12946,7 @@
     },
     {
       "addonID": 254268,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2843872,
         "displayName": "torchmaster-2.0.0-rc2.jar",
@@ -12633,7 +13030,7 @@
     },
     {
       "addonID": 233105,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2843740,
         "displayName": "mcjtylib-1.14-3.5.17-alpha.jar",
@@ -12714,7 +13111,7 @@
     },
     {
       "addonID": 298275,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2797827,
         "displayName": "ClickMachine-1.14.4-2.1.2.jar",
@@ -12788,7 +13185,7 @@
     },
     {
       "addonID": 351748,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2829836,
         "displayName": "MiningGadgets-1.2.3",
@@ -12871,7 +13268,7 @@
     },
     {
       "addonID": 355649,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2879767,
         "displayName": "Torch Slab Mod 1.14.1 v1.5",
@@ -12944,7 +13341,7 @@
     },
     {
       "addonID": 74924,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2804948,
         "displayName": "Mantle-1.14.4-1.4.32.jar",
@@ -13017,16 +13414,16 @@
     },
     {
       "addonID": 317780,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2875588,
-        "displayName": "v1.5.5 for Minecraft 1.14.4",
-        "fileName": "XaerosWorldMap_1.5.5_Forge_1.14.4.jar",
-        "fileDate": "2020-02-05T19:32:30.367Z",
-        "fileLength": 254087,
+        "id": 2904476,
+        "displayName": "v1.5.6 for Minecraft 1.14.4",
+        "fileName": "XaerosWorldMap_1.5.6_Forge_1.14.4.jar",
+        "fileDate": "2020-03-18T10:59:05.22Z",
+        "fileLength": 255542,
         "releaseType": 1,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2875/588/XaerosWorldMap_1.5.5_Forge_1.14.4.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2904/476/XaerosWorldMap_1.5.6_Forge_1.14.4.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -13034,62 +13431,44 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 131078713,
-            "type": 3
+            "fingerprint": 1776945496,
+            "type": 0
           },
           {
             "foldername": "xaero",
-            "fingerprint": 2583268399,
-            "type": 3
+            "fingerprint": 4274558875,
+            "type": 0
           },
           {
             "foldername": "assets",
-            "fingerprint": 2317798576,
-            "type": 3
+            "fingerprint": 2920616082,
+            "type": 0
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 1528428195,
-            "type": 3
+            "type": 0
           }
         ],
-        "packageFingerprint": 2291577785,
+        "packageFingerprint": 3674510649,
         "gameVersion": [
           "1.14.4",
           "Forge"
         ],
-        "sortableGameVersion": [
-          {
-            "gameVersionPadded": "0000000001.0000000014.0000000004",
-            "gameVersion": "1.14.4",
-            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
-            "gameVersionName": "1.14.4"
-          },
-          {
-            "gameVersionPadded": "0",
-            "gameVersion": "",
-            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
-            "gameVersionName": "Forge"
-          }
-        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 6,
-        "restrictProjectFileAccess": 1,
-        "projectStatus": 4,
-        "renderCacheId": 1760817,
-        "projectId": 317780,
-        "packageFingerprintId": 405852936,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
-        "gameVersionMappingId": 2087595,
-        "gameVersionId": 7469,
-        "gameId": 432,
+        "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "XaerosWorldMap_1.5.5_Forge_1.14.4.jar"
+        "FileNameOnDisk": "XaerosWorldMap_1.5.6_Forge_1.14.4.jar"
       },
       "dateInstalled": "2020-02-06T18:38:06.3761544Z",
-      "dateUpdated": "2019-02-06T18:38:06.3761544Z",
-      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "dateUpdated": "2020-03-18T19:21:08.3999947Z",
+      "dateLastUpdateAttempted": "2020-03-18T19:21:08.3999947Z",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -13103,7 +13482,7 @@
     },
     {
       "addonID": 335051,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2853784,
         "displayName": "extlights-1.8.jar",
@@ -13181,7 +13560,7 @@
     },
     {
       "addonID": 353434,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2835748,
         "displayName": "BetterBurning-1.14.4-1.0.1.jar",
@@ -13244,16 +13623,16 @@
     },
     {
       "addonID": 243707,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2898089,
-        "displayName": "Corail Tombstone 4.2.4 for 1.14.4",
-        "fileName": "tombstone-4.2.4-1.14.4.jar",
-        "fileDate": "2020-03-10T15:57:46.553Z",
-        "fileLength": 1056754,
+        "id": 2912068,
+        "displayName": "Corail Tombstone 4.3.1 for 1.14.4",
+        "fileName": "tombstone-4.3.1-1.14.4.jar",
+        "fileDate": "2020-03-25T02:35:29.397Z",
+        "fileLength": 1080692,
         "releaseType": 1,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2898/89/tombstone-4.2.4-1.14.4.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2912/68/tombstone-4.3.1-1.14.4.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -13261,22 +13640,22 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 61667190,
+            "fingerprint": 2244869145,
             "type": 0
           },
           {
             "foldername": "ovh",
-            "fingerprint": 1065887579,
+            "fingerprint": 3230948737,
             "type": 0
           },
           {
             "foldername": "assets",
-            "fingerprint": 3621541422,
+            "fingerprint": 2499738149,
             "type": 0
           },
           {
             "foldername": "data",
-            "fingerprint": 4240353918,
+            "fingerprint": 876150991,
             "type": 0
           },
           {
@@ -13285,7 +13664,7 @@
             "type": 0
           }
         ],
-        "packageFingerprint": 2588070528,
+        "packageFingerprint": 2082157680,
         "gameVersion": [
           "1.14.4",
           "Forge"
@@ -13299,12 +13678,12 @@
         "gameVersionDateReleased": "2008-03-01T06:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "tombstone-4.2.4-1.14.4.jar"
+        "FileNameOnDisk": "tombstone-4.3.1-1.14.4.jar"
       },
       "dateInstalled": "2020-02-06T18:38:06.3701547Z",
-      "dateUpdated": "2020-03-10T18:58:30.2680342Z",
-      "dateLastUpdateAttempted": "2020-03-10T18:58:30.2680342Z",
-      "status": 5,
+      "dateUpdated": "2020-03-25T20:27:24.187645Z",
+      "dateLastUpdateAttempted": "2020-03-25T20:27:24.187645Z",
+      "status": 4,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -13317,7 +13696,7 @@
     },
     {
       "addonID": 223099,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2873758,
         "displayName": "bluepower-1.14.4-0.3.183-alpha-universal.jar",
@@ -13426,7 +13805,7 @@
     },
     {
       "addonID": 317792,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2789746,
         "displayName": "mightyarchitect-mc1.14.4_v0.5.jar",
@@ -13509,7 +13888,7 @@
     },
     {
       "addonID": 333389,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2790482,
         "displayName": "campfiretorches-1.14.4-1.0.3.jar",
@@ -13578,7 +13957,7 @@
     },
     {
       "addonID": 220318,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2846238,
         "displayName": "Biomes O' Plenty 1.14.4-9.0.0.262",
@@ -13672,7 +14051,7 @@
     },
     {
       "addonID": 250398,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2870561,
         "displayName": "Controlling-5.0.6",
@@ -13758,7 +14137,7 @@
     },
     {
       "addonID": 333396,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2880937,
         "displayName": "Angel Ring v1.1.0 [1.14.4]",
@@ -13838,7 +14217,7 @@
     },
     {
       "addonID": 356796,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2894850,
         "displayName": "invtweaks-1.14.4-1.0.2.jar",
@@ -13910,7 +14289,7 @@
     },
     {
       "addonID": 250419,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2898953,
         "displayName": "EnchantmentDescriptions-1.14.4-1.3.14.jar",
@@ -13928,22 +14307,22 @@
           {
             "foldername": "META-INF",
             "fingerprint": 2447341064,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "assets",
             "fingerprint": 2300494051,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "net",
             "fingerprint": 1783713721,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 2811233964,
-            "type": 0
+            "type": 3
           }
         ],
         "packageFingerprint": 2026690509,
@@ -13951,21 +14330,39 @@
           "1.14.4",
           "Forge"
         ],
+        "sortableGameVersion": [
+          {
+            "gameVersionPadded": "0000000001.0000000014.0000000004",
+            "gameVersion": "1.14.4",
+            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
+            "gameVersionName": "1.14.4"
+          },
+          {
+            "gameVersionPadded": "0",
+            "gameVersion": "",
+            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
+            "gameVersionName": "Forge"
+          }
+        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 0,
-        "restrictProjectFileAccess": 0,
-        "projectStatus": 0,
-        "projectId": 0,
+        "categorySectionPackageType": 6,
+        "restrictProjectFileAccess": 1,
+        "projectStatus": 4,
+        "renderCacheId": 1789471,
+        "projectId": 250419,
+        "packageFingerprintId": 421822169,
         "gameVersionDateReleased": "2008-03-01T06:00:00Z",
-        "gameId": 0,
+        "gameVersionMappingId": 2127358,
+        "gameVersionId": 4458,
+        "gameId": 432,
         "isServerPack": false,
         "FileNameOnDisk": "EnchantmentDescriptions-1.14.4-1.3.14.jar"
       },
-      "dateInstalled": "2019-10-26T17:17:44.6093419Z",
-      "dateUpdated": "2020-03-12T19:20:00.4496339Z",
-      "dateLastUpdateAttempted": "2020-03-12T19:20:00.4496339Z",
-      "status": 4,
+      "dateInstalled": "2020-03-13T19:27:04.4920262Z",
+      "dateUpdated": "2019-03-13T19:27:04.4920262Z",
+      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -13978,7 +14375,7 @@
     },
     {
       "addonID": 231484,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2864655,
         "displayName": "CookingForBlockheads_1.14.4-7.4.4.jar",
@@ -14092,7 +14489,7 @@
     },
     {
       "addonID": 347898,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2898714,
         "displayName": "easyelytrato_1.14-1.2.jar",
@@ -14110,17 +14507,17 @@
           {
             "foldername": "META-INF",
             "fingerprint": 2779594506,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "com",
             "fingerprint": 2724420759,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 2610806890,
-            "type": 0
+            "type": 3
           }
         ],
         "packageFingerprint": 2316414181,
@@ -14128,20 +14525,38 @@
           "1.14.4",
           "Forge"
         ],
+        "sortableGameVersion": [
+          {
+            "gameVersionPadded": "0000000001.0000000014.0000000004",
+            "gameVersion": "1.14.4",
+            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
+            "gameVersionName": "1.14.4"
+          },
+          {
+            "gameVersionPadded": "0",
+            "gameVersion": "",
+            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
+            "gameVersionName": "Forge"
+          }
+        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 0,
-        "restrictProjectFileAccess": 0,
-        "projectStatus": 0,
-        "projectId": 0,
+        "categorySectionPackageType": 6,
+        "restrictProjectFileAccess": 1,
+        "projectStatus": 4,
+        "renderCacheId": 1789172,
+        "projectId": 347898,
+        "packageFingerprintId": 421685478,
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
-        "gameId": 0,
+        "gameVersionMappingId": 2126934,
+        "gameVersionId": 7469,
+        "gameId": 432,
         "isServerPack": false,
         "FileNameOnDisk": "easyelytrato_1.14-1.2.jar"
       },
-      "dateInstalled": "2019-10-14T20:47:58.3819975Z",
-      "dateUpdated": "2020-03-11T19:12:59.0435998Z",
-      "dateLastUpdateAttempted": "2020-03-11T19:12:59.0435998Z",
+      "dateInstalled": "2020-03-13T19:27:04.4910301Z",
+      "dateUpdated": "2019-03-13T19:27:04.4910301Z",
+      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -14155,7 +14570,7 @@
     },
     {
       "addonID": 239286,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2863679,
         "displayName": "Cyclic-1.14.4-0.1.3.jar",
@@ -14281,7 +14696,7 @@
     },
     {
       "addonID": 244858,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2887771,
         "displayName": "multibeds-1.14-1.5.2.jar",
@@ -14365,7 +14780,7 @@
     },
     {
       "addonID": 264353,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2753874,
         "displayName": "swingthroughgrass-1.14.4-1.3.2.jar",
@@ -14433,7 +14848,7 @@
     },
     {
       "addonID": 280510,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2827768,
         "displayName": "AttributeFix-1.14.4-3.0.3.jar",
@@ -14495,7 +14910,7 @@
     },
     {
       "addonID": 238747,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2738932,
         "displayName": "1.12.1",
@@ -14588,7 +15003,7 @@
     },
     {
       "addonID": 345135,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2863732,
         "displayName": "[Forge v1.14.4] Ma Essentials v1.2.11",
@@ -14684,7 +15099,7 @@
     },
     {
       "addonID": 292226,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2859547,
         "displayName": "mysticalwildlife-1.14.4-1.3.4.jar",
@@ -14762,7 +15177,7 @@
     },
     {
       "addonID": 288885,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2813916,
         "displayName": "FastWorkbench-1.14.4-2.1.4.jar",
@@ -14843,7 +15258,7 @@
     },
     {
       "addonID": 332890,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2846036,
         "displayName": "RingOfAttraction-1.14.4-1.0.20.jar",
@@ -14941,16 +15356,16 @@
     },
     {
       "addonID": 296686,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2896972,
-        "displayName": "rsgauges-1.14.4-1.2.2-b1.jar",
-        "fileName": "rsgauges-1.14.4-1.2.2-b1.jar",
-        "fileDate": "2020-03-08T18:14:57.35Z",
-        "fileLength": 858792,
+        "id": 2904765,
+        "displayName": "rsgauges-1.14.4-1.2.2-b2.jar",
+        "fileName": "rsgauges-1.14.4-1.2.2-b2.jar",
+        "fileDate": "2020-03-18T19:12:50.38Z",
+        "fileLength": 862011,
         "releaseType": 2,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2896/972/rsgauges-1.14.4-1.2.2-b1.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2904/765/rsgauges-1.14.4-1.2.2-b2.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -14958,27 +15373,27 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 2528540525,
+            "fingerprint": 1576979221,
             "type": 0
           },
           {
             "foldername": "wile",
-            "fingerprint": 2149101145,
+            "fingerprint": 112078073,
             "type": 0
           },
           {
             "foldername": ".gitversion-rsgauges",
-            "fingerprint": 155217253,
+            "fingerprint": 4186129460,
             "type": 0
           },
           {
             "foldername": "assets",
-            "fingerprint": 445202665,
+            "fingerprint": 1562957257,
             "type": 0
           },
           {
             "foldername": "data",
-            "fingerprint": 3566115965,
+            "fingerprint": 579715462,
             "type": 0
           },
           {
@@ -14992,7 +15407,7 @@
             "type": 0
           }
         ],
-        "packageFingerprint": 2553494658,
+        "packageFingerprint": 1592628083,
         "gameVersion": [
           "1.14.4"
         ],
@@ -15005,11 +15420,11 @@
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "rsgauges-1.14.4-1.2.2-b1.jar"
+        "FileNameOnDisk": "rsgauges-1.14.4-1.2.2-b2.jar"
       },
       "dateInstalled": "2020-02-06T18:38:06.3861686Z",
-      "dateUpdated": "2020-03-09T19:12:13.5683145Z",
-      "dateLastUpdateAttempted": "2020-03-09T19:12:13.5683145Z",
+      "dateUpdated": "2020-03-19T12:12:15.8427273Z",
+      "dateLastUpdateAttempted": "2020-03-19T12:12:15.8427273Z",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -15023,7 +15438,7 @@
     },
     {
       "addonID": 248787,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2832298,
         "displayName": "AppleSkin-mc1.14.4-forge-1.0.13.jar",
@@ -15035,34 +15450,123 @@
         "downloadUrl": "https://edge.forgecdn.net/files/2832/298/AppleSkin-mc1.14.4-forge-1.0.13.jar",
         "isAlternate": false,
         "alternateFileId": 0,
-        "dependencies": [],
+        "dependencies": [],
+        "isAvailable": true,
+        "modules": [
+          {
+            "foldername": "META-INF",
+            "fingerprint": 1997441325,
+            "type": 0
+          },
+          {
+            "foldername": "squeek",
+            "fingerprint": 4199732605,
+            "type": 0
+          },
+          {
+            "foldername": "assets",
+            "fingerprint": 3447702788,
+            "type": 0
+          },
+          {
+            "foldername": "pack.mcmeta",
+            "fingerprint": 3821869378,
+            "type": 0
+          }
+        ],
+        "packageFingerprint": 2558389114,
+        "gameVersion": [
+          "1.14.4",
+          "Forge"
+        ],
+        "hasInstallScript": false,
+        "isCompatibleWithClient": false,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
+        "gameVersionDateReleased": "2019-07-19T00:00:00Z",
+        "gameId": 0,
+        "isServerPack": false,
+        "FileNameOnDisk": "AppleSkin-mc1.14.4-forge-1.0.13.jar"
+      },
+      "dateInstalled": "2019-11-18T20:14:52.7860593Z",
+      "dateUpdated": "2019-11-25T18:10:21.1917441Z",
+      "dateLastUpdateAttempted": "2019-11-25T18:10:21.1917441Z",
+      "status": 5,
+      "preferenceAutoInstallUpdates": false,
+      "preferenceAlternateFile": false,
+      "preferenceIsIgnored": false,
+      "isModified": false,
+      "isWorkingCopy": false,
+      "isFuzzyMatch": false,
+      "preferenceReleaseType": null,
+      "manifestName": null,
+      "installedTargets": null
+    },
+    {
+      "addonID": 363535,
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
+      "installedFile": {
+        "id": 2905758,
+        "displayName": "enderchests-1.14-1.5.1.jar",
+        "fileName": "enderchests-1.14-1.5.1.jar",
+        "fileDate": "2020-03-19T22:56:18.037Z",
+        "fileLength": 213697,
+        "releaseType": 1,
+        "fileStatus": 4,
+        "downloadUrl": "https://edge.forgecdn.net/files/2905/758/enderchests-1.14-1.5.1.jar",
+        "isAlternate": false,
+        "alternateFileId": 0,
+        "dependencies": [
+          {
+            "id": 0,
+            "addonId": 71738,
+            "type": 3,
+            "fileId": 0
+          }
+        ],
         "isAvailable": true,
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 1997441325,
+            "fingerprint": 3457009438,
             "type": 0
           },
           {
-            "foldername": "squeek",
-            "fingerprint": 4199732605,
+            "foldername": "invtweaks",
+            "fingerprint": 3378981476,
+            "type": 0
+          },
+          {
+            "foldername": "shetiphian",
+            "fingerprint": 459366505,
             "type": 0
           },
           {
             "foldername": "assets",
-            "fingerprint": 3447702788,
+            "fingerprint": 3464685344,
+            "type": 0
+          },
+          {
+            "foldername": "data",
+            "fingerprint": 1203698721,
+            "type": 0
+          },
+          {
+            "foldername": "enderchests.png",
+            "fingerprint": 2418553517,
             "type": 0
           },
           {
             "foldername": "pack.mcmeta",
-            "fingerprint": 3821869378,
+            "fingerprint": 927351602,
             "type": 0
           }
         ],
-        "packageFingerprint": 2558389114,
+        "packageFingerprint": 313613540,
         "gameVersion": [
-          "1.14.4",
-          "Forge"
+          "1.14.4"
         ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
@@ -15073,11 +15577,11 @@
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "AppleSkin-mc1.14.4-forge-1.0.13.jar"
+        "FileNameOnDisk": "enderchests-1.14-1.5.1.jar"
       },
-      "dateInstalled": "2019-11-18T20:14:52.7860593Z",
-      "dateUpdated": "2019-11-25T18:10:21.1917441Z",
-      "dateLastUpdateAttempted": "2019-11-25T18:10:21.1917441Z",
+      "dateInstalled": "2020-03-23T19:03:14.7574352Z",
+      "dateUpdated": "2020-03-23T19:03:14.76039Z",
+      "dateLastUpdateAttempted": "2020-03-23T19:03:14.76039Z",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -15091,7 +15595,7 @@
     },
     {
       "addonID": 313970,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2821146,
         "displayName": "Apotheosis-1.14.4-2.4.4.jar",
@@ -15204,7 +15708,7 @@
     },
     {
       "addonID": 309516,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2898304,
         "displayName": "Bountiful-3.0.0-1.14.4.jar",
@@ -15218,10 +15722,10 @@
         "alternateFileId": 0,
         "dependencies": [
           {
-            "id": 0,
+            "id": 37909458,
             "addonId": 314581,
             "type": 3,
-            "fileId": 0
+            "fileId": 2898304
           }
         ],
         "isAvailable": true,
@@ -15229,27 +15733,27 @@
           {
             "foldername": "META-INF",
             "fingerprint": 331763303,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "ejektaflex",
             "fingerprint": 739234722,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "assets",
             "fingerprint": 905508954,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "data",
             "fingerprint": 4200235341,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 4253522632,
-            "type": 0
+            "type": 3
           }
         ],
         "packageFingerprint": 3366020154,
@@ -15257,21 +15761,39 @@
           "1.14.4",
           "Forge"
         ],
+        "sortableGameVersion": [
+          {
+            "gameVersionPadded": "0000000001.0000000014.0000000004",
+            "gameVersion": "1.14.4",
+            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
+            "gameVersionName": "1.14.4"
+          },
+          {
+            "gameVersionPadded": "0",
+            "gameVersion": "",
+            "gameVersionReleaseDate": "2019-08-01T00:00:00Z",
+            "gameVersionName": "Forge"
+          }
+        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 0,
-        "restrictProjectFileAccess": 0,
-        "projectStatus": 0,
-        "projectId": 0,
+        "categorySectionPackageType": 6,
+        "restrictProjectFileAccess": 1,
+        "projectStatus": 4,
+        "renderCacheId": 1788700,
+        "projectId": 309516,
+        "packageFingerprintId": 421449933,
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
-        "gameId": 0,
+        "gameVersionMappingId": 2126316,
+        "gameVersionId": 7469,
+        "gameId": 432,
         "isServerPack": false,
         "FileNameOnDisk": "bountiful-3.0.0.jar"
       },
-      "dateInstalled": "2020-03-12T19:21:12.6746878Z",
-      "dateUpdated": "2020-03-12T19:21:12.6767086Z",
-      "dateLastUpdateAttempted": "2020-03-12T19:21:12.6767086Z",
-      "status": 4,
+      "dateInstalled": "2020-03-13T19:27:04.4910301Z",
+      "dateUpdated": "2019-03-13T19:27:04.4910301Z",
+      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -15284,7 +15806,7 @@
     },
     {
       "addonID": 238222,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2847274,
         "displayName": "jei-1.14.4-6.0.0.27.jar",
@@ -15363,7 +15885,7 @@
     },
     {
       "addonID": 228756,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2783917,
         "displayName": "ironchest-1.14.4-9.1.5.jar",
@@ -15436,7 +15958,7 @@
     },
     {
       "addonID": 347954,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2860083,
         "displayName": "Lollipop-1.14.4-0.0.23.jar",
@@ -15503,7 +16025,7 @@
     },
     {
       "addonID": 345729,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2820037,
         "displayName": "DangerousStoneCutter-1.14.4-1.2.0",
@@ -15589,7 +16111,7 @@
     },
     {
       "addonID": 267769,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2838890,
         "displayName": "traverse-1.14.4-2.0.3.jar",
@@ -15669,7 +16191,7 @@
     },
     {
       "addonID": 308989,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2878656,
         "displayName": "caelus-FORGE-1.14.4-1.0.1.2.jar",
@@ -15772,7 +16294,7 @@
     },
     {
       "addonID": 337396,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2898097,
         "displayName": "Version 1.2.6 for Minecraft 1.14.4",
@@ -15894,7 +16416,7 @@
     },
     {
       "addonID": 326258,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2875004,
         "displayName": "SilentMechanisms-1.14.4-0.6.13+49.jar",
@@ -15990,7 +16512,7 @@
     },
     {
       "addonID": 332943,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2751418,
         "displayName": "voyage-1.0.0.jar",
@@ -16074,9 +16596,80 @@
       "manifestName": null,
       "installedTargets": null
     },
+    {
+      "addonID": 237701,
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
+      "installedFile": {
+        "id": 2859264,
+        "displayName": "ReAuth-3.8.0",
+        "fileName": "ReAuth-1.14-3.8.0.jar",
+        "fileDate": "2020-01-12T21:55:34.137Z",
+        "fileLength": 25794,
+        "releaseType": 1,
+        "fileStatus": 4,
+        "downloadUrl": "https://edge.forgecdn.net/files/2859/264/ReAuth-1.14-3.8.0.jar",
+        "isAlternate": false,
+        "alternateFileId": 0,
+        "dependencies": [],
+        "isAvailable": true,
+        "modules": [
+          {
+            "foldername": "META-INF",
+            "fingerprint": 1815499900,
+            "type": 0
+          },
+          {
+            "foldername": "technicianlp",
+            "fingerprint": 2848650851,
+            "type": 0
+          },
+          {
+            "foldername": "assets",
+            "fingerprint": 991238703,
+            "type": 0
+          },
+          {
+            "foldername": "pack.mcmeta",
+            "fingerprint": 1864659022,
+            "type": 0
+          }
+        ],
+        "packageFingerprint": 1533496692,
+        "gameVersion": [
+          "1.14.4",
+          "1.15",
+          "Forge",
+          "1.15.2",
+          "1.15.1"
+        ],
+        "hasInstallScript": false,
+        "isCompatibleWithClient": false,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
+        "gameVersionDateReleased": "2008-03-01T06:00:00Z",
+        "gameId": 0,
+        "isServerPack": false,
+        "FileNameOnDisk": "ReAuth-1.14-3.8.0.jar"
+      },
+      "dateInstalled": "2020-03-26T18:50:48.5146668Z",
+      "dateUpdated": "2020-03-26T18:50:48.516622Z",
+      "dateLastUpdateAttempted": "2020-03-26T18:50:48.516622Z",
+      "status": 4,
+      "preferenceAutoInstallUpdates": false,
+      "preferenceAlternateFile": false,
+      "preferenceIsIgnored": false,
+      "isModified": false,
+      "isWorkingCopy": false,
+      "isFuzzyMatch": false,
+      "preferenceReleaseType": null,
+      "manifestName": null,
+      "installedTargets": []
+    },
     {
       "addonID": 232131,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2850753,
         "displayName": "DefaultOptions_1.14.4-10.2.7.jar",
@@ -16150,7 +16743,7 @@
     },
     {
       "addonID": 306770,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2879671,
         "displayName": "Patchouli-1.14.4-1.1-26.jar",
@@ -16218,7 +16811,7 @@
     },
     {
       "addonID": 245506,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2884159,
         "displayName": "minecolonies-0.10.715-RELEASE-universal.jar",
@@ -16297,7 +16890,7 @@
     },
     {
       "addonID": 284497,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2819308,
         "displayName": "IronJetpacks-1.14.4-2.0.3.jar",
@@ -16388,7 +16981,7 @@
     },
     {
       "addonID": 325158,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2758173,
         "displayName": "Practical Tools v1.14.4-1.4",
@@ -16472,7 +17065,7 @@
     },
     {
       "addonID": 285612,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2870027,
         "displayName": "RandomPatches 1.14.4-1.21.0.0",
@@ -16568,7 +17161,7 @@
     },
     {
       "addonID": 60028,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2869011,
         "displayName": "Aquaculture-1.14.4-2.0.7.jar",
@@ -16659,7 +17252,7 @@
     },
     {
       "addonID": 299540,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2795483,
         "displayName": "FastFurnace-1.14.4-2.2.4.jar",
@@ -16728,7 +17321,7 @@
     },
     {
       "addonID": 314581,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2838583,
         "displayName": "Kottle-1.4.0.jar",
@@ -16746,48 +17339,60 @@
           {
             "foldername": "META-INF",
             "fingerprint": 2927981646,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "net",
             "fingerprint": 2224857984,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "kotlin",
             "fingerprint": 2156919650,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "kotlinx",
             "fingerprint": 1343170438,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "org",
             "fingerprint": 2486080166,
-            "type": 0
+            "type": 3
           }
         ],
         "packageFingerprint": 849075615,
         "gameVersion": [
           "1.14.4"
         ],
+        "sortableGameVersion": [
+          {
+            "gameVersionPadded": "0000000001.0000000014.0000000004",
+            "gameVersion": "1.14.4",
+            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
+            "gameVersionName": "1.14.4"
+          }
+        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 0,
-        "restrictProjectFileAccess": 0,
-        "projectStatus": 0,
-        "projectId": 0,
+        "categorySectionPackageType": 6,
+        "restrictProjectFileAccess": 1,
+        "projectStatus": 4,
+        "renderCacheId": 1716472,
+        "projectId": 314581,
+        "packageFingerprintId": 385505364,
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
-        "gameId": 0,
+        "gameVersionMappingId": 2023437,
+        "gameVersionId": 7469,
+        "gameId": 432,
         "isServerPack": false,
         "FileNameOnDisk": "Kottle-1.4.0.jar"
       },
-      "dateInstalled": "2020-03-12T19:21:09.2277327Z",
-      "dateUpdated": "2020-03-12T19:21:09.2327189Z",
-      "dateLastUpdateAttempted": "2020-03-12T19:21:09.2327189Z",
-      "status": 4,
+      "dateInstalled": "2020-03-13T19:27:04.4920262Z",
+      "dateUpdated": "2019-03-13T19:27:04.4920262Z",
+      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -16800,7 +17405,7 @@
     },
     {
       "addonID": 293973,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2754674,
         "displayName": "EquipmentTooltips-1.14.4-1.3.2+10.jar",
@@ -16873,7 +17478,7 @@
     },
     {
       "addonID": 71738,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2887757,
         "displayName": "shetiphiancore-1.14-3.6.1.jar",
@@ -16955,7 +17560,7 @@
     },
     {
       "addonID": 351914,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2873112,
         "displayName": "mgui-1.14.4-1.2.0.jar",
@@ -17036,7 +17641,7 @@
     },
     {
       "addonID": 280620,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2830477,
         "displayName": "watercan-1.14.4-2.1.0.jar",
@@ -17109,7 +17714,7 @@
     },
     {
       "addonID": 336879,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2767442,
         "displayName": "turf-1.14.4-1.0.0.jar",
@@ -17200,7 +17805,7 @@
     },
     {
       "addonID": 278398,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2821521,
         "displayName": "packmode-1.14.4-2.0.0.jar",
@@ -17286,7 +17891,7 @@
     },
     {
       "addonID": 334098,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2807035,
         "displayName": "LetSleepingDogsLie-1.14.4-1.1.0.jar",
@@ -17372,7 +17977,7 @@
     },
     {
       "addonID": 268373,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2853108,
         "displayName": "Simply Tea! 2.0.4 for 1.14.4",
@@ -17449,7 +18054,7 @@
     },
     {
       "addonID": 242195,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2893116,
         "displayName": "DarkUtilities-1.14.4-2.0.13.jar",
@@ -17529,7 +18134,7 @@
     },
     {
       "addonID": 348584,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2817825,
         "displayName": "autorun-1.14.4-1.0.5.jar",
@@ -17597,16 +18202,16 @@
     },
     {
       "addonID": 253338,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2891482,
-        "displayName": "StevesFactoryManager-1.14.4-3.0.0-alpha26.jar",
-        "fileName": "StevesFactoryManager-1.14.4-3.0.0-alpha26.jar",
-        "fileDate": "2020-02-28T19:46:17.567Z",
-        "fileLength": 707673,
+        "id": 2909298,
+        "displayName": "StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar",
+        "fileName": "StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar",
+        "fileDate": "2020-03-23T01:46:33.69Z",
+        "fileLength": 707069,
         "releaseType": 3,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2891/482/StevesFactoryManager-1.14.4-3.0.0-alpha26.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2909/298/StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -17614,12 +18219,12 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 2744684115,
+            "fingerprint": 3785930249,
             "type": 0
           },
           {
             "foldername": "vswe",
-            "fingerprint": 3991223334,
+            "fingerprint": 3582294845,
             "type": 0
           },
           {
@@ -17638,7 +18243,7 @@
             "type": 0
           }
         ],
-        "packageFingerprint": 3595973825,
+        "packageFingerprint": 4042731869,
         "gameVersion": [
           "1.14.4",
           "Forge"
@@ -17652,11 +18257,11 @@
         "gameVersionDateReleased": "2008-03-01T06:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "StevesFactoryManager-1.14.4-3.0.0-alpha26.jar"
+        "FileNameOnDisk": "StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar"
       },
       "dateInstalled": "2020-01-11T19:18:56.392377Z",
-      "dateUpdated": "2020-02-29T19:31:31.6057583Z",
-      "dateLastUpdateAttempted": "2020-02-29T19:31:31.6057583Z",
+      "dateUpdated": "2020-03-23T19:06:01.4323115Z",
+      "dateLastUpdateAttempted": "2020-03-23T19:06:01.4323115Z",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
@@ -17670,7 +18275,7 @@
     },
     {
       "addonID": 342466,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2852207,
         "displayName": "rftoolsutility-1.14-1.2.14-alpha.jar",
@@ -17756,7 +18361,7 @@
     },
     {
       "addonID": 291788,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2798122,
         "displayName": "ServerTabInfo-1.14.4-1.2.6.jar",
@@ -17842,7 +18447,7 @@
     },
     {
       "addonID": 345819,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2802971,
         "displayName": "cndtpd_1.14-1.0.jar",
@@ -17923,7 +18528,7 @@
     },
     {
       "addonID": 353617,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2876624,
         "displayName": "UpgradeModifiers-1.14.4-1.0.3.jar",
@@ -17998,7 +18603,7 @@
     },
     {
       "addonID": 271740,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2775591,
         "displayName": "ToastControl-1.14.4-2.2.0.jar",
@@ -18072,7 +18677,7 @@
     },
     {
       "addonID": 272302,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2829733,
         "displayName": "Refined Storage Addons 0.5",
@@ -18152,7 +18757,7 @@
     },
     {
       "addonID": 287342,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2843374,
         "displayName": "titanium-1.14.4-2.2.10.jar",
@@ -18240,7 +18845,7 @@
     },
     {
       "addonID": 248353,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2830083,
         "displayName": "EverlastingAbilities-1.14.4-1.6.0.jar",
@@ -18325,7 +18930,7 @@
     },
     {
       "addonID": 232758,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2831234,
         "displayName": "CyclopsCore-1.14.4-1.6.1.jar",
@@ -18408,7 +19013,7 @@
     },
     {
       "addonID": 60089,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2849218,
         "displayName": "[1.14.4] Mouse Tweaks 2.13",
@@ -18476,7 +19081,7 @@
     },
     {
       "addonID": 336919,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2829785,
         "displayName": "cursedearth-1.4a.jar",
@@ -18548,7 +19153,7 @@
     },
     {
       "addonID": 278993,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2859613,
         "displayName": "BonsaiTrees-2.0.2.35.jar",
@@ -18628,7 +19233,7 @@
     },
     {
       "addonID": 284007,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2843012,
         "displayName": "Inspirations 1.0.2 for 1.14.4",
@@ -18713,7 +19318,7 @@
     },
     {
       "addonID": 223852,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2887649,
         "displayName": "StorageDrawers-1.14.4-6.0.6.jar",
@@ -18786,7 +19391,7 @@
     },
     {
       "addonID": 316873,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2880119,
         "displayName": "curioofundying-FORGE-1.14.4-2.0.1.jar",
@@ -18881,7 +19486,7 @@
     },
     {
       "addonID": 313536,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2895881,
         "displayName": "Bountiful Baubles-1.14.4-0.0.3.jar",
@@ -18966,7 +19571,7 @@
     },
     {
       "addonID": 318551,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2884726,
         "displayName": "craftingstation-2.1.6.jar",
@@ -19038,7 +19643,7 @@
     },
     {
       "addonID": 316881,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2885270,
         "displayName": "curiousshulkerboxes-FORGE-1.14.4-1.0.0.2.jar",
@@ -19144,7 +19749,7 @@
     },
     {
       "addonID": 250603,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2815211,
         "displayName": "World-Stripper-1.7.2-1.14.4.jar",
@@ -19230,16 +19835,16 @@
     },
     {
       "addonID": 263420,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2899518,
-        "displayName": "v20.5.1 for Minecraft 1.14.4",
-        "fileName": "Xaeros_Minimap_20.5.1_Forge_1.14.4.jar",
-        "fileDate": "2020-03-12T19:03:51.103Z",
-        "fileLength": 510325,
+        "id": 2904484,
+        "displayName": "v20.5.2 for Minecraft 1.14.4",
+        "fileName": "Xaeros_Minimap_20.5.2_Forge_1.14.4.jar",
+        "fileDate": "2020-03-18T11:03:17.373Z",
+        "fileLength": 510426,
         "releaseType": 1,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2899/518/Xaeros_Minimap_20.5.1_Forge_1.14.4.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2904/484/Xaeros_Minimap_20.5.2_Forge_1.14.4.jar",
         "isAlternate": false,
         "alternateFileId": 0,
         "dependencies": [],
@@ -19247,12 +19852,12 @@
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 1947842738,
+            "fingerprint": 686010386,
             "type": 0
           },
           {
             "foldername": "xaero",
-            "fingerprint": 2419132724,
+            "fingerprint": 1217857246,
             "type": 0
           },
           {
@@ -19266,7 +19871,7 @@
             "type": 0
           }
         ],
-        "packageFingerprint": 2059961559,
+        "packageFingerprint": 2418547151,
         "gameVersion": [
           "1.14.4",
           "Forge"
@@ -19280,12 +19885,12 @@
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "Xaeros_Minimap_20.5.1_Forge_1.14.4.jar"
+        "FileNameOnDisk": "Xaeros_Minimap_20.5.2_Forge_1.14.4.jar"
       },
-      "dateInstalled": "2020-02-06T18:38:06.3961547Z",
-      "dateUpdated": "2020-03-13T19:01:53.5439559Z",
-      "dateLastUpdateAttempted": "2020-03-13T19:01:53.5439559Z",
-      "status": 4,
+      "dateInstalled": "2020-03-13T19:27:04.4930238Z",
+      "dateUpdated": "2020-03-18T19:19:53.0328125Z",
+      "dateLastUpdateAttempted": "2020-03-18T19:19:53.0328125Z",
+      "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -19298,7 +19903,7 @@
     },
     {
       "addonID": 233342,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2857646,
         "displayName": "fairylights-2.1.15-1.14.4",
@@ -19376,7 +19981,7 @@
     },
     {
       "addonID": 272335,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2842421,
         "displayName": "Cucumber-1.14.4-2.0.6.jar",
@@ -19443,7 +20048,7 @@
     },
     {
       "addonID": 357557,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2865847,
         "displayName": "libnonymous-1.14.4-1.0.4.25.jar",
@@ -19529,7 +20134,7 @@
     },
     {
       "addonID": 331936,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2895685,
         "displayName": "citadel-1.0.4-1.14.4",
@@ -19547,48 +20152,60 @@
           {
             "foldername": "META-INF",
             "fingerprint": 38152604,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "com",
             "fingerprint": 3612631526,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "assets",
             "fingerprint": 2632863551,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "citadel.png",
             "fingerprint": 1603167710,
-            "type": 0
+            "type": 3
           },
           {
             "foldername": "pack.mcmeta",
             "fingerprint": 4253522632,
-            "type": 0
+            "type": 3
           }
         ],
         "packageFingerprint": 2192800855,
         "gameVersion": [
           "1.14.4"
         ],
+        "sortableGameVersion": [
+          {
+            "gameVersionPadded": "0000000001.0000000014.0000000004",
+            "gameVersion": "1.14.4",
+            "gameVersionReleaseDate": "2019-07-19T00:00:00Z",
+            "gameVersionName": "1.14.4"
+          }
+        ],
         "hasInstallScript": false,
         "isCompatibleWithClient": false,
-        "categorySectionPackageType": 0,
-        "restrictProjectFileAccess": 0,
-        "projectStatus": 0,
-        "projectId": 0,
+        "categorySectionPackageType": 6,
+        "restrictProjectFileAccess": 1,
+        "projectStatus": 4,
+        "renderCacheId": 1785461,
+        "projectId": 331936,
+        "packageFingerprintId": 419835514,
         "gameVersionDateReleased": "2019-07-19T00:00:00Z",
-        "gameId": 0,
+        "gameVersionMappingId": 2121812,
+        "gameVersionId": 7469,
+        "gameId": 432,
         "isServerPack": false,
         "FileNameOnDisk": "citadel-1.0.4-1.14.4.jar"
       },
-      "dateInstalled": "2020-03-12T19:21:33.256604Z",
-      "dateUpdated": "2020-03-12T19:21:33.258599Z",
-      "dateLastUpdateAttempted": "2020-03-12T19:21:33.258599Z",
-      "status": 4,
+      "dateInstalled": "2020-03-13T19:27:04.4930238Z",
+      "dateUpdated": "2019-03-13T19:27:04.4930238Z",
+      "dateLastUpdateAttempted": "0001-01-01T00:00:00",
+      "status": 5,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -19601,29 +20218,29 @@
     },
     {
       "addonID": 318012,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
-        "id": 2896778,
-        "displayName": "DefaultSettings-1.14.x-2.1.4",
-        "fileName": "DefaultSettings-1.14.x-2.1.4.jar",
-        "fileDate": "2020-03-08T11:24:22.807Z",
-        "fileLength": 581229,
+        "id": 2910818,
+        "displayName": "DefaultSettings-1.14.x-2.1.9",
+        "fileName": "DefaultSettings-1.14.x-2.1.9.jar",
+        "fileDate": "2020-03-23T19:06:02.983Z",
+        "fileLength": 587793,
         "releaseType": 1,
         "fileStatus": 4,
-        "downloadUrl": "https://edge.forgecdn.net/files/2896/778/DefaultSettings-1.14.x-2.1.4.jar",
+        "downloadUrl": "https://edge.forgecdn.net/files/2910/818/DefaultSettings-1.14.x-2.1.9.jar",
         "isAlternate": false,
-        "alternateFileId": 2896779,
+        "alternateFileId": 2910819,
         "dependencies": [],
         "isAvailable": true,
         "modules": [
           {
             "foldername": "META-INF",
-            "fingerprint": 86921294,
+            "fingerprint": 1877374770,
             "type": 0
           },
           {
             "foldername": "de",
-            "fingerprint": 2131246876,
+            "fingerprint": 1936113141,
             "type": 0
           },
           {
@@ -19642,7 +20259,7 @@
             "type": 0
           }
         ],
-        "packageFingerprint": 1761047165,
+        "packageFingerprint": 1420478468,
         "gameVersion": [
           "1.14.4",
           "1.14.3",
@@ -19657,12 +20274,12 @@
         "gameVersionDateReleased": "2008-03-01T06:00:00Z",
         "gameId": 0,
         "isServerPack": false,
-        "FileNameOnDisk": "DefaultSettings-1.14.x-2.1.4.jar"
+        "FileNameOnDisk": "DefaultSettings-1.14.x-2.1.9.jar"
       },
       "dateInstalled": "2020-02-06T18:38:06.3991536Z",
-      "dateUpdated": "2020-03-09T19:12:06.8299663Z",
-      "dateLastUpdateAttempted": "2020-03-09T19:12:06.8299663Z",
-      "status": 5,
+      "dateUpdated": "2020-03-25T20:27:41.7781247Z",
+      "dateLastUpdateAttempted": "2020-03-25T20:27:41.7781247Z",
+      "status": 4,
       "preferenceAutoInstallUpdates": false,
       "preferenceAlternateFile": false,
       "preferenceIsIgnored": false,
@@ -19675,7 +20292,7 @@
     },
     {
       "addonID": 235577,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2850758,
         "displayName": "TrashSlot_1.14.4-10.4.8.jar",
@@ -19754,7 +20371,7 @@
     },
     {
       "addonID": 351990,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2829431,
         "displayName": "gardentools-1.14.4-1.0.0.jar",
@@ -19827,7 +20444,7 @@
     },
     {
       "addonID": 349206,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2826428,
         "displayName": "seals-1.14.4-1.0.2.jar",
@@ -19894,7 +20511,7 @@
     },
     {
       "addonID": 252848,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2893528,
         "displayName": "NaturesCompass-1.14.4-1.8.5.jar",
@@ -19972,7 +20589,7 @@
     },
     {
       "addonID": 226670,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2755614,
         "displayName": "LLOverlayReloaded-1.2.4-mc1.14.4.jar",
@@ -20044,7 +20661,7 @@
     },
     {
       "addonID": 238372,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2755569,
         "displayName": "Neat 1.5-19.jar",
@@ -20110,9 +20727,93 @@
       "manifestName": null,
       "installedTargets": null
     },
+    {
+      "addonID": 323596,
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
+      "installedFile": {
+        "id": 2897071,
+        "displayName": "rats-4.0.2-1.14.4",
+        "fileName": "rats-4.0.2-1.14.4.jar",
+        "fileDate": "2020-03-08T20:36:06.59Z",
+        "fileLength": 4859257,
+        "releaseType": 1,
+        "fileStatus": 4,
+        "downloadUrl": "https://edge.forgecdn.net/files/2897/71/rats-4.0.2-1.14.4.jar",
+        "isAlternate": false,
+        "alternateFileId": 0,
+        "dependencies": [
+          {
+            "id": 0,
+            "addonId": 331936,
+            "type": 3,
+            "fileId": 0
+          }
+        ],
+        "isAvailable": true,
+        "modules": [
+          {
+            "foldername": "META-INF",
+            "fingerprint": 3884899401,
+            "type": 0
+          },
+          {
+            "foldername": "com",
+            "fingerprint": 3894551820,
+            "type": 0
+          },
+          {
+            "foldername": "assets",
+            "fingerprint": 2652702127,
+            "type": 0
+          },
+          {
+            "foldername": "data",
+            "fingerprint": 2773965521,
+            "type": 0
+          },
+          {
+            "foldername": "pack.mcmeta",
+            "fingerprint": 4253522632,
+            "type": 0
+          },
+          {
+            "foldername": "rats_logo.png",
+            "fingerprint": 681856709,
+            "type": 0
+          }
+        ],
+        "packageFingerprint": 3900841931,
+        "gameVersion": [
+          "1.14.4"
+        ],
+        "hasInstallScript": false,
+        "isCompatibleWithClient": false,
+        "categorySectionPackageType": 0,
+        "restrictProjectFileAccess": 0,
+        "projectStatus": 0,
+        "projectId": 0,
+        "gameVersionDateReleased": "2019-07-19T00:00:00Z",
+        "gameId": 0,
+        "isServerPack": false,
+        "FileNameOnDisk": "rats-4.0.2-1.14.4.jar"
+      },
+      "dateInstalled": "2020-03-23T19:02:35.8233568Z",
+      "dateUpdated": "2020-03-23T19:02:35.8283428Z",
+      "dateLastUpdateAttempted": "2020-03-23T19:02:35.8283428Z",
+      "status": 5,
+      "preferenceAutoInstallUpdates": false,
+      "preferenceAlternateFile": false,
+      "preferenceIsIgnored": false,
+      "isModified": false,
+      "isWorkingCopy": false,
+      "isFuzzyMatch": false,
+      "preferenceReleaseType": null,
+      "manifestName": null,
+      "installedTargets": null
+    },
     {
       "addonID": 282940,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2875368,
         "displayName": "mysticalworld-1.14.4-1.7.2.jar",
@@ -20221,7 +20922,7 @@
     },
     {
       "addonID": 326950,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2829677,
         "displayName": " 1.14.4-1.0.3 (Forge 1.14.2-1.14.4)",
@@ -20291,7 +20992,7 @@
     },
     {
       "addonID": 255105,
-      "gameInstanceID": "2eccf8d4-e675-478c-8e37-edca55e0e2c7",
+      "gameInstanceID": "c80c5ab2-fa65-4ea9-9f9e-71eb6da31d3a",
       "installedFile": {
         "id": 2810138,
         "displayName": "FriendlyFire-1.14.4-3.0.2.jar",

From 827e46a58b45f4ba13eb8e7567e188e05b10ef50 Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Thu, 26 Mar 2020 21:58:07 +0100
Subject: [PATCH 11/13] Fixed Powah reactor values being far lower than what
 the UI says (the UI is still off)

---
 config/powah/energy/reactor.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/powah/energy/reactor.toml b/config/powah/energy/reactor.toml
index 26f7096..9dc80d6 100644
--- a/config/powah/energy/reactor.toml
+++ b/config/powah/energy/reactor.toml
@@ -9,26 +9,26 @@ coolantFluidsAPI = true
 #Range: min = 0, max = 2147483647
 ["Basic Reactor"]
 	transfer = "10000"
-	genFactor = "150"
+	genFactor = "2000"
 	capacity = "1000000"
 
 ["Hardened Reactor"]
 	transfer = "20000"
-	genFactor = "300"
+	genFactor = "4000"
 	capacity = "2000000"
 
 ["Blazing Reactor"]
 	transfer = "40000"
-	genFactor = "600"
+	genFactor = "8000"
 	capacity = "4000000"
 
 ["Niotic Reactor"]
 	transfer = "80000"
-	genFactor = "1200"
+	genFactor = "16000"
 	capacity = "8000000"
 
 ["Spirited Reactor"]
 	transfer = "160000"
-	genFactor = "2400"
+	genFactor = "32000"
 	capacity = "16000000"
 

From 6c5f58681ff8b25d6c56c76e2d7ca440bb5be4cb Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Thu, 26 Mar 2020 21:58:11 +0100
Subject: [PATCH 12/13] Update keybindings.txt

---
 config/defaultoptions/keybindings.txt | 114 ++++++++++++++++++++------
 1 file changed, 87 insertions(+), 27 deletions(-)

diff --git a/config/defaultoptions/keybindings.txt b/config/defaultoptions/keybindings.txt
index be56a05..40ac111 100644
--- a/config/defaultoptions/keybindings.txt
+++ b/config/defaultoptions/keybindings.txt
@@ -31,30 +31,102 @@ key_key.hotbar.6:key.keyboard.6:NONE
 key_key.hotbar.7:key.keyboard.7:NONE
 key_key.hotbar.8:key.keyboard.8:NONE
 key_key.hotbar.9:key.keyboard.9:NONE
-key_key.llor.hotkey:key.keyboard.f7:NONE
 key_key.dismount:key.keyboard.left.shift:NONE
 key_key.narrator:key.keyboard.b:CONTROL
-key_key.findme.search:key.keyboard.h
+key_tombstone.message.knowledge_of_death:key.keyboard.unknown:NONE
+key_key.llor.hotkey:key.keyboard.f7:NONE
+key_key.findme.search:key.keyboard.y:NONE
+key_toolbelt.binding.access:key.keyboard.unknown:NONE
+key_toolbelt.binding.restock:key.keyboard.unknown:NONE
+key_key.run:key.keyboard.p:NONE
 key_key.toggleLiquids:key.keyboard.unknown:NONE
 key_key.toggleVisible:key.keyboard.unknown:NONE
-key_key.curiousshulkerboxes.open.desc:key.keyboard.x:NONE
-key_key.toastcontrol.clear:key.keyboard.j:NONE
-key_cos.key.opencosarmorinventory:key.keyboard.unknown:NONE
+key_Strip World:key.keyboard.delete:NONE
+key_Dress World:key.keyboard.insert:NONE
+key_key.immersiveengineering.magnetEquip:key.keyboard.s:NONE
+key_key.immersiveengineering.chemthrowerSwitch:key.keyboard.unknown:NONE
+key_DropOff:key.keyboard.unknown:NONE
+key_DropOff:key.keyboard.unknown:NONE
+key_oreexcavation.key.excavate:key.keyboard.grave.accent:NONE
+key_oreexcavation.key.shape_toggle:key.keyboard.unknown:NONE
+key_oreexcavation.key.shape_edit:key.keyboard.unknown:NONE
+key_quark.keybind.sort_player:key.keyboard.unknown:NONE
+key_key.simplybackpacks.backpackpickup.desc:key.keyboard.unknown:NONE
+key_key.simplybackpacks.backpackopen.desc:key.keyboard.b:NONE
+key_quark.keybind.sort_container:key.keyboard.unknown:NONE
+key_quark.keybind.change_hotbar:key.keyboard.z:NONE
 key_key.curios.open.desc:key.keyboard.unknown:NONE
+key_quark.keybind.transfer_insert:key.keyboard.unknown:NONE
+key_quark.keybind.transfer_extract:key.keyboard.unknown:NONE
+key_key.toastcontrol.clear:key.keyboard.j:NONE
+key_quark.keybind.back:key.mouse.4:NONE
+key_quark.keybind.lock_rotation:key.keyboard.k:NONE
+key_quark.emote.no:key.keyboard.unknown:NONE
+key_quark.emote.yes:key.keyboard.unknown:NONE
+key_quark.emote.wave:key.keyboard.unknown:NONE
+key_quark.emote.salute:key.keyboard.unknown:NONE
+key_quark.emote.cheer:key.keyboard.unknown:NONE
+key_quark.emote.clap:key.keyboard.unknown:NONE
+key_quark.emote.think:key.keyboard.unknown:NONE
+key_quark.emote.point:key.keyboard.unknown:NONE
+key_quark.emote.shrug:key.keyboard.unknown:NONE
+key_quark.emote.headbang:key.keyboard.unknown:NONE
+key_quark.emote.weep:key.keyboard.unknown:NONE
+key_quark.emote.facepalm:key.keyboard.unknown:NONE
+key_quark.keybind.patreon_emote.dance:key.keyboard.unknown:NONE
+key_quark.keybind.patreon_emote.tpose:key.keyboard.unknown:NONE
+key_quark.keybind.patreon_emote.dab:key.keyboard.unknown:NONE
+key_quark.keybind.patreon_emote.jet:key.keyboard.unknown:NONE
+key_quark.keybind.patreon_emote.exorcist:key.keyboard.unknown:NONE
+key_quark.keybind.patreon_emote.zombie:key.keyboard.unknown:NONE
+key_keys.servertabinfo.show:key.keyboard.left.control:NONE
+key_keys.servertabinfo.show2:key.keyboard.right.control:NONE
 key_key.inventorysorter.itemin:key.mouse.100:NONE
 key_key.inventorysorter.sort:key.mouse.middle:NONE
 key_key.inventorysorter.itemout:key.mouse.102:NONE
+key_fpsreducer.key.openGui:key.keyboard.unknown:NONE
+key_key.refinedstorage.focusSearchBar:key.keyboard.tab:NONE
+key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL
+key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown:NONE
+key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown:NONE
+key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown:NONE
+key_key.refinedstorage.openPortableGrid:key.keyboard.unknown:NONE
+key_key.caelus.toggle.desc:key.keyboard.unknown:NONE
+key_key.caelus.trigger.desc:key.keyboard.unknown:NONE
+key_key.invtweaks_sort_player.desc:key.keyboard.unknown:NONE
+key_key.invtweaks_sort_inventory.desc:key.keyboard.unknown:NONE
+key_key.invtweaks_sort_either.desc:key.keyboard.unknown:NONE
+key_key.refinedstorageaddons.openWirelessCraftingGrid:key.keyboard.g:CONTROL
+key_create.keyinfo.toolmenu:key.keyboard.left.alt:NONE
+key_cos.key.opencosarmorinventory:key.keyboard.unknown:NONE
+key_key.curiousshulkerboxes.open.desc:key.keyboard.x:NONE
+key_neat.keybind.toggle:key.keyboard.0:NONE
 key_key.ironjetpacks.engine:key.keyboard.v:NONE
 key_key.ironjetpacks.hover:key.keyboard.g:NONE
-key_neat.keybind.toggle:key.keyboard.unknown:NONE
-key_oreexcavation.key.excavate:key.keyboard.unknown:NONE
-key_oreexcavation.key.shape_toggle:key.keyboard.unknown:NONE
-key_oreexcavation.key.shape_edit:key.keyboard.unknown:NONE
-key_fpsreducer.key.openGui:key.keyboard.end:NONE
-key_create.keyinfo.toolmenu:key.keyboard.left.alt:NONE
-key_key.caelus.toggle.desc:key.keyboard.v:NONE
 key_gui.xaero_open_map:key.keyboard.m:NONE
-key_gui.xaero_open_settings:key.keyboard.j:NONE
+key_gui.xaero_open_settings:key.keyboard.unknown:NONE
+key_gui.xaero_map_zoom_in:key.keyboard.unknown:NONE
+key_gui.xaero_map_zoom_out:key.keyboard.unknown:NONE
+key_Start composing:key.keyboard.g:NONE
+key_Tool Menu (Hold):key.keyboard.left.alt:NONE
+key_key.botania_corporea_request:key.keyboard.c:NONE
+key_key.trashslot.toggle:key.keyboard.unknown:NONE
+key_key.trashslot.delete:key.keyboard.delete:NONE
+key_key.trashslot.deleteAll:key.keyboard.delete:SHIFT
+key_gui.xaero_switch_waypoint_set:key.keyboard.unknown:NONE
+key_gui.xaero_instant_waypoint:key.keyboard.keypad.add:NONE
+key_gui.xaero_toggle_slime:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_grid:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_waypoints:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown:NONE
+key_gui.xaero_toggle_map:key.keyboard.unknown:NONE
+key_gui.xaero_enlarge_map:key.keyboard.unknown:NONE
+key_gui.xaero_waypoints_key:key.keyboard.n:NONE
+key_gui.xaero_zoom_in:key.keyboard.unknown:NONE
+key_gui.xaero_zoom_out:key.keyboard.unknown:NONE
+key_gui.xaero_new_waypoint:key.keyboard.unknown:NONE
+key_gui.xaero_display_all_sets:key.keyboard.unknown:NONE
+key_gui.xaero_minimap_settings:key.keyboard.y:NONE
 key_key.craftingtweaks.rotate:key.keyboard.unknown:NONE
 key_key.craftingtweaks.rotate_counter_clockwise:key.keyboard.unknown:NONE
 key_key.craftingtweaks.balance:key.keyboard.unknown:NONE
@@ -77,20 +149,8 @@ key_key.buildinggadgets.anchor:key.keyboard.h:NONE
 key_key.buildinggadgets.fuzzy:key.keyboard.unknown:NONE
 key_key.buildinggadgets.connected_area:key.keyboard.unknown:NONE
 key_key.buildinggadgets.rotate_mirror:key.keyboard.unknown:NONE
-key_key.buildinggadgets.material_list:key.keyboard.i:NONE
-key_gui.xaero_switch_waypoint_set:key.keyboard.unknown:NONE
-key_gui.xaero_instant_waypoint:key.keyboard.keypad.add:NONE
-key_gui.xaero_toggle_slime:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_grid:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_waypoints:key.keyboard.unknown:NONE
-key_gui.xaero_toggle_map:key.keyboard.unknown:NONE
-key_gui.xaero_enlarge_map:key.keyboard.unknown:NONE
-key_gui.xaero_waypoints_key:key.keyboard.u:NONE
-key_gui.xaero_zoom_in:key.keyboard.unknown:NONE
-key_gui.xaero_zoom_out:key.keyboard.unknown:NONE
-key_gui.xaero_new_waypoint:key.keyboard.b:NONE
-key_gui.xaero_display_all_sets:key.keyboard.unknown:NONE
-key_gui.xaero_minimap_settings:key.keyboard.y:NONE
+key_key.buildinggadgets.material_list:key.keyboard.m:NONE
+key_key.modularrouters.configure:key.keyboard.unknown:NONE
 key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
 key_key.jei.focusSearch:key.keyboard.f:CONTROL
 key_key.jei.toggleCheatMode:key.keyboard.unknown:NONE

From 0131d80450ff6ca095b8db6862b980b5ac80468f Mon Sep 17 00:00:00 2001
From: NielsPilgaard <niels.pilgaard@hotmail.com>
Date: Thu, 26 Mar 2020 21:58:32 +0100
Subject: [PATCH 13/13] Updated mods, wrote changelogs, updated dev settings

---
 ModpackUploader.ps1                 |   4 +-
 changelogs/CHANGELOG.md             |  31 +
 changelogs/CHANGELOG_MODS_0.5.0.txt | 885 ++++++++++++++++++++++++++++
 minecraftinstance.json              |  81 +--
 settings.ps1                        |   4 +-
 5 files changed, 962 insertions(+), 43 deletions(-)
 create mode 100644 changelogs/CHANGELOG_MODS_0.5.0.txt

diff --git a/ModpackUploader.ps1 b/ModpackUploader.ps1
index 0c1f5ae..b0c583d 100644
--- a/ModpackUploader.ps1
+++ b/ModpackUploader.ps1
@@ -50,7 +50,7 @@ if ($ENABLE_MANIFEST_BUILDER_MODULE) {
 }
 
 if ($ENABLE_CHANGELOG_GENERATOR_MODULE -and $ENABLE_MODPACK_UPLOADER_MODULE) {
-    Remove-Item oldmanifest.json, manifest.json, shortchangelog.txt, MOD_CHANGELOGS.txt -ErrorAction SilentlyContinue
+	Remove-Item old.json, new.json, changelog.txt -ErrorAction SilentlyContinue
     sz e "$CLIENT_FILENAME`-$LAST_MODPACK_VERSION.zip" manifest.json
     Rename-Item -Path manifest.json -NewName old.json
     sz e "$CLIENT_FILENAME`-$MODPACK_VERSION.zip" manifest.json
@@ -64,6 +64,8 @@ if ($ENABLE_CHANGELOG_GENERATOR_MODULE -and $ENABLE_MODPACK_UPLOADER_MODULE) {
 
     java -jar ChangelogGenerator-2.0.0-pre3.jar
 	Move-Item -Path changelog.txt -Destination changelogs/CHANGELOG_MODS_$MODPACK_VERSION.txt
+	
+	Remove-Item old.json, new.json, changelog.txt -ErrorAction SilentlyContinue
 }
 
 if ($ENABLE_GITHUB_CHANGELOG_GENERATOR_MODULE) {
diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md
index 3b31701..5732bfa 100644
--- a/changelogs/CHANGELOG.md
+++ b/changelogs/CHANGELOG.md
@@ -1,3 +1,34 @@
+## Enigmatica 4 v0.5.0
+
+### This is a major update, make sure to backup your world before updating! 
+There is a chance that this new update does not work with your current world.
+
+*Forge-1.14.4-28.2.3*
+*[Mod List](https://github.com/NillerMedDild/Enigmatica4/blob/master/CHANGELOG_MODS_0.5.0.txt)*
+
+**Added Mods**
+
+- [Passthrough Signs](https://www.curseforge.com/minecraft/mc-mods/passthrough-signs)
+- [ReAuth](https://www.curseforge.com/minecraft/mc-mods/reauth)
+- Immersive Engineering [\#323](https://github.com/NillerMedDild/Enigmatica4/issues/323)
+- EnderChests [\#318](https://github.com/NillerMedDild/Enigmatica4/issues/318)
+- Extreme Sound Muffler [\#316](https://github.com/NillerMedDild/Enigmatica4/issues/316)
+- Rats [\#303](https://github.com/NillerMedDild/Enigmatica4/issues/303)
+- EnderTanks [\#222](https://github.com/NillerMedDild/Enigmatica4/issues/222)
+
+**Removed Mods**
+
+* AuthMe (Replaced with ReAuth)
+
+**Changes**
+
+* Re-do Default Keybindings [\#328](https://github.com/NillerMedDild/Enigmatica4/issues/328)
+
+**Fixed bugs**
+
+- Linux servers not starting: Typo in Enigmatica4Server-0.4.10 server-start.sh [\#327](https://github.com/NillerMedDild/Enigmatica4/issues/327)
+- Iron Plates [\#314](https://github.com/NillerMedDild/Enigmatica4/issues/314)
+
 ## Enigmatica 4 v0.4.10
 
 *Forge-1.14.4-28.2.3*
diff --git a/changelogs/CHANGELOG_MODS_0.5.0.txt b/changelogs/CHANGELOG_MODS_0.5.0.txt
new file mode 100644
index 0000000..fea9201
--- /dev/null
+++ b/changelogs/CHANGELOG_MODS_0.5.0.txt
@@ -0,0 +1,885 @@
+========================================
+Enigmatica4 0.4.10 --> Enigmatica4 0.5.0
+========================================
+
+Added:
+- EnderChests
+- EnderTanks
+- Extreme sound muffler
+- Immersive Engineering
+- Passthrough Signs
+- Rats
+- ReAuth
+
+Updated:
+	Corail Tombstone (Corail Tombstone 4.2.4 for 1.14.4 --> Corail Tombstone 4.3.1 for 1.14.4):
+		Corail Tombstone 4.3.1 for 1.14.4:
+			This mod supports mc version from 1.8.9 to 1.15.2
+			Minecraft Version = [1.14.4] - Forge Version [28.1.58+]
+			Latest : 4.3.1 - Recommended : 4.3.1
+			Changes 4.3.1 :
+			* - "magic items" by fishing in the junk lootable requires an open water space for the entity hook (in prevision of 1.16, don't try to make a hole ;))
+			* client config to define the fog color (this doesn't influence what is seen by others players)
+			* client config to define when fog can appear (day, night, both, never)
+			* something
+			Changes 4.3.0 :
+			* - projectiles (by using the left hand) don't apply the tombstone weapon enchantments of the mainhand
+			* fix the translation of earn/lose knowledge (from the previous version changes)
+			* remove perk entries from the api (related to forge error handling)
+			* adapt skull reward from the advancement about the favorite grave (as only undead skulls/heads are useable for decorative grave)
+			* compat with minecolonies : killing citizens, pirates & barbarians affect player's alignment
+			* config to define the level required for familiar receptacle (10 by default)
+			* adjust contributor rewards to fit the latest contents
+			* config to define the duration of scrolls
+			* config to backup players just before their death (default is false)
+			* client config option to favor the tools on the hotbar when recovering a grave
+			* same sync on config file change for client config being shared on the server (the config gui already does it)
+			* re-add the original tombstone model (adapted)
+			* anvil recipes for white marble grave are now visible in JEI (engraved name)
+			Changes 4.2.4 :
+			* integration TheOneProbe
+			* display the Y on lost tablet tooltip before the first teleportation
+			* re-use the same casting particle texture as 1.12.2
+			* new enchantment Plague Bringer (can't combine with Magic Siphon)
+			* config to limit Plague Bringer to bad alignment player (or he will be affected with the same bad effect) - default true
+			* config for unhandled harmful effects with nausea in by default (also rename the config for beneficial effects)
+			* avoid a vanilla bug where onEntityDamaged is called twice for player for the mainhand
+			* limit plague bringer & magic siphon to be effective only on mainhand
+			Changes 4.2.3 :
+			* server configs are now in the usual config folder (#135)
+			* sync the server config to players on dedicated server (without the need to relog)
+			Changes 4.2.2 :
+			* disabled magic items in config also disable the recipes in game (some of them have now a custom serializer "tombstone:disableable_shaped", "tombstone:disableable_shapeless" and are still editable in json for modpackers)
+			* loot entries are now done in builder allowing them to not be present when the magic item is disabled (require to reload the game)
+			* new item "tablet of cupidity" : a deceitful craftable version of lost tablets leading to others places
+			* remove beyondTheGrave damages from lost tablets
+			* update chinese translation (courtesy of Papadave66)
+			Changes 4.2.1 :
+			* spanish translation (courtesy of EdicionGamer)
+			* a new perk Tomb Raider, for bad alignement player and if the config option Tomb Raiding is enabled, allowing to plunders some items in an abandoned grave. A grave is considered as abandoned based on the real time of the server : it's one day by default if the decayTime is not enabled and in the other case, it uses the decayTime adjusted by the level of knowledge of death of the plunderer (to allow them to acces faster theses graves than others players with a cap of 50% faster). The number of stolen items is variable and it's possible to not find all the items.
+			* hide disable items in creative tabs
+			* additional checks about cooldown if the gametime changes to an inconsistent value
+			* some configs are now in the world save folder/serverConfig
+
+		Corail Tombstone 4.3.0 for 1.14.4:
+			This mod supports mc version from 1.8.9 to 1.15.2
+			Minecraft Version = [1.14.4] - Forge Version [28.1.58+]
+			Latest : 4.3.0 - Recommended : 4.2.4
+			Changes 4.3.0 :
+			* - projectiles (by using the left hand) don't apply the tombstone weapon enchantments of the mainhand
+			* fix the translation of earn/lose knowledge (from the previous version changes)
+			* remove perk entries from the api (related to forge error handling)
+			* adapt skull reward from the advancement about the favorite grave (as only undead skulls/heads are useable for decorative grave)
+			* compat with minecolonies : killing citizens, pirates & barbarians affect player's alignment
+			* config to define the level required for familiar receptacle (10 by default)
+			* adjust contributor rewards to fit the latest contents
+			* config to define the duration of scrolls
+			* config to backup players just before their death (default is false)
+			* client config option to favor the tools on the hotbar when recovering a grave
+			* same sync on config file change for client config being shared on the server (the config gui already does it)
+			* re-add the original tombstone model (adapted)
+			* anvil recipes for white marble grave are now visible in JEI (engraved name)
+			Changes 4.2.4 :
+			* integration TheOneProbe
+			* display the Y on lost tablet tooltip before the first teleportation
+			* re-use the same casting particle texture as 1.12.2
+			* new enchantment Plague Bringer (can't combine with Magic Siphon)
+			* config to limit Plague Bringer to bad alignment player (or he will be affected with the same bad effect) - default true
+			* config for unhandled harmful effects with nausea in by default (also rename the config for beneficial effects)
+			* avoid a vanilla bug where onEntityDamaged is called twice for player for the mainhand
+			* limit plague bringer & magic siphon to be effective only on mainhand
+			Changes 4.2.3 :
+			* server configs are now in the usual config folder (#135)
+			* sync the server config to players on dedicated server (without the need to relog)
+			Changes 4.2.2 :
+			* disabled magic items in config also disable the recipes in game (some of them have now a custom serializer "tombstone:disableable_shaped", "tombstone:disableable_shapeless" and are still editable in json for modpackers)
+			* loot entries are now done in builder allowing them to not be present when the magic item is disabled (require to reload the game)
+			* new item "tablet of cupidity" : a deceitful craftable version of lost tablets leading to others places
+			* remove beyondTheGrave damages from lost tablets
+			* update chinese translation (courtesy of Papadave66)
+			Changes 4.2.1 :
+			* spanish translation (courtesy of EdicionGamer)
+			* a new perk Tomb Raider, for bad alignement player and if the config option Tomb Raiding is enabled, allowing to plunders some items in an abandoned grave. A grave is considered as abandoned based on the real time of the server : it's one day by default if the decayTime is not enabled and in the other case, it uses the decayTime adjusted by the level of knowledge of death of the plunderer (to allow them to acces faster theses graves than others players with a cap of 50% faster). The number of stolen items is variable and it's possible to not find all the items.
+			* hide disable items in creative tabs
+			* additional checks about cooldown if the gametime changes to an inconsistent value
+			* some configs are now in the world save folder/serverConfig
+			Changes 4.2.0 :
+			* fix for the tablet of assistance (introduced in 4.1.9)
+			* set a new cooldown on magic items if the gametime is reset (#123)
+			* antibuilder tag (twilight forest)
+
+	CraftTweaker (CraftTweaker-1.14.4-5.0.1.165.jar --> CraftTweaker-1.14.4-5.0.1.166.jar):
+		CraftTweaker-1.14.4-5.0.1.166.jar:
+			Current version: 5.0.1.166
+			* [Fixed Shapeless recipes not displaying tags correctly](https://github.com/CraftTweaker/CraftTweaker/commit/1327cbf6122be1b63f9c6c63e680691f3ecf2f7f) - Jared - Thu Mar 26 16:10:29 2020
+			* [Get the recipetype safer, hopefully. Close #927](https://github.com/CraftTweaker/CraftTweaker/commit/e2cbf1facf78876515d7784149e0a29abdcd2c4c) - Jared - Wed Feb 26 23:09:29 2020
+			* [Fixed scripts bigger than 32k not working on servers](https://github.com/CraftTweaker/CraftTweaker/commit/bebb6c382e5c720006bff46354c0612a6bf073bd) - Jared - Wed Feb 26 20:40:33 2020
+			* [made it possible to cast a string to an int and double](https://github.com/CraftTweaker/CraftTweaker/commit/3c09bf964150ee5f790005ab7da04f0e030cc148) - Jared - Tue Feb 18 23:13:26 2020
+			* [add a way to check if a MCTag is a certain type of tag](https://github.com/CraftTweaker/CraftTweaker/commit/92199c07469124ebf3350d63885354a0f9286a44) - Jared - Sat Jan 25 19:54:12 2020
+			* [wrapper classes docs are now /vanilla/api/](https://github.com/CraftTweaker/CraftTweaker/commit/e524914f5b057a9c007dca1310638c2bcac53d31) - Jared - Sun Jan 19 22:18:46 2020
+			* [move all generated docs to /vanilla/api](https://github.com/CraftTweaker/CraftTweaker/commit/6a1d9f4f69025c20e450feef2ca561c7ab54ad03) - Jared - Sun Jan 19 22:15:13 2020
+			* [no more value = for docs annotation](https://github.com/CraftTweaker/CraftTweaker/commit/ba576f0a25678a6451080d23403ae3954d41d914) - Jared - Sun Jan 19 22:03:38 2020
+			* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/f3b595aa161e93f6ff90788b53fbea04ee9b265d) - kindlich - Sat Jan 11 13:58:34 2020
+			* [make YAML output be in folders](https://github.com/CraftTweaker/CraftTweaker/commit/0de76eb4e3008edf0963c65d83ee971b4963c20c) - Jared - Fri Jan 10 22:55:02 2020
+			* [ignore docsOut and src/generated](https://github.com/CraftTweaker/CraftTweaker/commit/c7f9f97ed3398bc61b0bf81f1050284fb0c6ca79) - Jared - Fri Jan 10 22:54:34 2020
+			* [update ZC to fix server crashes](https://github.com/CraftTweaker/CraftTweaker/commit/7c703a57a06fc9bb2ea7d2ecde673e7ff18f89ef) - Jared - Fri Jan 10 22:23:43 2020
+			* [update ZC](https://github.com/CraftTweaker/CraftTweaker/commit/224ad15e53c38b430dbd4230922d82f7f5b59977) - Jared - Fri Jan 10 19:21:41 2020
+			* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/5d9f252e406156b81bcadd720b95e8a9ddca43f4) - kindlich - Fri Jan 10 19:06:10 2020
+			* [Added IIngredient#asIData](https://github.com/CraftTweaker/CraftTweaker/commit/1f4761cdf63d7b8b9bd878ac2a34940a36a4eb17) - kindlich - Fri Jan 10 19:00:45 2020
+			* [Updated Doc location for Biome and BiomeSpawnEntry](https://github.com/CraftTweaker/CraftTweaker/commit/02cf6a708b3d163174ddfd31276807d941b78cdc) - kindlich - Fri Jan 10 18:58:57 2020
+			* [update ZS](https://github.com/CraftTweaker/CraftTweaker/commit/2839aed162ff778c0acd40472474a3fde50e83bc) - Jared - Wed Jan 8 17:53:38 2020
+			* [Removed test code for no wrapper file](https://github.com/CraftTweaker/CraftTweaker/commit/69fa5381ed1f6457342fd34fde78155ecbb4143b) - kindlich - Sun Jan 5 20:23:39 2020
+			* [DocumentProcessor: Clear the output directory first](https://github.com/CraftTweaker/CraftTweaker/commit/d64087adf887972238ba1ec7482ce8e83676f395) - kindlich - Sun Jan 5 20:20:35 2020
+			* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/9f960d9c5a301a942c48512e4ab2085a08d83ea9) - kindlich - Sun Jan 5 19:51:50 2020
+			* [Fix recipes "canFit" Close #912](https://github.com/CraftTweaker/CraftTweaker/commit/5a72b2d373b3d5d480dd4a61d904ecb9f040173a) - Jared - Sun Jan 5 14:15:28 2020
+			* [Added some advancements as being wrapped](https://github.com/CraftTweaker/CraftTweaker/commit/57cc981aee01abaa689b872ab851d63a7db4b366) - kindlich - Wed Jan 1 23:45:25 2020
+			* [Fixed some issues with the wrapper Processor](https://github.com/CraftTweaker/CraftTweaker/commit/e22c6972784858c8118eb1485496f1ea1eb655c8) - kindlich - Wed Jan 1 23:44:59 2020
+			* [Forgot Some these](https://github.com/CraftTweaker/CraftTweaker/commit/54a5854f42414293ff8c6ea897f9c86a45956665) - kindlich - Wed Jan 1 22:56:12 2020
+			* [Event Wrapper and Comment cleanup](https://github.com/CraftTweaker/CraftTweaker/commit/13501a232699331ea342199b86ec938692e621ee) - kindlich - Wed Jan 1 21:35:22 2020
+			* [Updated ZC](https://github.com/CraftTweaker/CraftTweaker/commit/100bfb38141ec271a31e04e342f82cad6dc0a4a4) - kindlich - Wed Jan 1 16:43:17 2020
+			* [Removed 2nd MCWorld](https://github.com/CraftTweaker/CraftTweaker/commit/d82e4ef51904c0378c4025973a14dfdbb5b0da7c) - kindlich - Wed Jan 1 16:30:19 2020
+			* [Removed unused buildSrc](https://github.com/CraftTweaker/CraftTweaker/commit/0b782c48bb8d36950a00546258d0d63d9f98154c) - kindlich - Wed Jan 1 16:27:20 2020
+			* [Made Event listeners unregister themselves on a reload](https://github.com/CraftTweaker/CraftTweaker/commit/592e7d9862449a6f7285a65250be98296e3820d3) - kindlich - Wed Jan 1 16:25:55 2020
+			* [Only remove sidedActions when on the same side](https://github.com/CraftTweaker/CraftTweaker/commit/7d15faf7ae87abbc96d060cdc832b6cc957a7002) - kindlich - Wed Jan 1 16:24:36 2020
+			* [Added missing Document and ZenWrapper annotations](https://github.com/CraftTweaker/CraftTweaker/commit/42cd76858c4bb9901ac234f2bd2cc9bc342738d5) - kindlich - Wed Jan 1 16:23:38 2020
+			* [More work on wrappers](https://github.com/CraftTweaker/CraftTweaker/commit/a5f6a37ecd56898eefd2408b9e4177cba5927aba) - kindlich - Wed Jan 1 16:22:16 2020
+			* [Committing stuff before I do something stupid](https://github.com/CraftTweaker/CraftTweaker/commit/a93ea989e169113d715fa84e4144b8ca23491b06) - kindlich - Tue Dec 31 23:03:43 2019
+			* [Committing stuff before I do something stupid](https://github.com/CraftTweaker/CraftTweaker/commit/2c785dbd40fa4e6ad62d6574347041f85fa7984f) - kindlich - Tue Dec 31 21:46:11 2019
+			* [CTTooltipEvent handler working now.](https://github.com/CraftTweaker/CraftTweaker/commit/b43eefc90d69e5111b7a17fdac383bbf0487fc78) - kindlich - Fri Dec 27 16:52:33 2019
+			* [Some minor cleanup for Annotation Processors](https://github.com/CraftTweaker/CraftTweaker/commit/2e0897e84a4fbd7733d63d1fb054f80411fe929b) - kindlich - Thu Dec 26 23:07:54 2019
+			* [Simple yaml generation and fixed multiple classes being generated](https://github.com/CraftTweaker/CraftTweaker/commit/2912e29a540d1241f7616e3641a9a95f276019a1) - kindlich - Mon Dec 23 13:31:29 2019
+			* [Some cleanup](https://github.com/CraftTweaker/CraftTweaker/commit/18591fa7ac102e2cf11c172d9bc5e76b92b10624) - kindlich - Mon Dec 23 13:06:59 2019
+			* [Some more work on Expansions and declaredModid](https://github.com/CraftTweaker/CraftTweaker/commit/91eb925ba4ecdf5a03498677a572383547fd04cc) - kindlich - Mon Dec 23 12:53:29 2019
+			* [Started working on expansion classes](https://github.com/CraftTweaker/CraftTweaker/commit/4b68e0e43bd13b86d94b227b97a67094ae0981ea) - kindlich - Sun Dec 22 23:23:31 2019
+			* [Normal classes should be running now](https://github.com/CraftTweaker/CraftTweaker/commit/6b06dd25f2b4adb58c72eec818d5f87cafdc98f7) - kindlich - Sun Dec 22 21:15:31 2019
+			* [Base classes for Document Processor rewrite](https://github.com/CraftTweaker/CraftTweaker/commit/34fd8a748133dbc8a0c609ae9e21ef41336252d4) - kindlich - Sat Dec 21 22:42:42 2019
+			* [Start working on annotation processor rewrite](https://github.com/CraftTweaker/CraftTweaker/commit/bd6cf0c2cf376516896fa603fa3a9bc41911760f) - kindlich - Fri Dec 20 14:04:26 2019
+			* [It shouldn't be CT, should be MC](https://github.com/CraftTweaker/CraftTweaker/commit/bbcfb802e5b3638495dd3437d3557359d4d32e71) - Jared - Tue Dec 17 10:50:52 2019
+			* [Replaced IEventHandler with Consumer](https://github.com/CraftTweaker/CraftTweaker/commit/e0fcd372ad7143fa3a69f42d0c4fd59cf00e2986) - kindlich - Sat Dec 14 21:25:17 2019
+			* [event test](https://github.com/CraftTweaker/CraftTweaker/commit/98d834eed872ba45bb9ecd24b4bbab249b9f031a) - Jared - Thu Dec 12 18:43:10 2019
+			* [update ZS](https://github.com/CraftTweaker/CraftTweaker/commit/02dbe0659348e71ed5a2bdd25fb232af2da45735) - Jared - Thu Dec 12 18:41:54 2019
+			* [Fix creating non item tags Close #894](https://github.com/CraftTweaker/CraftTweaker/commit/d789ba46c24bbd18ea9e45bf0cc6fac02b602819) - Jared - Sun Dec 8 20:35:53 2019
+			* [Gave MCTag a toString() method](https://github.com/CraftTweaker/CraftTweaker/commit/c0eff766d56ca341cde171408ebb6c233c964fec) - Jared - Sun Dec 8 20:32:30 2019
+			* [Preprocessor Annotation validator](https://github.com/CraftTweaker/CraftTweaker/commit/bdb566290c0270dc3af98e75d725e17841b54553) - kindlich - Sun Dec 8 20:07:31 2019
+			* [Force BEPs to return a specific type](https://github.com/CraftTweaker/CraftTweaker/commit/cd3bdfbf34c690e2c0f093f5b42db1a688f4c885) - kindlich - Sun Dec 8 19:44:07 2019
+			* [invalid recipe names are now logged (not fixed!) close #877](https://github.com/CraftTweaker/CraftTweaker/commit/ef821921e1cdd911aec23fcc3a9794dffaa60012) - Jared - Fri Dec 6 23:54:48 2019
+			* [Gave MCBlockState a proper commandString](https://github.com/CraftTweaker/CraftTweaker/commit/35f12bd6c64058580cfb7629bd1ab4c04eb7da1a) - Jared - Fri Dec 6 23:42:02 2019
+			* [Should fix random null pointer exceptions when comparing stacks](https://github.com/CraftTweaker/CraftTweaker/commit/b1b0f7cb12963b7e3c95d9b662d42e8a2934597c) - Jared - Fri Dec 6 23:28:04 2019
+			* [Fixed the reload listener being too early close #883](https://github.com/CraftTweaker/CraftTweaker/commit/60047cb682cda0661830887c718c9b22eeb54dc2) - Jared - Fri Dec 6 23:19:29 2019
+			* [Fixed JEI showing the recipes incorrectly on servers](https://github.com/CraftTweaker/CraftTweaker/commit/570deaceeed83c3eebe0da08063c44c114ff406d) - Jared - Fri Dec 6 23:03:56 2019
+			* [update ZenCode](https://github.com/CraftTweaker/CraftTweaker/commit/c1d9f18d2665bae72b4d623e3d1a0f215065f750) - Jared - Fri Dec 6 22:44:29 2019
+			* [update ZS to include stdlibs (please report issues!)](https://github.com/CraftTweaker/CraftTweaker/commit/41b431043e430a53e2a3cf3407f5a9921746a60e) - Jared - Fri Dec 6 03:57:29 2019
+			* [Added MCBiome and MCBiomeSpawnEntry](https://github.com/CraftTweaker/CraftTweaker/commit/04c42b8c98239269547ea60f897e25096be831be) - Jared - Fri Nov 22 23:46:36 2019
+			* [entityclassification bep](https://github.com/CraftTweaker/CraftTweaker/commit/f9ec8c5f1fb99b6e24ce91ad0a41ff759f3166db) - Jared - Fri Nov 22 23:05:04 2019
+			* [renamed entityType bracket handler to entitytype, to fit with the rest](https://github.com/CraftTweaker/CraftTweaker/commit/b3b11ef1e3ff1c0c0e9bee636e2b47c6f804d271) - Jared - Fri Nov 22 22:15:30 2019
+			* [Just warn about docs, don't error](https://github.com/CraftTweaker/CraftTweaker/commit/cd4eeb1cf7e77c28906a50894f76cfceee5d93f5) - Jared - Fri Nov 22 22:10:34 2019
+			* [Added BlockPos and Direction/Axis](https://github.com/CraftTweaker/CraftTweaker/commit/076c282df6e242de7f25cca14065434a402dbf97) - Jared - Wed Nov 20 04:15:54 2019
+			* [added docParam this to IData related stuff](https://github.com/CraftTweaker/CraftTweaker/commit/89b249931cd7ac7b302c073f0d1d19b874788f33) - Jared - Sat Nov 16 15:34:33 2019
+			* [remove TODOS from docs](https://github.com/CraftTweaker/CraftTweaker/commit/7335be72ab1db2989cc040ebc6011edb80aff20f) - Jared - Sat Nov 16 12:38:23 2019
+			* [Fix extra spaces in param examples](https://github.com/CraftTweaker/CraftTweaker/commit/7cc191cec787ab21bbeb24d2584d04e0492b1a77) - Jared - Sat Nov 16 12:38:13 2019
+			* [Made the document processor check for interfaces and super classes](https://github.com/CraftTweaker/CraftTweaker/commit/9081e02bdb3e0aba84f96ea640cac02c1d10e21e) - Jared - Sat Nov 16 01:43:06 2019
+			* [Set timeouts and closed the buffered reader](https://github.com/CraftTweaker/CraftTweaker/commit/00db92a516db7e46b6b7042873c55d39f413a6cb) - Jared - Thu Nov 14 15:29:40 2019
+			* [add docParams for things to fix failed builds](https://github.com/CraftTweaker/CraftTweaker/commit/7c7553da78989db2ce9f05c1a3f6f0da95292def) - Jared - Thu Nov 14 01:53:05 2019
+			* [renamed CTRecipeManager to CTCraftingTableManager](https://github.com/CraftTweaker/CraftTweaker/commit/4022ee82170c7dcff88826b8e634a0e159f8fe7f) - Jared - Thu Nov 14 01:24:06 2019
+			* [Add more javadocs and Document javadocs](https://github.com/CraftTweaker/CraftTweaker/commit/294c12b46c1682c0e076afdb39ac4b8857dffa5e) - Jared - Thu Nov 14 01:22:59 2019
+			* [Actually register MCEntityClassification](https://github.com/CraftTweaker/CraftTweaker/commit/a2a7f49dc28967d5301ee341155281c2c1f543fa) - Jared - Thu Nov 14 01:20:46 2019
+			* [Apparently HTTPGet isn't on the server...](https://github.com/CraftTweaker/CraftTweaker/commit/614a24757df3c4e9d4171829acfeda7f1af389d4) - Jared - Wed Nov 13 23:45:25 2019
+			* [Added a patron message. use #nobrand to disable it. open beta msg gone](https://github.com/CraftTweaker/CraftTweaker/commit/561511680fbbb6aea75468138070f71353e6e273) - Jared - Tue Nov 12 02:21:20 2019
+			* [Disabled debug mode to start with, made #debug enable it](https://github.com/CraftTweaker/CraftTweaker/commit/7cd78799e2da610f98a872c8fe8dff05d598c5f3) - Jared - Wed Nov 6 11:13:35 2019
+			* [Added composter support](https://github.com/CraftTweaker/CraftTweaker/commit/3d371a905e8e14eab71a5e9494a1bd35bc7ca1aa) - Jared - Tue Nov 5 23:52:12 2019
+			* [made actions only undo on their effective sides (not a full fix)](https://github.com/CraftTweaker/CraftTweaker/commit/c2166e3674a729e0fd45401a658a831985bb1744) - Jared - Tue Nov 5 23:52:00 2019
+			* [add MCIngredientList, which is, fixes server tags in recipes](https://github.com/CraftTweaker/CraftTweaker/commit/74ed833f66ae051822fcb5dee2bedd74fe4e06b8) - Jared - Tue Nov 5 20:13:48 2019
+			* [Ingredients only work with Tag<Item> so just always create it](https://github.com/CraftTweaker/CraftTweaker/commit/2428a951a3af1f5b63208150a485dc340e1511ed) - Jared - Tue Nov 5 20:12:54 2019
+			* [no need to pretty print our json](https://github.com/CraftTweaker/CraftTweaker/commit/3f9441aefdf5929a6aaa5d75ad361e0c438c4750) - Jared - Tue Nov 5 20:12:37 2019
+			* [IData#toJsonString](https://github.com/CraftTweaker/CraftTweaker/commit/d0ab6511d18423d3f488e2ecb1cf63faeec7b6e2) - kindlich - Tue Nov 5 19:59:36 2019
+			* [Fix nested maps in json](https://github.com/CraftTweaker/CraftTweaker/commit/8dcf80c7b568052c53c14087916462c8dd80302a) - Jared - Tue Nov 5 12:51:22 2019
+			* [Added a way to add any recipe through json](https://github.com/CraftTweaker/CraftTweaker/commit/7cb66910a8aa3020ae8aa86c7c01b4b78d52b478) - Jared - Mon Nov 4 23:51:54 2019
+			* [Fixed the stone cutter subType being wrong](https://github.com/CraftTweaker/CraftTweaker/commit/9324b32c133fe61cf9c254d713f3df4939bfe2c9) - Jared - Mon Nov 4 23:51:34 2019
+			* [fix command dumps being hard to copy](https://github.com/CraftTweaker/CraftTweaker/commit/3f86c6a5aec95ada60ccc8aebc7fff49e611bf3e) - Jared - Mon Nov 4 23:51:21 2019
+			* [removed source and javadoc jars from curseforge upload](https://github.com/CraftTweaker/CraftTweaker/commit/ef43e24057bac52e883dd37332c5594b7d09cf0e) - Jared - Sun Nov 3 23:21:41 2019
+			* [Added a tag dump command](https://github.com/CraftTweaker/CraftTweaker/commit/944395cb03d7e4c375b4ad9adce0aa39e1778bb7) - Jared - Sun Nov 3 23:13:10 2019
+			* [Fixed duplicate jar entries](https://github.com/CraftTweaker/CraftTweaker/commit/ac9ea58c9ff6021241f872ccb36dcdfb48d65f12) - Jared - Sun Nov 3 13:00:23 2019
+			* [Made stdlibs a jar file, in theory this should work](https://github.com/CraftTweaker/CraftTweaker/commit/7225829f2c5ea2cf4cb2e0e821bc97aa3e798fbc) - Jared - Sat Nov 2 21:53:11 2019
+			* [add <item>.registryName](https://github.com/CraftTweaker/CraftTweaker/commit/92dede21bef019455b6abf18e570372d5885ca28) - Jared - Sat Nov 2 21:40:00 2019
+			* [and we're back to the zip file because Java resources are not feasible](https://github.com/CraftTweaker/CraftTweaker/commit/6d26fd25229ec1a622ed02bb1f294eed896f0c5f) - Jared - Sat Nov 2 21:29:12 2019
+			* [Fully remove any other zip files from the jar file.](https://github.com/CraftTweaker/CraftTweaker/commit/8c96694f079f185d159e1d260686997601898191) - Jared - Sat Nov 2 18:45:46 2019
+			* [remove left over 7z file...](https://github.com/CraftTweaker/CraftTweaker/commit/4bbd9faa44dc43356cf5a334aa74bc68c6d6bc5f) - Jared - Sat Nov 2 18:37:53 2019
+			* [Made stdLibs a folder instead of a zip file to reduce curse wait times](https://github.com/CraftTweaker/CraftTweaker/commit/f351b225fa640570074f3326606e66eb5a05c3c4) - Jared - Sat Nov 2 18:33:46 2019
+			* [undo zsp test](https://github.com/CraftTweaker/CraftTweaker/commit/bc747467579e1380842fa491b9074ea366dfdd97) - Jared - Sat Nov 2 14:33:10 2019
+			* [test with making StdLibs zsp instead of zip](https://github.com/CraftTweaker/CraftTweaker/commit/ce5801f4cbec7a5630024342171e5cdcac96b861) - Jared - Sat Nov 2 14:28:17 2019
+			* [Blacklist crafttweaker:scripts recipe type from being used in scripts](https://github.com/CraftTweaker/CraftTweaker/commit/ee0bec4bfddd768d8dc18c192819a08ec33721c5) - Jared - Fri Nov 1 18:59:57 2019
+			* [Fix client only actions not being applied in single player](https://github.com/CraftTweaker/CraftTweaker/commit/c193eb604fadac6e642919cb6ad5563a70cc330a) - Jared - Fri Nov 1 15:11:25 2019
+			* [fix script recipe type modid](https://github.com/CraftTweaker/CraftTweaker/commit/e2dd626c995e08db9e8168d3a14be2e90eb382cb) - Jared - Fri Nov 1 15:10:40 2019
+			* [fix recipe dumps if there are no recipes in a recipe type](https://github.com/CraftTweaker/CraftTweaker/commit/00b8fb1dd244555b13b38ef2740805545c4ffa93) - Jared - Fri Nov 1 15:10:25 2019
+			* [re-enable curseforge pushing](https://github.com/CraftTweaker/CraftTweaker/commit/1cfaff85b9aae782bcdaa2eedc6be7c6dc2d2fc5) - Jared - Fri Nov 1 09:07:48 2019
+			* [Fixed javadoc complaining about docParam](https://github.com/CraftTweaker/CraftTweaker/commit/1bc78f150c08ad5e9c42f4f92c2d811876dfa2f1) - kindlich - Thu Oct 31 19:14:40 2019
+			* [Fixed pipeline](https://github.com/CraftTweaker/CraftTweaker/commit/9f6c3be5ab0ea4577af95ed1e92cdda9d95c8921) - kindlich - Thu Oct 31 17:22:53 2019
+			* [Split Jenkins Pipeline](https://github.com/CraftTweaker/CraftTweaker/commit/8a439cca69cd19e71af7a194f0a0989c3a8a100d) - kindlich - Thu Oct 31 17:19:31 2019
+			* [fix gradle execing commands](https://github.com/CraftTweaker/CraftTweaker/commit/5af8959cc9afed4d3c4fb422f7185a2ea12761df) - Jared - Thu Oct 31 16:29:45 2019
+			* [remove line about ct syntax, feedback received](https://github.com/CraftTweaker/CraftTweaker/commit/911d78038a972b6aa028f918a5463f67d9cf604e) - Jared - Thu Oct 31 16:12:20 2019
+			* [Add burn time changing](https://github.com/CraftTweaker/CraftTweaker/commit/1c2e637a258d9ec15f4a4b1bf296cd6a5915f81a) - Jared - Thu Oct 31 16:09:28 2019
+			* [Set docParam missing as error and added it to the existing classes](https://github.com/CraftTweaker/CraftTweaker/commit/0de8d10cb5b1b6e036be120872df9145ed1e121a) - kindlich - Wed Oct 30 18:25:18 2019
+			* [Changed some regex matches to make them more readable](https://github.com/CraftTweaker/CraftTweaker/commit/8691284e033a875cbd71bab2efc56898fa366bc1) - kindlich - Wed Oct 30 18:23:51 2019
+			* [Fixed static-only classes wanting docParam this](https://github.com/CraftTweaker/CraftTweaker/commit/69e61e7f2fee4d68f7b28407f8a9dae15216bd60) - kindlich - Wed Oct 30 00:01:52 2019
+			* [docParam and scriptFile for generated documents Methods need @docParam for their parameters. If the type has nonstatic methods, then the type also needs @docParam on its javadoc](https://github.com/CraftTweaker/CraftTweaker/commit/d20fe1f5b461a572dbde2d15ace8f366afee888e) - kindlich - Tue Oct 29 18:17:19 2019
+
+	Create (create-mc1.14.4_v0.1.1a.jar --> create-mc1.14.4_v0.2.1.jar):
+		create-mc1.14.4_v0.2.1.jar:
+			Create 0.2.1 for Minecraft 1.14.4
+			With lots of content come lots of bugs, thank you to everyone reporting them to us!
+			* Fixed compat crash when tooltips are loaded early
+			* Capacity of all sources have doubled
+			* Fixed inconsistencies with Create's World-gen
+			* Fixed stress values of components not added correctly when chunks are being loaded and unloaded
+			* Chassis range is now displayed with an overlay instead of outlines. Fixes performance issues with large structures
+			* Crushing wheels no longer pull players in peaceful mode
+			* Mixers no longer ignore items inserted during processing
+			* Powered Latch now reacts to weak power on the sides
+			* Fixed adjustable crates not updating their inventory properly when extended
+			* Fixed Deployers not finding attached inventories
+			* Moving Saws are now able to break leaves
+			* Added limestone, weathered limestone, gabbro, dolomite and scoria (as well as their polished variants) to #forge:stone
+			* Added #forge:storage_blocks/copper to #forge:storage_blocks
+			* Added copper block to #forge:storage_blocks/copper
+			* Added config value for the furnace generators speed
+			* Added the generation speed of water wheel, encased fan and furnace generator to their tooltips
+			* Goggles can now show the power of an analog lever when worn
+			Please submit any Issues you come across on the [Issue Tracker](https://github.com/simibubi/Create/issues).
+
+		create-mc1.14.4_v0.2.jar:
+			Create 0.2 for Minecraft 1.14.4
+			Forge 28.1.20+
+			An update both to the foundation and content of Create. Consider starting a new world with this version.
+			Kinetics
+			*
+			Added
+			* Mechanical Mixer
+			* Mechanical Saw
+			* Mechanical Crafter
+			* Furnace Engine and Flywheel
+			* The Deployer
+			* Hand Crank
+			* Wrench to rotate, dismantle and configure some components
+			* Gauges to measure speed and stress
+			* Engineer’s Goggles to see more info about kinetic systems
+			* Nozzle, an attachment for encased fans
+			* Analog Belt Pulley
+			* Rotation Speed Controller
+			* Sequenced Gearshift
+			* Cuckoo Clock
+			* Clockwork Bearing
+			* Rope Pulley
+			*
+			Tweaked
+			* Introduced a new Torque-esque mechanic, preventing infinite speed-up and overusing single sources. (Can be disabled)
+			* The speed unit now resembles RPM
+			* Kinetic components now break when their speed changes to frequently
+			* Some components now require a minimum speed to operate
+			* Encased fans no longer affect their environment in both directions
+			* Encased Belts can now connect multiple shafts in a line
+			* Sand washing recipe nerfed slightly
+			* Turntable now also moves armor stands
+			* Entities killed by crushing wheels will now drop their loot below the wheels
+			* The Motor is now creative only
+			* While the F3 menu is open, kinetic systems will be colored randomly to help with ingame debugging. This can be disabled in the configs or with /create toggleDebug false
+			*
+			Belts
+			* Transported items are no longer in-world entities
+			* Items can be picked of belts by right-clicking
+			* Funnels can now sit on belts sideways
+			* Some of Create’s blocks now support belts as in/outputs
+			* Brass Casings can now be added to belts to allow for extractors and funnels to be placed on belts directly
+			* Belt Observer now has 4 modes with different behaviours
+			* Added Belt Tunnels
+			* Belt Tunnels that can be placed on belt casings
+			* Belt Tunnels can act as belt mergers for parallel belts
+			*
+			Moving Structures
+			* Groups of blocks moved by mechanical pistons/bearings are referred to as Contraptions
+			* Contraption Controllers can now specify when to retire the contraption back into blocks
+			* Contraptions that include an Inventory (e.g. a chest) now automatically fill those with outputs from Saws, Drills and Harvesters
+			* Contraptions will now stall (wait in place) while certain action are performed
+			* Redstone Contacts now also work properly when part of a contraption
+			* Added the Cart Assembler, allowing for the creation of contraptions mounted on minecarts
+			* Added the Portable Storage Interface
+			Logistics
+			*
+			Tweaked
+			* Belt Funnels are now called Funnels
+			* Funnels can now pick up item entities
+			* Funnels can now be filtered
+			* Funnels and extractors can now be placed vertically as well
+			* Extractors are now aware of other extractors on the same inventory and will take turns
+			* Extraction count can now be controlled with a scrollable value on extractors and transposers
+			* Adjustable Crates (previously FlexCrates) can now be grouped in pairs
+			* Flexpeater renamed to Adjustable Repeater
+			*
+			Added
+			* Transposer Block (as well as a linked variant)
+			* Filters for matching a group of items or nested filters
+			* Attribute Filters for matching item properties
+			* Analog Lever
+			* Powered Latch
+			* Powered Toggle Latch
+			* Adjustable pulse repeater
+			Curiosities
+			*  Added
+			* Deforester
+			* Sand Paper
+			* Some new materials including Refined Radiance and Shadow Steel
+			* Blazing, Shadow Steel and Gilded Quartz Tools with special traits
+			* Handheld Worldshaper (creative only)
+			Palettes
+			*  Added
+			* Several new Blocks with connected textures
+			* Framed Glass, Iron Glass and Wooden Glass variants, as well as panes for all glass types
+			* "Layered" variant for Granite, Diorite, Andesire, Gabbro, Limestone, Weathered Limestone and Dolomite
+			* Scoria Blocks (regular, dark and natural variants)
+			* Decorative Casings (Andesite, Copper, Brass)
+			* Oxidizing Blocks (Copper Ore, Copper Block and Shingles)
+			Other
+			* JEI screens are now a bit more compact
+			* Added some oregen to the Overworld (customizable in the configs)
+			* Added some Advancements
+			* Container blocks now have comparator outputs
+			* Various changes to models and textures
+			Several other bug fixes as well as many new bugs :) If you find any, please report them to us on the [Issue Tracker](https://github.com/Creators-of-Create/Create/issues). Thank you and have fun!
+
+	DefaultSettings (DefaultSettings-1.14.x-2.1.4 --> DefaultSettings-1.14.x-2.1.9):
+		DefaultSettings-1.14.x-2.1.9:
+			Updates:
+			* Fixed language and resourcepacks not updating properly (1.13+)
+			* Fixed multiple minor crashes and errors
+
+		DefaultSettings-1.14.x-2.1.8:
+			Updates:
+			+ Keys, Options (OF), and Servers now also dynamically update on the user's side
+			+ Sharing configs for all available profiles (Beta, Niels Pilgaard Grøndahl)
+			* Improved disk space management and startup speed
+
+		DefaultSettings-1.14.x-2.1.5:
+			Updates:
+			* Fixed occasional log error spam
+
+	Dimensional Dungeons (dimdungeons-1.03-forge-1.14.4.jar --> dimdungeons-1.051-forge-1.14.4.jar):
+		dimdungeons-1.051-forge-1.14.4.jar:
+			* Fixed a bug in my support for GraveStone Mod by henkelmax. (And tested it this time.)
+			* This update is only needed if you are running a dedicated server or a single player game and also have this mod installed.
+
+		dimdungeons-1.05-forge-1.14.4.jar:
+			* New Loot Tables! Loot is improved 200% 400%!
+			* Included many mod compatibility fixes from the 1.15.2 builds.
+
+	Engineer's Decor (engineersdecor-1.14.4-1.0.20-b1.jar --> engineersdecor-1.14.4-1.0.20-b2.jar):
+		engineersdecor-1.14.4-1.0.20-b2.jar:
+			* v1.0.20-b2  [U] Forge version requirement set to >= 28.2.3.
+			[A] Added Labeled Crate (storage crate with built-in item frame).
+			* v1.0.20-b1  [A] Electrical Furnace: Added four-position speed switch (off, 100%, 150%, 200%), power consumption
+			increases at higher rate (off, 100%, 200%, 400%).
+			[A] Added Steel Mesh Fence Gate (single or double height gate fitting to the Steel Mesh Fence).
+			[M] Waste Incinerator processing speed tweaked.
+			* v1.0.19-b5  [A] Added right-click display of power and progress information for Block Breaker, Solar Panel, and Tree Cutter.
+			[A] Solar Panel power curve tuned.
+			[A] Mod manual 1st edition release recipe added.
+			[A] Factory Hopper: Resetting NBT when breaking with empty inventory (for stacking), enabled item cap for all sides.
+			[M] Electrical Furnace model polished.
+			* v1.0.19-b4  [A] Ported primary Immersive Engineering dependent recipes (alternative recipes
+			will still work if IE is not installed).
+			[M] Furni comparator output overrides reflect input slots and empty fuel state/power-cutoff.
+			[M] Solar Panel config: Default value for internal battery capacity increased.
+			[F] Block Placer: Shifted GUI player slots 1px to the right.
+			[A] Added mod block tags for slabs, stairs, and walls (PR#89, thanks CrudeAustin for the data).
+			[A] Added experimental Patchouli manual (creative only).
+			[!] Skipped blacklisting Treated Wood Crafting Table slots for the inventorysorter mod due
+			to potential startup crashes for single player games (issue #88 fix deferred).
+			* v1.0.19-b3  [M] Config tweaks: Value limit ranges increased to facilitate modpacking.
+			[A] Factory Hopper: Added bottom item handler (CR#227).
+			[M] Block shapes refined.
+			[F] Fixed duping bug (issue #87, thx Nachtflame)
+			* v1.0.19-b2  [F] Fixed Floor Grating item pass-through jitters (thx Cid).
+			[M] Removed obsolete recipe collision testing recipes.
+			[F] Fixed missing Block Breaker dynamic block drops.
+			[F] Block Placer planting race condition issue fixed (issue #83, thx jcardii).
+			[F] Factory Hopper: Added second standard insertion after smart-insert to circumcent compat issues (issue #84, thx NillerMedDild).
+			* v1.0.19-b1  [F] Fixed Tree Cutter / Block Breaker not accepting small energy transfers (thx WindFox, issue #82).
+			* v1.0.18-b4  [M] Lang update ru_ru (PR#77, thanks Smollet777).
+			[F] Fixed Milking machine cow path issue, added milking delay cow tracking.
+			[F] Slab / Slab Slice placement adapted to vanilla standard.
+			* v1.0.18-b3  [A] Added Treated Wood Crafting table tweaks (ctrl-shift moves all same stacks from the
+			inventory, mouse wheel over crafting slot increases/decreases crafting grid stacks).
+			[F] EN Lang file fixed (issue #76, thx Riverstar907).
+			[F] Fixed Tree Cutter not respecting power-required config (thx federsavo, issue #77).
+			[F] Fixed Small Solar Panel not exposing energy capability (thx MatthiasMann, issue #78).
+			* v1.0.18-b2  [F] Fixed JEI integration warning if nothing is opt'ed out (thx @SDUBZ for reporting).
+			[M] Lang ru_ru updated (Smollet777).
+			* v1.0.18-b1  [U] Updated to Forge 1.14.4-28.1.109/20190719-1.14.3.
+			[A] Added opt-out config for the Small Tree Cutter.
+			* v1.0.17-b3  [F] Double newline escapes in lang files fixed ("\n" in a tooltip).
+			[M] Updated zh_cn lang file (scikirbypoke).
+			* v1.0.17-b2  [A] Reverse recipes for slabs and slab slices added.
+			[M] Inset Floor Edge Light slightly thinner, looks better.
+			* v1.0.17-b1  [A] Added Milking Machine.
+			[A] Added Mineral Smelter gravity fluid transfer.
+			[M] Window placement improved.
+			[M] Made Pipe Valve textures slightly darker to fit IE pipes better when shaded.
+			[F] Levers can be directly attached to redstone controller Pipe Valves.
+			[F] Replaced Pipe Valve early load with lazy initialized data (issue #69, thx @Siriuo).
+			* v1.0.16-b7  [M] Forge blockstates ported from 1.12 transformed to vanilla.
+			* v1.0.16-b6  [A] Made slab slice left-click pickup optional (default enabled).
+			[A] Added config option for device drops in creative mode (addresses #67),
+			[F] Fixed Panzer Glass Block submerged display (issue #68, thx WenXin20).
+			* v1.0.16-b5  [F] Fixed recipe condition bug (issue #65, thx Nachtflame for the report,
+			and gigaherz & killjoy for the help).
+			* v1.0.16-b4  [U] Updated to Forge 1.14.4-28.1.90/20190719-1.14.3.
+			[M] Increased slag brick recipe yield to 8.
+			[M] Parent specs in model files adapted.
+			* v1.0.16-b3  [A] Config options (opt-outs and tweaks) added.
+			[M] Increased clinker brick recipe yield to 8 for the builders needs.
+			* v1.0.16-b2  [A] Added Gas Concrete (including wall, stairs, slab, and slab slice).
+			[F] Fixed Small Block Breaker active model.
+			[F] Fixed item-on-ground display glitch (issue #61, thx Federsavo for the hint).
+			[F] Added two missing recipes.
+			* v1.0.16-b1  [U] Updated to Forge 1.14.4-28.1.79/20190719-1.14.3.
+			[A] Added Fluid Collection Funnel.
+			* v1.0.15-b3  [A] Added Small Block Breaker.
+			[M] Mineral Smelter fluid handler/transfer added.
+			* v1.0.15-b2  [!] Forge version requirement set to 1.14.4-28.1.68 or higher.
+			[A] Added Factory Block Placer and Planter.
+			[A] Added Small Tree Cutter.
+			* v1.0.15-b1  [A] Added Floor Edge Light.
+			[U] Updated to Forge 1.14.4-28.1.68/20190719-1.14.3.
+			* v1.0.14-b1  [U] Updated to Forge 1.14.4-28.1.40/20190719-1.14.3.
+			[A] Factory Hopper added (configurable hopper and item collector).
+			[M] Switched to integrated loot table generation.
+			[M] Lang file zh_cn updated (scikirbypoke, PR#53).
+			* v1.0.13-b2  [A] Added Steel Mesh Fence.
+			[A] Added Broad Window Sill.
+			* v1.0.12-b3  [U] Updated to Forge 1.14.4-28.1.10/20190719-1.14.3.
+			[A] Crafting Table: Added recipe collision resolver,
+			also applies to crafting history refabrication.
+			[A] Crafting Table: Added rendering of placed items
+			on the top surface of the table.
+			[A] Waterlogging of non-full-blocks added.
+			* v1.0.12-b2  [U] Updated to Forge 1.14.4-28.0.105/20190719-1.14.3.
+			[A] Small Solar Panel added.
+			[M] Items fall through the Steel Floor Grating like in 1.12.2 version.
+			[M] Factory Dropper: Added pulse/continuous mode in GUI (issue #51,
+			thx Aristine for the CR).
+			* v1.0.12-b1  [U] Updated to Forge 1.14.4-28.0.93/20190719-1.14.3.
+			[M] Logo location fixed.
+			* v1.0.11-b3  [U] Updated to Forge 1.14.4-28.0.81/20190719-1.14.3.
+			[F] Adapted recipe condition to Forge version (issue #49).
+			* v1.0.11-b2  [U] JEI dependency update 1.14.4:6.0.0.10.
+			[F] Fixed creative ghost block issue (issue #48).
+			[M] Updated ru_ru lang file (Shellyoung, PR#47).
+			* v1.0.11-b1  [A] Added Steel Table
+			[A] Added Treated Wood Side Table
+			[A] Added Exit Sign
+			[A] Added Steel Floor Grating
+			[M] Sign orientation fixed, only blocked vertical placement.
+			* v1.0.9-b9   [U] Update to Forge 1.14.4-28.0.40/20190719-1.14.3 for Forge
+			testing.
+			* v1.0.9-b8   [U] UPDATE TO 1.14.4. Forge 1.14.4-28.0.11/20190719-1.14.3.
+			* v1.0.9-b7   [U] Updated to Forge 1.14.3-27.0.60/20190719-1.14.3.
+			[F] Disabled all early implemented fuild handling of valves
+			and the Fluid Accumulator to prevent world loading
+			hang-ups (issue #42, thx TheOhmegha for reporting).
+			Will be re-enabled after fluid handling released in Forge.
+			[F] Fixed blockstate model locations for signs and crafting
+			table (issue #43, thx ProsperCraft for the beta test).
+			* v1.0.9-b6   [U] Updated to Forge 1.14.3-27.0.50/20190621-1.14.2.
+			* v1.0.9-b5   [A] Added missing recipes for slabs, stained clinker, half-slabs, valves.
+			[M] Standalone recipes adapted.
+			[F] Lang files: Fixed double newline escape.
+			[A] Implicit opt-out of hard IE dependent blocks ported (e.g. Concrete Wall).
+			[M] Basic mod config features, opt-outs and tweaks ported.
+			* v1.0.9-b4   [E] Experimental: Config skel ported (!not all options have effect yet).
+			[E] Experimental: JEI integration for opt-outs and crafting table ported
+			(also addresses issue #38).
+			* v1.0.9-b3   [F] Additional item drop fixes when blocks are destroyed (issue #39).
+			* v1.0.9-b2   [U] Updated to Forge 1.14.3-27.0.25/20190621-1.14.2.
+			[F] Fixed recipe collision of Metal Rung Ladder (issue #37,
+			thx ProsperCraft for reporting).
+			[F] Fixed opening crafting table, furni, dropper server crash
+			issue #35 (thx ProsperCraft also here).
+			[F] Fixed missing pole/support item drops (issue #36, ProsperCraft).
+			* v1.0.9-b1   [U] Updated to MC1.14.3, Forge 1.14.3-27.0.17/20190621-1.14.2.
+			[A] Added Small Mineral Smelter.
+			* v1.0.8-b3   [A] Ported slabs and slab slices from 1.12.2.
+			[A] IE independent ("standalone") recipes ported.
+			* v1.0.8-b2   [U] Updated to Forge BETA 1.14.2-26.0.63/20190621-1.14.2,
+			code adapted to new mappings.
+			[M] Updated 1st/3rd person item model rotations/translations.
+			* v1.0.8-b1   [V] Feature set of 1.12 ported.
+			[A] CTRL-SHIFT tooltips ported.
+			[A] Ported stained clinker block/stairs.
+			[M] Updated textures.
+			[I] Issue: Scoped recipe constants still not working.
+			* v1.0.7-b5   [U] Updated to Forge BETA 1.14.2-26.0.35/20190608-1.14.2.
+			[A] Factory dropper functionality ported.
+			[A] Small lab furnace functionality ported.
+			[A] Small electrical lab furnace functionality ported.
+			[A] Small waste incinerator functionality ported.
+			[A] Fluid valves, Passive Fluid Accumulator ported.
+			[I] Issue: Scoped recipe constants still not working.
+			* v1.0.7-b4   [U] Updated to Forge BETA 1.14.2-26.0.32/20190608-1.14.2.
+			[A] Sitting on the stool ported.
+			[A] Ladder climbing speed boost ported.
+			[A] Crafting table functionality ported.
+			[I] Issue: Scoped recipe constants not working yet with
+			the current Forge version (or somehow changed).
+			* v1.0.7-b3   [A] Initial 1.14.2 port of decorative blocks.
+
+	Gauges and Switches (rsgauges-1.14.4-1.2.2-b1.jar --> rsgauges-1.14.4-1.2.2-b2.jar):
+		rsgauges-1.14.4-1.2.2-b2.jar:
+			* v1.2.2-b2  [A] Elevator Switch added.
+			* v1.2.2-b1  [A] Added Valve Switch (idea and model by Jack Mazz).
+			-------------------------------------------------------------------
+			* v1.2.1     [R] Release build v1.2.1. Release-to-release changes:
+			* Industrial Comparator Switch added.
+			-------------------------------------------------------------------
+			* v1.2.1-b1  [A] Added Industrial Comparator Switch.
+			-------------------------------------------------------------------
+			* v1.2.0     [R] Release build v1.2.0.
+			-------------------------------------------------------------------
+			* v1.2.0-b2  [F] Fixed JEI integration warning if nothing is opt'ed out (thx @SDUBZ).
+			[A] Added GIT version logging.
+			[M] Lang en_us: Sensitive Glass block names adapted (issue #15, thx Dimentive).
+			* v1.2.0-b1  [A] Added JEI integration.
+			[M] All Forge blockstates transformed to vanilla format.
+			[M] Model "vanillafication" rework, part 2.
+			[D] Removed obsolete switches (registry not affected).
+			[M] Recipes simplified, recipe conditions unified.
+			[M] Code updates for version compatibility.
+			[A] All block are waterloggable (including Sensitive glass).
+			* v1.1.10-b3  [M] Strong power output of levers and buttons also output weak power
+			to all sides (like vanilla levers).
+			[M] Touch config for automatic switches (small buttons on the devices)
+			are not restricted anymore to using the empty hand.
+			* v1.1.10-b2  [M] Global parent definition in model files updated.
+			[M] Language file updates.
+			* v1.1.10-b1  [F] Indicator-powered check modified to support accepting direct strong
+			power from blocks which normally cannot provide power.
+			[M] Made metallic switch textures slightly lighter.
+			* v1.1.9-b2   [F] Fixed switch link relay input bug (issue #14, thx wieselkatz!).
+			[F] Fixed optional-recipe condition for know switches.
+			* v1.1.9-b1   [U] Updated to Forge 1.14.4-28.1.69/20190719-1.14.3.
+			* v1.1.8-b4   [U] Updated to Forge 1.14.4-28.1.44/20190719-1.14.3.
+			* v1.1.8-b3   [U] Updated to Forge 1.14.4-28.1.10/20190719-1.14.3.
+			[A] Knock switches (seismic adjacent block click detectors) added.
+			* v1.1.8-b2   [U] Updated to Forge 1.14.4-28.0.81/20190719-1.14.3, recipe
+			condition processing adapted accordingly.
+			* v1.1.8-b1   [F] Fixed contact switch sound issue.
+			[A] Added right-click switch configuration with Redstone Dust,
+			Ender Pearl or Switch Link Pearl.
+			[M] Industrial door contact mat model changed.
+			[M] Industrial sensitive contact mat model changed.
+			[M] Industrial shock sensitive contact mat model changed.
+			[M] Industrial cased link receiver models changed.
+			[M] Industrial block detector model changed.
+			[M] Industrial trapdoor switch models changed.
+			[M] Industrial dimmer model changed.
+			* v1.1.7-b2   [A] Entity detectors have configurable pulse time.
+			[M] Industrial bistable switch model changes ported
+			from 1.12.
+			* v1.1.6-b1   [A] Color tint support of gauges, glass switches,
+			and sensitive glass ported.
+			[M] Block detector switch patterns support tags.
+			* v1.1.5-b1   [A] Initial 1.12.2 to 1.14.4 port of all
+			features except color tinting and
+			Forge ore dictionary dependent blocks.
+
+	Geolosys (Geolosys 1.14.4 4.0.11 --> Geolosys 1.14.4 4.0.14):
+		Geolosys 1.14.4 4.0.14:
+			Geolosys Changelog (1.14)
+			4.0.14
+			Fixed
+			* ConcurrentModificationException with mods like C.O.M.B.A.T.
+			4.0.13
+			Fixed
+			* Field Manual not drawing dark overlay in the background (this may also help with compatability with Blur)
+			* Fixed invalid translation in zh_cn translations
+			Changed
+			* Resolved client rendering warnings in code (doesn't affect you personally, it was just bothering me)
+			4.0.12
+			Added
+			* Translations for Chinese (zh_cn) - Thanks to [https://github.com/Aemande123]()!
+			* Translations for Brazilian Portugese (pt_br) - Thanks to [https://github.com/StalckGx]()!
+			4.0.11
+			Fixed
+			* Extra spaces in US translation of prospector's pick altitude when above sea level
+			Changed
+			*
+			Dikes:
+			* Dikes are now tall columnal platforms instead of boxy
+			* This fixes kimberlite literally never showing up when you dig for it
+			* Dikes are more based on their size attribute
+			* Here's how a smaller hematite dike of size 24 looks:
+			4.0.10
+			Changed
+			* Calculations on how many samples are generated, since this is now different due to how new deposit types work
+			* Made ProPick overlay text translatable
+			* ProPick overlay text is now in form of Depth: +<x>m, Depth: -<x>m, or Depth: 0m
+			4.0.9
+			Added
+			* Text in the field manual about each of the pluton types
+			* Text in each resource entry letting you know what type of pluton it forms in
+			Fixed
+			* The size setting of a DIKE pluton having no effect
+			4.0.8
+			Added
+			*
+			New Pluton Types!! They come in four variants:
+			* Dense (same as the old ones)
+			* Dike (A vertical column of ore)
+			* Sparse (Scattered within the chunk boundaries)
+			* Layer (A few circular-ish layers of ore)
+			Fixed
+			* Field Manual not respecting config option
+			* Field Manual being given multiple times
+			* Cassiterite not dropping anything
+			* Possibly being given the Field Manual multiple times
+			* Disabling Field Manual gifting not working
+			4.0.7
+			Fixed
+			* Sample bounding boxes being centered on the block, but the actual sample being off-centered
+			4.0.6
+			Added
+			* ProPick Extras (a config option to let you define other blocks the propick should pick up on)
+			* Sample Placement Blacklist config option
+			Changed
+			* The defaultReplacementMats option is now a list of strings, instead of a single large string
+			* Samples will now be generated even smarter than before, checking if the block they're placing on is in the samplePlacementBlacklist (a new config option) or is the top solid (a requirement for the sample block itself too)
+			Fixed
+			4.0.5
+			Fixed
+			* Nether Quartz generating in the Nether
+			4.0.4
+			Fixed
+			* Kimberlite samples not dropping anything
+			* Sample Item Models now render correctly (should look better in creative menu + TOP + HWYLA)
+			* ConcurrentModificationException with serializeNBT() in IGeolosysCapability
+			4.0.3
+			Fixed
+			* Typo and format errors in the field manual
+			* Disabling Vanilla Ore Gen removing all sand, gravel and clay
+			4.0.2
+			Added
+			* Field Manual is back! Everything's working! (I think)
+			* Field Manual is gifted to you once (can be configured not to)
+			Fixed
+			* Server crash due to weirdness with "ItemStackTileEntityRenderer"
+			4.0.1
+			Added
+			* Compatability drops (waiting on [this bug to be fixed](https://github.com/MinecraftForge/MinecraftForge/issues/5828)) - once the bug is fixed it should work without me updating
+			* Ability to gift players a (currently non-functioning 🤔) Field Manual the first time they join the game - there is a config for this.
+			Changed
+			* Internal API stuff to make sure pending blocks work consistently.
+			* ProPick Recipe (It's now three iron aross the top row, two sticks down the remaining empty right columns)
+			Fixed
+			* ProPick not having recipe
+			* Python scripts I wrote being packaged with the mod
+			4.0.0
+			What Works
+			* All ore gen and stone gen, just like how it used to work
+			* JSON customization, just like it was
+			* Most other major components except for what's listed below:
+			What Hasn't Been Implemented Yet
+			* Campatibility drops (waiting on [this bug to be fixed](https://github.com/MinecraftForge/MinecraftForge/issues/5828))
+			* Geolosys "RetroGen"
+			* Most user entries
+			* Most mod compat
+			What has been Permanently Removed
+			* Some compatibility - not much, but some of it was modifying drops (e.g. Nuclearcraft compat). This has been permanently removed because you can change this yourself using a datapack!.
+			Mod Changes
+			* Samples can break if you fall on them
+			* Samples can now be waterlogged (hence there isn't a "can place in water" config because they should always be able to).
+			* Samples now have random X/Z offsets (like flowers) for more realistism
+			* dimBlacklist is no longer a list of integers (e.g. [-1, 1]) - it's now a string of resource locations (e.g. ["the_end", "extrautils2:deep dark"], etc.)
+			* Propick recipe: no longer requires an iron block (that didn't make sense)
+			API Changes
+			* The API has been moved out of the common package and into the main geolosys package.
+			* IOre → IDeposit
+			*  The API is now much reduced - the API now only consists of:
+			*  GEOLOSYS_WORLD_CAPABILITY: The capability used for storing:
+			* What chunks have already had ore plutons checked for
+			* What chunks have already had stone plutons checked for
+			* What chunks have already been retrogenned (not yet used)
+			* Pending blocks per-chunk (blocks that need to be placed at a blockpos but haven't been because that would cause cascading lag)
+			* proPickExtras: Extra BlockState entries to look for when prospecting
+			* oreConverterBlacklist: Which ores not to convert as a part of "retrogenning" (not yet used)
+			* A PlutonRegistry instance, allowing access to add, get and remove all ore and stone IDeposits used by Geolosys
+			* New BlockPosDim class for dimension-defined BlockPoses (used for pending blocks)
+			* Move BlockPosDim/ChunkPosDim to their own classes for clarity
+
+		Geolosys 1.14.4 4.0.13:
+			Geolosys Changelog (1.14)
+			4.0.13
+			Fixed
+			* Field Manual not drawing dark overlay in the background (this may also help with compatability with Blur)
+			* Fixed invalid translation in zh_cn translations
+			Changed
+			* Resolved client rendering warnings in code (doesn't affect you personally, it was just bothering me)
+			4.0.12
+			Added
+			* Translations for Chinese (zh_cn) - Thanks to [https://github.com/Aemande123]()!
+			* Translations for Brazilian Portugese (pt_br) - Thanks to [https://github.com/StalckGx]()!
+			4.0.11
+			Fixed
+			* Extra spaces in US translation of prospector's pick altitude when above sea level
+			Changed
+			*
+			Dikes:
+			* Dikes are now tall columnal platforms instead of boxy
+			* This fixes kimberlite literally never showing up when you dig for it
+			* Dikes are more based on their size attribute
+			* Here's how a smaller hematite dike of size 24 looks:
+			4.0.10
+			Changed
+			* Calculations on how many samples are generated, since this is now different due to how new deposit types work
+			* Made ProPick overlay text translatable
+			* ProPick overlay text is now in form of Depth: +<x>m, Depth: -<x>m, or Depth: 0m
+			4.0.9
+			Added
+			* Text in the field manual about each of the pluton types
+			* Text in each resource entry letting you know what type of pluton it forms in
+			Fixed
+			* The size setting of a DIKE pluton having no effect
+			4.0.8
+			Added
+			*
+			New Pluton Types!! They come in four variants:
+			* Dense (same as the old ones)
+			* Dike (A vertical column of ore)
+			* Sparse (Scattered within the chunk boundaries)
+			* Layer (A few circular-ish layers of ore)
+			Fixed
+			* Field Manual not respecting config option
+			* Field Manual being given multiple times
+			* Cassiterite not dropping anything
+			* Possibly being given the Field Manual multiple times
+			* Disabling Field Manual gifting not working
+			4.0.7
+			Fixed
+			* Sample bounding boxes being centered on the block, but the actual sample being off-centered
+			4.0.6
+			Added
+			* ProPick Extras (a config option to let you define other blocks the propick should pick up on)
+			* Sample Placement Blacklist config option
+			Changed
+			* The defaultReplacementMats option is now a list of strings, instead of a single large string
+			* Samples will now be generated even smarter than before, checking if the block they're placing on is in the samplePlacementBlacklist (a new config option) or is the top solid (a requirement for the sample block itself too)
+			Fixed
+			4.0.5
+			Fixed
+			* Nether Quartz generating in the Nether
+			4.0.4
+			Fixed
+			* Kimberlite samples not dropping anything
+			* Sample Item Models now render correctly (should look better in creative menu + TOP + HWYLA)
+			* ConcurrentModificationException with serializeNBT() in IGeolosysCapability
+			4.0.3
+			Fixed
+			* Typo and format errors in the field manual
+			* Disabling Vanilla Ore Gen removing all sand, gravel and clay
+			4.0.2
+			Added
+			* Field Manual is back! Everything's working! (I think)
+			* Field Manual is gifted to you once (can be configured not to)
+			Fixed
+			* Server crash due to weirdness with "ItemStackTileEntityRenderer"
+			4.0.1
+			Added
+			* Compatability drops (waiting on [this bug to be fixed](https://github.com/MinecraftForge/MinecraftForge/issues/5828)) - once the bug is fixed it should work without me updating
+			* Ability to gift players a (currently non-functioning 🤔) Field Manual the first time they join the game - there is a config for this.
+			Changed
+			* Internal API stuff to make sure pending blocks work consistently.
+			* ProPick Recipe (It's now three iron aross the top row, two sticks down the remaining empty right columns)
+			Fixed
+			* ProPick not having recipe
+			* Python scripts I wrote being packaged with the mod
+			4.0.0
+			What Works
+			* All ore gen and stone gen, just like how it used to work
+			* JSON customization, just like it was
+			* Most other major components except for what's listed below:
+			What Hasn't Been Implemented Yet
+			* Campatibility drops (waiting on [this bug to be fixed](https://github.com/MinecraftForge/MinecraftForge/issues/5828))
+			* Geolosys "RetroGen"
+			* Most user entries
+			* Most mod compat
+			What has been Permanently Removed
+			* Some compatibility - not much, but some of it was modifying drops (e.g. Nuclearcraft compat). This has been permanently removed because you can change this yourself using a datapack!.
+			Mod Changes
+			* Samples can break if you fall on them
+			* Samples can now be waterlogged (hence there isn't a "can place in water" config because they should always be able to).
+			* Samples now have random X/Z offsets (like flowers) for more realistism
+			* dimBlacklist is no longer a list of integers (e.g. [-1, 1]) - it's now a string of resource locations (e.g. ["the_end", "extrautils2:deep dark"], etc.)
+			* Propick recipe: no longer requires an iron block (that didn't make sense)
+			API Changes
+			* The API has been moved out of the common package and into the main geolosys package.
+			* IOre → IDeposit
+			*  The API is now much reduced - the API now only consists of:
+			*  GEOLOSYS_WORLD_CAPABILITY: The capability used for storing:
+			* What chunks have already had ore plutons checked for
+			* What chunks have already had stone plutons checked for
+			* What chunks have already been retrogenned (not yet used)
+			* Pending blocks per-chunk (blocks that need to be placed at a blockpos but haven't been because that would cause cascading lag)
+			* proPickExtras: Extra BlockState entries to look for when prospecting
+			* oreConverterBlacklist: Which ores not to convert as a part of "retrogenning" (not yet used)
+			* A PlutonRegistry instance, allowing access to add, get and remove all ore and stone IDeposits used by Geolosys
+			* New BlockPosDim class for dimension-defined BlockPoses (used for pending blocks)
+			* Move BlockPosDim/ChunkPosDim to their own classes for clarity
+
+	Nether Portal Spread (Archived file --> netherpspr_1.14-3.0.jar):
+		netherpspr_1.14-3.0.jar:
+			Version 3.0
+			Adds a config file in ./config/netherportalspread/ named 'spreadsettings.txt' where can be specified which blocks convert into which and their weight. See the description for more details.
+
+	Simply Backpacks (simplybackpacks-1.14.4-1.4.0.jar --> simplybackpacks-1.14.4-1.4.3.jar):
+		simplybackpacks-1.14.4-1.4.3.jar:
+			Fixed item loss bug with shift clicking stacks.
+
+		simplybackpacks-1.14.4-1.4.2.jar:
+			More prevention of nesting items.
+			Fixed display names not showing when opening backpack via hotkey.
+
+		simplybackpacks-1.14.4-1.4.1.jar:
+			Fixed opening backpack from offhand.
+			Fixed renamed backpacks not displaying the custom name. (closes [#10](https://github.com/Flanks255/simplybackpacks/issues/10))
+
+	Steve's Factory Manager Reborn (StevesFactoryManager-1.14.4-3.0.0-alpha26.jar --> StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar):
+		StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar:
+			a27+hotfix
+			(no commit, temporary fix)
+			* Fixes dupe caused by item stack ownership leaking
+			* Temporary fix while waiting forge to merge PR #6580
+
+	Tetra (tetra-1.14.4-1.25.0.jar --> tetra-1.14.4-1.26.0.jar):
+		tetra-1.14.4-1.26.0.jar:
+			* added global magic cap multiplier to config
+
+		tetra-1.14.4-1.25.1.jar:
+			* changed data load order for repairs (fixes repairs not working in multiplayer)
+			* changed harvest speed to require at least tier 1 of the required capability
+
+	Xaero's Minimap (v20.5.1 for Minecraft 1.14.4 --> v20.5.2 for Minecraft 1.14.4):
+		v20.5.2 for Minecraft 1.14.4:
+			* Added support for Xaero's World Map 1.5.6. Not compatible with older versions.
+			* Fixed GL Error spam under certain conditions when you have key bindings set to nothing.
+
+	Xaero's World Map (v1.5.5 for Minecraft 1.14.4 --> v1.5.6 for Minecraft 1.14.4):
+		v1.5.6 for Minecraft 1.14.4:
+			* Fixed compatibility with the newest version of Better Portals or similar mods.
+			+ Added additional key bindings for those who can't or prefer not using the mouse wheel for zooming and scrolling waypoints.
+			* Fixed the map data folder following the symlink if the config folder is one even though it's not in the config folder.
+			* Fixed rare crash on dimension change.
+			* Fixed multiworld detection not working correctly in certain situations.
+			* Reworked multiworld detection to support dimension-specific spawnpoints better.
+			* Fixed GL Error spam under certain conditions when you have key bindings set to nothing.
+			+ Added an option to disable waypoints on the world map.
+
+Removed:
+- Auth Me
+
+Generated using [ChangelogGenerator 2.0.0-pre3](https://github.com/TheRandomLabs/ChangelogGenerator).
diff --git a/minecraftinstance.json b/minecraftinstance.json
index 5de24d3..0cf9d53 100644
--- a/minecraftinstance.json
+++ b/minecraftinstance.json
@@ -30,7 +30,7 @@
   "isUnlocked": true,
   "javaArgsOverride": null,
   "javaDirOverride": null,
-  "lastPlayed": "2020-03-26T19:34:17.1638309Z",
+  "lastPlayed": "2020-03-26T20:01:43.5826142Z",
   "manifest": null,
   "fileDate": "0001-01-01T00:00:00",
   "installedModpack": null,
@@ -61,34 +61,34 @@
       "fileSize": 296519
     },
     {
-      "folderName": "ImmersiveEngineering-0.14-93.jar",
-      "fingerprint": 4104068920,
-      "fileDateHash": 2565024136,
+      "folderName": "curiouselytra-FORGE-1.14.4-1.0.jar",
+      "fingerprint": 983622763,
+      "fileDateHash": 571670749,
       "sectionID": 8,
       "individualFingerprints": [
-        4104068920
+        983622763
       ],
       "status": 1,
-      "timestamp": "2020-03-26T19:34:06.4568454Z",
-      "lastWriteTimeUtc": "2020-03-23T19:03:45.2366465Z",
+      "timestamp": "2020-03-05T20:00:13.7301335Z",
+      "lastWriteTimeUtc": "2019-09-19T17:33:57.3429736Z",
       "queryTimestamp": "2020-03-26T19:34:09.1707224Z",
       "fileCount": 1,
-      "fileSize": 6588279
+      "fileSize": 27102
     },
     {
-      "folderName": "curiouselytra-FORGE-1.14.4-1.0.jar",
-      "fingerprint": 983622763,
-      "fileDateHash": 571670749,
+      "folderName": "ImmersiveEngineering-0.14-93.jar",
+      "fingerprint": 4104068920,
+      "fileDateHash": 2565024136,
       "sectionID": 8,
       "individualFingerprints": [
-        983622763
+        4104068920
       ],
       "status": 1,
-      "timestamp": "2020-03-05T20:00:13.7301335Z",
-      "lastWriteTimeUtc": "2019-09-19T17:33:57.3429736Z",
+      "timestamp": "2020-03-26T19:34:06.4568454Z",
+      "lastWriteTimeUtc": "2020-03-23T19:03:45.2366465Z",
       "queryTimestamp": "2020-03-26T19:34:09.1707224Z",
       "fileCount": 1,
-      "fileSize": 27102
+      "fileSize": 6588279
     },
     {
       "folderName": "Xaeros_Minimap_20.5.2_Forge_1.14.4.jar",
@@ -3777,13 +3777,14 @@
     },
     {
       "folderName": "New World (1)",
-      "fingerprint": 1079334801,
-      "fileDateHash": 3817209299,
+      "fingerprint": 1219417831,
+      "fileDateHash": 473482591,
       "sectionID": 10,
       "individualFingerprints": [
         7149229,
         9275124,
         13452606,
+        17008118,
         18403145,
         27548446,
         40882049,
@@ -3801,7 +3802,6 @@
         136408432,
         151938904,
         165867751,
-        173231675,
         197890365,
         214943194,
         217377245,
@@ -3838,7 +3838,6 @@
         484915355,
         489490950,
         490610395,
-        491969537,
         515892417,
         516544514,
         524637631,
@@ -3852,7 +3851,6 @@
         575607402,
         576312625,
         590839417,
-        597584472,
         607486413,
         619284709,
         620148463,
@@ -3867,13 +3865,12 @@
         672451482,
         674517539,
         676282221,
-        677624846,
         681484772,
-        686345282,
         698814472,
         724738433,
         726415094,
         735852685,
+        747015265,
         750159554,
         771312379,
         777628148,
@@ -3886,7 +3883,6 @@
         858735027,
         862043715,
         875682094,
-        885733664,
         928622285,
         928716409,
         952040480,
@@ -3903,7 +3899,6 @@
         1080397231,
         1083108912,
         1088431019,
-        1092206212,
         1108995772,
         1113071463,
         1114578118,
@@ -3912,7 +3907,6 @@
         1118697579,
         1133816101,
         1139524373,
-        1142157794,
         1147954426,
         1151899115,
         1162173431,
@@ -3931,6 +3925,7 @@
         1246405276,
         1250421581,
         1250467749,
+        1251078269,
         1251511019,
         1263109592,
         1275667865,
@@ -3943,6 +3938,7 @@
         1330266059,
         1336438414,
         1341843508,
+        1357690729,
         1359029563,
         1371475805,
         1375089338,
@@ -3959,6 +3955,7 @@
         1487828005,
         1495415352,
         1506318181,
+        1511988744,
         1512425240,
         1513490660,
         1513817215,
@@ -3973,12 +3970,12 @@
         1541841343,
         1559779253,
         1560891875,
+        1576734082,
         1577013593,
         1591040356,
         1623253603,
         1643907425,
         1645962111,
-        1657712653,
         1663004389,
         1664801041,
         1666711522,
@@ -4019,7 +4016,6 @@
         1916002817,
         1920829853,
         1936288246,
-        1938928054,
         1939461946,
         1943372792,
         1963333704,
@@ -4031,6 +4027,7 @@
         2005445212,
         2020697092,
         2021133744,
+        2036351370,
         2042380319,
         2045767961,
         2054452009,
@@ -4061,6 +4058,7 @@
         2252015771,
         2255498287,
         2260628307,
+        2266429606,
         2273742266,
         2295963405,
         2304062731,
@@ -4134,7 +4132,9 @@
         2851993244,
         2854553370,
         2858186933,
+        2866048411,
         2883760563,
+        2903681960,
         2908951938,
         2943109431,
         2947968694,
@@ -4174,6 +4174,7 @@
         3160634043,
         3168402656,
         3185162013,
+        3185417181,
         3209287428,
         3209328839,
         3225544742,
@@ -4182,7 +4183,6 @@
         3236508570,
         3237146000,
         3241695366,
-        3242129944,
         3248767222,
         3263069868,
         3310251508,
@@ -4193,13 +4193,16 @@
         3338406060,
         3347746331,
         3356039782,
+        3357186070,
         3367581872,
+        3376480079,
         3414207886,
         3421601622,
         3422336511,
         3423175787,
         3431433168,
         3435395275,
+        3451254577,
         3457216830,
         3463857721,
         3472336113,
@@ -4224,6 +4227,7 @@
         3602084135,
         3604723680,
         3606016499,
+        3610327625,
         3611958682,
         3617708031,
         3630414210,
@@ -4235,7 +4239,6 @@
         3720572550,
         3721660863,
         3724781166,
-        3727830211,
         3728821226,
         3771282984,
         3771282984,
@@ -4254,7 +4257,6 @@
         3839967667,
         3862205226,
         3867031375,
-        3868584876,
         3875195892,
         3897514917,
         3897945371,
@@ -4266,8 +4268,8 @@
         3961886732,
         3967643555,
         3976616977,
-        3980878442,
         3981771691,
+        3993697389,
         4000338909,
         4001539963,
         4001877680,
@@ -4281,7 +4283,6 @@
         4037020397,
         4048090220,
         4055148024,
-        4058168002,
         4072653579,
         4081830965,
         4099476273,
@@ -4314,9 +4315,9 @@
         4289253178
       ],
       "status": 1,
-      "timestamp": "2020-03-26T19:34:06.5636316Z",
-      "lastWriteTimeUtc": "2020-03-26T19:34:05.8322472Z",
-      "queryTimestamp": "2020-03-26T19:34:09.2197504Z",
+      "timestamp": "2020-03-26T19:45:47.334095Z",
+      "lastWriteTimeUtc": "2020-03-26T19:45:46.8113798Z",
+      "queryTimestamp": "2020-03-26T19:45:49.1300167Z",
       "fileCount": 21,
       "fileSize": 0
     },
@@ -6838,8 +6839,8 @@
         "isServerPack": false,
         "FileNameOnDisk": "tetra-1.14.4-1.26.0.jar"
       },
-      "dateInstalled": "2020-03-26T19:34:10.2458414Z",
-      "dateUpdated": "2019-03-26T19:34:10.2458414Z",
+      "dateInstalled": "2020-03-26T19:45:49.7681728Z",
+      "dateUpdated": "2019-03-26T19:45:49.7681728Z",
       "dateLastUpdateAttempted": "0001-01-01T00:00:00",
       "status": 5,
       "preferenceAutoInstallUpdates": false,
@@ -6850,7 +6851,7 @@
       "isFuzzyMatch": false,
       "preferenceReleaseType": null,
       "manifestName": null,
-      "installedTargets": []
+      "installedTargets": null
     },
     {
       "addonID": 308653,
@@ -9104,7 +9105,7 @@
       "isFuzzyMatch": false,
       "preferenceReleaseType": null,
       "manifestName": null,
-      "installedTargets": []
+      "installedTargets": null
     },
     {
       "addonID": 268647,
@@ -16665,7 +16666,7 @@
       "isFuzzyMatch": false,
       "preferenceReleaseType": null,
       "manifestName": null,
-      "installedTargets": []
+      "installedTargets": null
     },
     {
       "addonID": 232131,
diff --git a/settings.ps1 b/settings.ps1
index 608c012..8b7c32b 100644
--- a/settings.ps1
+++ b/settings.ps1
@@ -40,10 +40,10 @@ $CURSEFORGE_PROJECT_ID = 330372
 # =====================================================================//
 
 # Default: "1.0.0"
-$MODPACK_VERSION = "0.4.10"
+$MODPACK_VERSION = "0.5.0"
 
 # Only used by the Changelog Generator
-$LAST_MODPACK_VERSION = "0.4.9"
+$LAST_MODPACK_VERSION = "0.4.10"
 
 $FORGE_VERSION=28.2.3