28 Commits

Author SHA1 Message Date
92003a24c1 update 2025-06-09 19:04:02 +02:00
b43e695054 add missing update for harvestcraft 2025-05-25 18:52:50 +02:00
359da49fd8 lwjgl3ify 2.1.9 2025-05-25 18:45:56 +02:00
d228ebdd7a forgepatches link fix 2025-05-25 18:35:42 +02:00
7fab34c029 downgrade defaultserverlist
crash on startup since 1.6.0
2025-05-25 18:06:51 +02:00
48951573ee downgrade lwjgl3ify again 2025-05-25 18:00:15 +02:00
c638d202be also update configs 2025-05-25 17:51:49 +02:00
30dfce51cb add ztone mod 2025-05-25 17:46:53 +02:00
dc3477ddca combine to v1.11 2025-05-25 17:37:27 +02:00
88aed32dc2 update install.json 2025-05-25 15:34:00 +00:00
b399ba7553 update updates.json 2025-05-25 15:31:50 +00:00
4929b4bed2 update install.json 2025-05-25 15:31:50 +00:00
c55d7c5d45 update harvestcraft 2025-05-11 08:24:27 +02:00
656d75dc5b downgrad carpenter blocks even more down 2025-05-10 18:01:15 +02:00
2a3be00cc1 downgrade carpenter blocks again 2025-05-10 17:57:42 +02:00
f3672bafc8 add update for FE update 2025-05-09 06:26:05 +02:00
473e774b9a use GitHub for FE + ModernControlling 2025-05-09 06:21:39 +02:00
9ddfd8b8ed downgrade lwjgl3ify (fix for servers) 2025-04-23 15:53:35 +02:00
f0b4ae0676 also update the configs 2025-04-23 15:41:34 +02:00
ee7768f54f add ubc 2025-04-23 15:28:24 +02:00
68a0dcf1cf update custom npcs assets 2025-04-23 13:46:57 +02:00
44cca52fa7 fix file paths 2025-04-23 13:13:32 +02:00
ae050d829f update underground biomes constructs 2025-04-21 18:58:35 +02:00
03a08112eb update updates.json 2025-04-21 16:57:46 +00:00
38dab2271c update install.json 2025-04-21 16:57:45 +00:00
e6ee0aadd5 update install.json 2025-04-21 16:53:24 +00:00
105eed78c5 update updates.json 2025-04-21 16:52:25 +00:00
0bf328e6b0 update install.json 2025-04-21 16:52:24 +00:00
2 changed files with 7268 additions and 7006 deletions

View File

@@ -1,19 +1,19 @@
{ {
"Version": "1.9.0.0", "Version": "1.11.0.0",
"Actions": [ "Actions": [
{ {
"Id": "config:both", "Id": "config:both",
"IsZip": true, "IsZip": true,
"ZipPath": "modpack-files-main/both", "ZipPath": "{first}/both",
"DestPath": "", "DestPath": "",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/1.9.0/modpack-files-main.zip?ref_type=tags" "SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip"
}, },
{ {
"Id": "config:client", "Id": "config:client",
"IsZip": true, "IsZip": true,
"ZipPath": "modpack-files-main/client", "ZipPath": "{first}/client",
"DestPath": "", "DestPath": "",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/1.9.0/modpack-files-main.zip?ref_type=tags", "SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip",
"Side": "Client" "Side": "Client"
}, },
{ {
@@ -27,16 +27,16 @@
"IsZip": true, "IsZip": true,
"ZipPath": "customnpcs", "ZipPath": "customnpcs",
"DestPath": "customnpcs", "DestPath": "customnpcs",
"SourceUrl": "https://cloud.pilzinsel64.de/s/48YB75qBsfTqqS3/download?path=%2F&files=customnpcs", "SourceUrl": "https://cloud.pilzinsel64.de/public.php/dav/files/48YB75qBsfTqqS3/customnpcs/?accept=zip",
"Side": "Client", "Side": "Client",
"IsExtra": true "IsExtra": true
}, },
{ {
"Id": "config:server", "Id": "config:server",
"IsZip": true, "IsZip": true,
"ZipPath": "modpack-files-main/server", "ZipPath": "{first}/server",
"DestPath": "", "DestPath": "",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/1.9.0/modpack-files-main.zip?ref_type=tags", "SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip",
"Side": "Server" "Side": "Server"
}, },
{ {
@@ -54,34 +54,34 @@
"Id": "mod:adventurebackpack", "Id": "mod:adventurebackpack",
"Name": "Adventure Backpack 2", "Name": "Adventure Backpack 2",
"DestPath": "mods/adventurebackpack.jar", "DestPath": "mods/adventurebackpack.jar",
"SourceUrl": "https://github.com/GTNewHorizons/AdventureBackpack2/releases/download/1.3.5-GTNH/adventurebackpack-1.3.5-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/AdventureBackpack2/releases/download/1.3.9-GTNH/adventurebackpack-1.3.9-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "AdventureBackpack2", "SourceName": "AdventureBackpack2",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.3.5-GTNH" "SourceTag": "1.3.9-GTNH"
}, },
{ {
"Id": "mod:ae2fc", "Id": "mod:ae2fc",
"Name": "AE2 Fluid Craft", "Name": "AE2 Fluid Craft",
"DestPath": "mods/ae2fc.jar", "DestPath": "mods/ae2fc.jar",
"SourceUrl": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.4.32-gtnh/ae2fc-1.4.32-gtnh.jar", "SourceUrl": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.4.75-gtnh/ae2fc-1.4.75-gtnh.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "AE2FluidCraft-Rework", "SourceName": "AE2FluidCraft-Rework",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.4.32-gtnh" "SourceTag": "1.4.75-gtnh"
}, },
{ {
"Id": "mod:ae2stuff", "Id": "mod:ae2stuff",
"Name": "AE2 Stuff", "Name": "AE2 Stuff",
"DestPath": "mods/ae2stuff.jar", "DestPath": "mods/ae2stuff.jar",
"SourceUrl": "https://github.com/GTNewHorizons/ae2stuff/releases/download/0.9.4-GTNH/ae2stuff-0.9.4-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/ae2stuff/releases/download/0.9.5-GTNH/ae2stuff-0.9.5-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "ae2stuff", "SourceName": "ae2stuff",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "0.9.4-GTNH" "SourceTag": "0.9.5-GTNH"
}, },
{ {
"Id": "mod:alternativechunkloading", "Id": "mod:alternativechunkloading",
@@ -139,23 +139,23 @@
"Id": "mod:ae2", "Id": "mod:ae2",
"Name": "Applied Energistics 2", "Name": "Applied Energistics 2",
"DestPath": "mods/appliedenergistics2.jar", "DestPath": "mods/appliedenergistics2.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/download/rv3-beta-554-GTNH/appliedenergistics2-rv3-beta-554-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/download/rv3-beta-615-GTNH/appliedenergistics2-rv3-beta-615-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Applied-Energistics-2-Unofficial", "SourceName": "Applied-Energistics-2-Unofficial",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "rv3-beta-554-GTNH" "SourceTag": "rv3-beta-615-GTNH"
}, },
{ {
"Id": "mod:archaicfix", "Id": "mod:archaicfix",
"Name": "ArchaicFix", "Name": "ArchaicFix",
"DestPath": "mods/archaicfix.jar", "DestPath": "mods/archaicfix.jar",
"SourceUrl": "https://github.com/embeddedt/ArchaicFix/releases/download/0.7.4/archaicfix-0.7.4.jar", "SourceUrl": "https://github.com/embeddedt/ArchaicFix/releases/download/0.7.6/archaicfix-0.7.6.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "embeddedt", "SourceOwner": "embeddedt",
"SourceName": "ArchaicFix", "SourceName": "ArchaicFix",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "0.7.4" "SourceTag": "0.7.6"
}, },
{ {
"Id": "mod:architecturecraft", "Id": "mod:architecturecraft",
@@ -192,12 +192,12 @@
"Id": "mod:backhand", "Id": "mod:backhand",
"Name": "Backhand", "Name": "Backhand",
"DestPath": "mods/backhand.jar", "DestPath": "mods/backhand.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Backhand/releases/download/1.6.11/backhand-1.6.11.jar", "SourceUrl": "https://github.com/GTNewHorizons/Backhand/releases/download/1.6.15/backhand-1.6.15.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Backhand", "SourceName": "Backhand",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.6.11" "SourceTag": "1.6.15"
}, },
{ {
"Id": "mod:baubles", "Id": "mod:baubles",
@@ -317,12 +317,12 @@
"Id": "mod:botania", "Id": "mod:botania",
"Name": "Bontania", "Name": "Bontania",
"DestPath": "mods/Botania.jar", "DestPath": "mods/Botania.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Botania/releases/download/1.12.6-GTNH/Botania-1.12.6-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/Botania/releases/download/1.12.8-GTNH/Botania-1.12.8-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Botania", "SourceName": "Botania",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.12.6-GTNH" "SourceTag": "1.12.8-GTNH"
}, },
{ {
"Id": "mod:brandonscore", "Id": "mod:brandonscore",
@@ -383,12 +383,12 @@
"Id": "mod:carpentersblocks", "Id": "mod:carpentersblocks",
"Name": "Carpenters Blocks", "Name": "Carpenters Blocks",
"DestPath": "mods/CarpentersBlocks.jar", "DestPath": "mods/CarpentersBlocks.jar",
"SourceUrl": "https://github.com/GTNewHorizons/CarpentersBlocks/releases/download/3.6.4-GTNH/CarpentersBlocks-3.6.4-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/CarpentersBlocks/releases/download/3.6.2-GTNH/CarpentersBlocks-3.6.2-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "CarpentersBlocks", "SourceName": "CarpentersBlocks",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "3.6.4-GTNH" "SourceTag": "3.6.2-GTNH"
}, },
{ {
"Id": "mod:mcf", "Id": "mod:mcf",
@@ -425,23 +425,23 @@
"Id": "mod:chisel", "Id": "mod:chisel",
"Name": "Chisel", "Name": "Chisel",
"DestPath": "mods/chisel.jar", "DestPath": "mods/chisel.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Chisel/releases/download/2.16.2-GTNH/chisel-2.16.2-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/Chisel/releases/download/2.16.4-GTNH/chisel-2.16.4-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Chisel", "SourceName": "Chisel",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.16.2-GTNH" "SourceTag": "2.16.4-GTNH"
}, },
{ {
"Id": "mod:codechickencore", "Id": "mod:codechickencore",
"Name": "CodeChickenCore", "Name": "CodeChickenCore",
"DestPath": "mods/CodeChickenCore.jar", "DestPath": "mods/CodeChickenCore.jar",
"SourceUrl": "https://github.com/GTNewHorizons/CodeChickenCore/releases/download/1.4.1/CodeChickenCore-1.4.1.jar", "SourceUrl": "https://github.com/GTNewHorizons/CodeChickenCore/releases/download/1.4.2/CodeChickenCore-1.4.2.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "CodeChickenCore", "SourceName": "CodeChickenCore",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.4.1" "SourceTag": "1.4.2"
}, },
{ {
"Id": "mod:cofhcore", "Id": "mod:cofhcore",
@@ -501,7 +501,6 @@
"Name": "CustomNPC+", "Name": "CustomNPC+",
"DestPath": "mods/CustomNPC-Plus-nomixin.jar", "DestPath": "mods/CustomNPC-Plus-nomixin.jar",
"SourceUrl": "https://mediafilez.forgecdn.net/files/5772/24/CustomNPC-Plus-1.9.3.jar", "SourceUrl": "https://mediafilez.forgecdn.net/files/5772/24/CustomNPC-Plus-1.9.3.jar",
"SourceType": "DirectLink",
"SourceOwner": "KAMKEEL", "SourceOwner": "KAMKEEL",
"SourceName": "CustomNPC-Plus", "SourceName": "CustomNPC-Plus",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
@@ -541,24 +540,24 @@
"Id": "mod:defaultworldgen", "Id": "mod:defaultworldgen",
"Name": "DefaultWorldGenerator", "Name": "DefaultWorldGenerator",
"DestPath": "mods/defaultworldgenerator.jar", "DestPath": "mods/defaultworldgenerator.jar",
"SourceUrl": "https://github.com/GTNewHorizons/DefaultWorldGenerator/releases/download/0.3.0/defaultworldgenerator-0.3.0.jar", "SourceUrl": "https://github.com/GTNewHorizons/DefaultWorldGenerator/releases/download/0.4.0/defaultworldgenerator-0.4.0.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "DefaultWorldGenerator", "SourceName": "DefaultWorldGenerator",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "0.3.0", "SourceTag": "0.4.0",
"Side": "Client" "Side": "Client"
}, },
{ {
"Id": "mod:draconicevolution", "Id": "mod:draconicevolution",
"Name": "Draconic Evolution", "Name": "Draconic Evolution",
"DestPath": "mods/Draconic-Evolution.jar", "DestPath": "mods/Draconic-Evolution.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Draconic-Evolution/releases/download/1.4.6-GTNH/Draconic-Evolution-1.4.6-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/Draconic-Evolution/releases/download/1.4.18-GTNH/Draconic-Evolution-1.4.18-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Draconic-Evolution", "SourceName": "Draconic-Evolution",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.4.6-GTNH" "SourceTag": "1.4.18-GTNH"
}, },
{ {
"Id": "mod:mocreatures", "Id": "mod:mocreatures",
@@ -593,23 +592,23 @@
"Id": "mod:endercore", "Id": "mod:endercore",
"Name": "EnderCore", "Name": "EnderCore",
"DestPath": "mods/EnderCore.jar", "DestPath": "mods/EnderCore.jar",
"SourceUrl": "https://github.com/GTNewHorizons/EnderCore/releases/download/0.4.6/endercore-0.4.6.jar", "SourceUrl": "https://github.com/GTNewHorizons/EnderCore/releases/download/0.4.8/endercore-0.4.8.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "EnderCore", "SourceName": "EnderCore",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "0.4.6" "SourceTag": "0.4.8"
}, },
{ {
"Id": "mod:enderio", "Id": "mod:enderio",
"Name": "Ender IO", "Name": "Ender IO",
"DestPath": "mods/EnderIO.jar", "DestPath": "mods/EnderIO.jar",
"SourceUrl": "https://github.com/GTNewHorizons/EnderIO/releases/download/2.9.4/EnderIO-2.9.4.jar", "SourceUrl": "https://github.com/GTNewHorizons/EnderIO/releases/download/2.9.14/EnderIO-2.9.14.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "EnderIO", "SourceName": "EnderIO",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.9.4" "SourceTag": "2.9.14"
}, },
{ {
"Id": "mod:enderstorage", "Id": "mod:enderstorage",
@@ -666,12 +665,12 @@
"Id": "mod:ezstorage", "Id": "mod:ezstorage",
"Name": "EZStorage", "Name": "EZStorage",
"DestPath": "mods/ezstorage.jar", "DestPath": "mods/ezstorage.jar",
"SourceUrl": "https://github.com/LITW-Refined/EZStorage/releases/download/1.5.15/ezstorage-1.5.15.jar", "SourceUrl": "https://github.com/LITW-Refined/EZStorage/releases/download/1.5.21/ezstorage-1.5.21.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "LITW-Refined", "SourceOwner": "LITW-Refined",
"SourceName": "EZStorage", "SourceName": "EZStorage",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.5.15" "SourceTag": "1.5.21"
}, },
{ {
"Id": "mod:fastcraft", "Id": "mod:fastcraft",
@@ -697,36 +696,46 @@
"Id": "mod:floodlights", "Id": "mod:floodlights",
"Name": "Flood Lights", "Name": "Flood Lights",
"DestPath": "mods/FloodLights.jar", "DestPath": "mods/FloodLights.jar",
"SourceUrl": "https://github.com/GTNewHorizons/FloodLights/releases/download/1.4.6/FloodLights-1.4.6.jar", "SourceUrl": "https://github.com/GTNewHorizons/FloodLights/releases/download/1.5.4/FloodLights-1.5.4.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "FloodLights", "SourceName": "FloodLights",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.4.6" "SourceTag": "1.5.4"
}, },
{ {
"Id": "mod:forestry", "Id": "mod:forestry",
"Name": "Forestry", "Name": "Forestry",
"DestPath": "mods/Forestry.jar", "DestPath": "mods/Forestry.jar",
"SourceUrl": "https://github.com/GTNewHorizons/ForestryMC/releases/download/4.10.5/Forestry-4.10.5.jar", "SourceUrl": "https://github.com/GTNewHorizons/ForestryMC/releases/download/4.10.10/Forestry-4.10.10.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "ForestryMC", "SourceName": "ForestryMC",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "4.10.5" "SourceTag": "4.10.10"
}, },
{ {
"Id": "mod:feclient", "Id": "mod:feclient",
"Name": "Forge Essentials Client", "Name": "Forge Essentials Client",
"DestPath": "mods/forgeessentials-client.jar", "DestPath": "mods/forgeessentials-client.jar",
"SourceUrl": "https://cloud.pilzinsel64.de/public.php/dav/files/48YB75qBsfTqqS3/mods/forgeessentials-client.jar", "SourceUrl": "https://github.com/ForgeEssentials/ForgeEssentials/releases/download/7.5.1/forgeessentials-1.7.10-7.5.1-client.jar",
"SourceType": "GitHub",
"SourceOwner": "ForgeEssentials",
"SourceName": "ForgeEssentials",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*-client\\.jar$",
"SourceTag": "7.5.1",
"Side": "Client" "Side": "Client"
}, },
{ {
"Id": "mod:feserver", "Id": "mod:feserver",
"Name": "Forge Essentials Server", "Name": "Forge Essentials Server",
"DestPath": "mods/forgeessentials-server.jar", "DestPath": "mods/forgeessentials-server.jar",
"SourceUrl": "https://cloud.pilzinsel64.de/public.php/dav/files/48YB75qBsfTqqS3/mods/forgeessentials-server.jar", "SourceUrl": "https://github.com/ForgeEssentials/ForgeEssentials/releases/download/7.5.1/forgeessentials-1.7.10-7.5.1-server.jar",
"SourceType": "GitHub",
"SourceOwner": "ForgeEssentials",
"SourceName": "ForgeEssentials",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*-server\\.jar$",
"SourceTag": "7.5.1",
"Side": "Server" "Side": "Server"
}, },
{ {
@@ -744,23 +753,23 @@
"Id": "mod:lwjgl3ify", "Id": "mod:lwjgl3ify",
"Name": "lwjgl3ify", "Name": "lwjgl3ify",
"DestPath": "mods/lwjgl3ify.jar", "DestPath": "mods/lwjgl3ify.jar",
"SourceUrl": "https://github.com/GTNewHorizons/lwjgl3ify/releases/download/2.1.11/lwjgl3ify-2.1.11.jar", "SourceUrl": "https://github.com/GTNewHorizons/lwjgl3ify/releases/download/2.1.9/lwjgl3ify-2.1.9.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "lwjgl3ify", "SourceName": "lwjgl3ify",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.1.11" "SourceTag": "2.1.9"
}, },
{ {
"Id": "mod:lwjgl3ify-forgePatches", "Id": "mod:lwjgl3ify-forgePatches",
"Name": "lwjgl3ify-forgePatches", "Name": "lwjgl3ify-forgePatches",
"DestPath": "lwjgl3ify-forgePatches.jar", "DestPath": "lwjgl3ify-forgePatches.jar",
"SourceUrl": "https://github.com/GTNewHorizons/lwjgl3ify/releases/download/2.1.11/lwjgl3ify-2.1.11-forgePatches.jar", "SourceUrl": "https://github.com/GTNewHorizons/lwjgl3ify/releases/download/2.1.9/lwjgl3ify-2.1.9-forgePatches.jar ",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "lwjgl3ify", "SourceName": "lwjgl3ify",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.1.11", "SourceTag": "2.1.9",
"Side": "Server" "Side": "Server"
}, },
{ {
@@ -768,7 +777,6 @@
"Name": "lwjgl3ify-java9args", "Name": "lwjgl3ify-java9args",
"DestPath": "java9args.txt", "DestPath": "java9args.txt",
"SourceUrl": "https://raw.githubusercontent.com/GTNewHorizons/lwjgl3ify/refs/heads/master/java9args.txt", "SourceUrl": "https://raw.githubusercontent.com/GTNewHorizons/lwjgl3ify/refs/heads/master/java9args.txt",
"SourceType": "DirectLink",
"Side": "Server" "Side": "Server"
}, },
{ {
@@ -790,12 +798,12 @@
"Id": "mod:gtnhlib", "Id": "mod:gtnhlib",
"Name": "GTNHLib", "Name": "GTNHLib",
"DestPath": "mods/gtnhlib.jar", "DestPath": "mods/gtnhlib.jar",
"SourceUrl": "https://github.com/GTNewHorizons/GTNHLib/releases/download/0.6.15/gtnhlib-0.6.15.jar", "SourceUrl": "https://github.com/GTNewHorizons/GTNHLib/releases/download/0.6.22/gtnhlib-0.6.22.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "GTNHLib", "SourceName": "GTNHLib",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "0.6.15" "SourceTag": "0.6.22"
}, },
{ {
"Id": "mod:guilib", "Id": "mod:guilib",
@@ -812,29 +820,29 @@
"Id": "mod:pamsharvestcraft", "Id": "mod:pamsharvestcraft",
"Name": "Pam's Harvestcraft", "Name": "Pam's Harvestcraft",
"DestPath": "mods/harvestcraft.jar", "DestPath": "mods/harvestcraft.jar",
"SourceUrl": "https://cloud.pilzinsel64.de/public.php/dav/files/48YB75qBsfTqqS3/mods/harvestcraft.jar" "SourceUrl": "https://cloud.pilzinsel64.de/public.php/dav/files/48YB75qBsfTqqS3/mods/harvestcraft-1.3.1-GTNH.jar"
}, },
{ {
"Id": "mod:hodgepodge", "Id": "mod:hodgepodge",
"Name": "Hodgepodge", "Name": "Hodgepodge",
"DestPath": "mods/hodgepodge.jar", "DestPath": "mods/hodgepodge.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Hodgepodge/releases/download/2.6.30/hodgepodge-2.6.30.jar", "SourceUrl": "https://github.com/GTNewHorizons/Hodgepodge/releases/download/2.6.64/hodgepodge-2.6.64.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Hodgepodge", "SourceName": "Hodgepodge",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.6.30" "SourceTag": "2.6.64"
}, },
{ {
"Id": "mod:holoinventory", "Id": "mod:holoinventory",
"Name": "HoloInventory", "Name": "HoloInventory",
"DestPath": "mods/holoinventory.jar", "DestPath": "mods/holoinventory.jar",
"SourceUrl": "https://github.com/GTNewHorizons/HoloInventory/releases/download/2.5.1-GTNH/holoinventory-2.5.1-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/HoloInventory/releases/download/2.5.2-GTNH/holoinventory-2.5.2-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "HoloInventory", "SourceName": "HoloInventory",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.5.1-GTNH" "SourceTag": "2.5.2-GTNH"
}, },
{ {
"Id": "mod:hopperduct", "Id": "mod:hopperduct",
@@ -935,21 +943,21 @@
"Id": "mod:jabba", "Id": "mod:jabba",
"Name": "JABBA", "Name": "JABBA",
"DestPath": "mods/JABBA.jar", "DestPath": "mods/JABBA.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Jabba/releases/download/1.5.3/JABBA-1.5.3.jar", "SourceUrl": "https://github.com/GTNewHorizons/Jabba/releases/download/1.5.4/JABBA-1.5.4.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Jabba", "SourceName": "Jabba",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.5.3" "SourceTag": "1.5.4"
}, },
{ {
"Id": "mod:journeymap", "Id": "mod:journeymap",
"Name": "JourneyMap", "Name": "JourneyMap",
"DestPath": "mods/journeymap.jar", "DestPath": "mods/journeymap.jar",
"SourceUrl": "https://edge.forgecdn.net/files/6114/227/journeymap-1.7.10-5.2.8-unlimited.jar", "SourceUrl": "https://edge.forgecdn.net/files/6519/73/journeymap-1.7.10-5.2.9-unlimited.jar",
"SourceType": "CurseForge", "SourceType": "CurseForge",
"SourceName": "32274", "SourceName": "32274",
"SourceTag": "6114227" "SourceTag": "6519073"
}, },
{ {
"Id": "mod:justenoughcalculation", "Id": "mod:justenoughcalculation",
@@ -994,12 +1002,12 @@
"Id": "mod:legacyfixes", "Id": "mod:legacyfixes",
"Name": "Legacy Fixes", "Name": "Legacy Fixes",
"DestPath": "mods/legacyfixes.jar", "DestPath": "mods/legacyfixes.jar",
"SourceUrl": "https://github.com/unilock/LegacyFixes/releases/download/2.2.5/legacyfixes-2.2.5.jar", "SourceUrl": "https://github.com/unilock/LegacyFixes/releases/download/2.4.0/legacyfixes-2.4.0.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "unilock", "SourceOwner": "unilock",
"SourceName": "LegacyFixes", "SourceName": "LegacyFixes",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.2.5" "SourceTag": "2.4.0"
}, },
{ {
"Id": "mod:lunatriuscore", "Id": "mod:lunatriuscore",
@@ -1045,7 +1053,12 @@
"Id": "mod:moderncontrolling", "Id": "mod:moderncontrolling",
"Name": "Modern Controlling", "Name": "Modern Controlling",
"DestPath": "mods/ModernControlling.jar", "DestPath": "mods/ModernControlling.jar",
"SourceUrl": "https://cloud.pilzinsel64.de/public.php/dav/files/48YB75qBsfTqqS3/mods/ModernControlling.jar", "SourceUrl": "https://github.com/MikhailTapio/ModernControlling/releases/download/1.7.10-1.0.0/ModernControlling-Forge-1.7.10-1.0.0.jar",
"SourceType": "GitHub",
"SourceOwner": "MikhailTapio",
"SourceName": "ModernControlling",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.7.10-1.0.0",
"Side": "Client" "Side": "Client"
}, },
{ {
@@ -1062,12 +1075,12 @@
"Id": "mod:modtweaker", "Id": "mod:modtweaker",
"Name": "Mod Tweaker", "Name": "Mod Tweaker",
"DestPath": "mods/ModTweaker2.jar", "DestPath": "mods/ModTweaker2.jar",
"SourceUrl": "https://github.com/GTNewHorizons/ModTweaker/releases/download/0.11.0/ModTweaker2-0.11.0.jar", "SourceUrl": "https://github.com/GTNewHorizons/ModTweaker/releases/download/0.12.0/ModTweaker2-0.12.0.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "ModTweaker", "SourceName": "ModTweaker",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "0.11.0" "SourceTag": "0.12.0"
}, },
{ {
"Id": "mod:mousetweaks", "Id": "mod:mousetweaks",
@@ -1115,12 +1128,12 @@
"Id": "mod:natura", "Id": "mod:natura",
"Name": "Natura", "Name": "Natura",
"DestPath": "mods/Natura.jar", "DestPath": "mods/Natura.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Natura/releases/download/2.8.2/Natura-2.8.2.jar", "SourceUrl": "https://github.com/GTNewHorizons/Natura/releases/download/2.8.7/Natura-2.8.7.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Natura", "SourceName": "Natura",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.8.2" "SourceTag": "2.8.7"
}, },
{ {
"Id": "mod:naturescompass", "Id": "mod:naturescompass",
@@ -1179,23 +1192,23 @@
"Id": "mod:notenoughids", "Id": "mod:notenoughids",
"Name": "NotEnoughIds", "Name": "NotEnoughIds",
"DestPath": "mods/notenoughIDs.jar", "DestPath": "mods/notenoughIDs.jar",
"SourceUrl": "https://github.com/GTNewHorizons/NotEnoughIds/releases/download/2.1.6/notenoughIDs-2.1.6.jar", "SourceUrl": "https://github.com/GTNewHorizons/NotEnoughIds/releases/download/2.1.9/notenoughIDs-2.1.9.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "NotEnoughIds", "SourceName": "NotEnoughIds",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.1.6" "SourceTag": "2.1.9"
}, },
{ {
"Id": "mod:notenoughitems", "Id": "mod:notenoughitems",
"Name": "NotEnoughItems", "Name": "NotEnoughItems",
"DestPath": "mods/NotEnoughItems.jar", "DestPath": "mods/NotEnoughItems.jar",
"SourceUrl": "https://github.com/GTNewHorizons/NotEnoughItems/releases/download/2.7.30-GTNH/NotEnoughItems-2.7.30-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/NotEnoughItems/releases/download/2.7.45-GTNH/NotEnoughItems-2.7.45-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "NotEnoughItems", "SourceName": "NotEnoughItems",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.7.30-GTNH" "SourceTag": "2.7.45-GTNH"
}, },
{ {
"Id": "mod:notenoughpets", "Id": "mod:notenoughpets",
@@ -1210,32 +1223,32 @@
"Id": "mod:novacraft", "Id": "mod:novacraft",
"Name": "NovaCraft", "Name": "NovaCraft",
"DestPath": "mods/NovaCraft.jar", "DestPath": "mods/NovaCraft.jar",
"SourceUrl": "https://edge.forgecdn.net/files/5553/197/NovaCraft%20V1.3.5%20(1.7.10).jar", "SourceUrl": "https://edge.forgecdn.net/files/6545/847/NovaCraft%20V1.4.3%20(1.7.10).jar",
"SourceType": "CurseForge", "SourceType": "CurseForge",
"SourceName": "705131", "SourceName": "705131",
"SourceTag": "5553197" "SourceTag": "6545847"
}, },
{ {
"Id": "mod:openblocks", "Id": "mod:openblocks",
"Name": "OpenBlocks", "Name": "OpenBlocks",
"DestPath": "mods/OpenBlocks.jar", "DestPath": "mods/OpenBlocks.jar",
"SourceUrl": "https://github.com/GTNewHorizons/OpenBlocks/releases/download/1.11.3-GTNH/OpenBlocks-1.11.3-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/OpenBlocks/releases/download/1.11.5-GTNH/OpenBlocks-1.11.5-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "OpenBlocks", "SourceName": "OpenBlocks",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.11.3-GTNH" "SourceTag": "1.11.5-GTNH"
}, },
{ {
"Id": "mod:openmodslib", "Id": "mod:openmodslib",
"Name": "OpenModsLib", "Name": "OpenModsLib",
"DestPath": "mods/OpenModsLibs.jar", "DestPath": "mods/OpenModsLibs.jar",
"SourceUrl": "https://github.com/GTNewHorizons/OpenModsLib/releases/download/0.10.9/OpenModsLibs-0.10.9.jar", "SourceUrl": "https://github.com/GTNewHorizons/OpenModsLib/releases/download/0.10.10/OpenModsLibs-0.10.10.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "OpenModsLib", "SourceName": "OpenModsLib",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "0.10.9" "SourceTag": "0.10.10"
}, },
{ {
"Id": "mod:opis", "Id": "mod:opis",
@@ -1313,12 +1326,12 @@
"Id": "mod:randomthings", "Id": "mod:randomthings",
"Name": "Random Things", "Name": "Random Things",
"DestPath": "mods/RandomThings.jar", "DestPath": "mods/RandomThings.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Random-Things/releases/download/2.6.0/RandomThings-2.6.0.jar", "SourceUrl": "https://github.com/GTNewHorizons/Random-Things/releases/download/2.6.1/RandomThings-2.6.1.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Random-Things", "SourceName": "Random-Things",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.6.0" "SourceTag": "2.6.1"
}, },
{ {
"Id": "mod:recurrentcomplex", "Id": "mod:recurrentcomplex",
@@ -1364,12 +1377,12 @@
"Id": "mod:rougelike", "Id": "mod:rougelike",
"Name": "Roguelike Doungens", "Name": "Roguelike Doungens",
"DestPath": "mods/roguelike.jar", "DestPath": "mods/roguelike.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Roguelike-Dungeons/releases/download/1.6.0-GTNH/roguelike-1.6.0-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/Roguelike-Dungeons/releases/download/1.6.3-GTNH/roguelike-1.6.3-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "Roguelike-Dungeons", "SourceName": "Roguelike-Dungeons",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.6.0-GTNH" "SourceTag": "1.6.3-GTNH"
}, },
{ {
"Id": "mod:satchels", "Id": "mod:satchels",
@@ -1482,12 +1495,12 @@
"Id": "mod:ticon", "Id": "mod:ticon",
"Name": "Tinkers Construct", "Name": "Tinkers Construct",
"DestPath": "mods/TConstruct.jar", "DestPath": "mods/TConstruct.jar",
"SourceUrl": "https://github.com/GTNewHorizons/TinkersConstruct/releases/download/1.13.10-GTNH/TConstruct-1.13.10-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/TinkersConstruct/releases/download/1.13.28-GTNH/TConstruct-1.13.28-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "TinkersConstruct", "SourceName": "TinkersConstruct",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.13.10-GTNH" "SourceTag": "1.13.28-GTNH"
}, },
{ {
"Id": "mod:thaumcraft", "Id": "mod:thaumcraft",
@@ -1511,23 +1524,23 @@
"Id": "mod:thaumicenergistics", "Id": "mod:thaumicenergistics",
"Name": "Thaumic Energistics", "Name": "Thaumic Energistics",
"DestPath": "mods/thaumicenergistics.jar", "DestPath": "mods/thaumicenergistics.jar",
"SourceUrl": "https://github.com/GTNewHorizons/ThaumicEnergistics/releases/download/1.7.6-GTNH/thaumicenergistics-1.7.6-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/ThaumicEnergistics/releases/download/1.7.7-GTNH/thaumicenergistics-1.7.7-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "ThaumicEnergistics", "SourceName": "ThaumicEnergistics",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.7.6-GTNH" "SourceTag": "1.7.7-GTNH"
}, },
{ {
"Id": "mod:thaumictinker", "Id": "mod:thaumictinker",
"Name": "Thaumic Tinker", "Name": "Thaumic Tinker",
"DestPath": "mods/ThaumicTinkerer.jar", "DestPath": "mods/ThaumicTinkerer.jar",
"SourceUrl": "https://github.com/GTNewHorizons/ThaumicTinkerer/releases/download/2.11.4/ThaumicTinkerer-2.11.4.jar", "SourceUrl": "https://github.com/GTNewHorizons/ThaumicTinkerer/releases/download/2.11.12/ThaumicTinkerer-2.11.12.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "ThaumicTinkerer", "SourceName": "ThaumicTinkerer",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.11.4" "SourceTag": "2.11.12"
}, },
{ {
"Id": "mod:thermalexpansion", "Id": "mod:thermalexpansion",
@@ -1573,22 +1586,24 @@
"Id": "mod:txloader", "Id": "mod:txloader",
"Name": "TX Loader", "Name": "TX Loader",
"DestPath": "mods/txloader.jar", "DestPath": "mods/txloader.jar",
"SourceUrl": "https://github.com/GTNewHorizons/TX-Loader/releases/download/1.8.2/txloader-1.8.2.jar", "SourceUrl": "https://github.com/GTNewHorizons/TX-Loader/releases/download/1.8.4/txloader-1.8.4.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "TX-Loader", "SourceName": "TX-Loader",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.8.2", "SourceTag": "1.8.4",
"Side": "Client" "Side": "Client"
}, },
{ {
"Id": "mod:undergroundbiomes", "Id": "mod:undergroundbiomes",
"Name": "Underground Biomes Constructs", "Name": "Underground Biomes Constructs",
"DestPath": "mods/UndergroundBiomesConstructs-1.7.10-0.8-beta49.jar", "DestPath": "mods/UndergroundBiomesConstructs.jar",
"SourceUrl": "https://edge.forgecdn.net/files/2304/497/UndergroundBiomesConstructs-1.7.10-0.8-beta49.jar", "SourceUrl": "https://github.com/LITW-Refined/UndergroundBiomesConstructs1.7/releases/download/0.9.0/UndergroundBiomes-0.9.0.jar",
"SourceType": "CurseForge", "SourceType": "GitHub",
"SourceName": "72744", "SourceOwner": "LITW-Refined",
"SourceTag": "2304497" "SourceName": "UndergroundBiomesConstructs1.7",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "0.9.0"
}, },
{ {
"Id": "mod:unidict", "Id": "mod:unidict",
@@ -1621,23 +1636,23 @@
"Id": "mod:waila", "Id": "mod:waila",
"Name": "Waila", "Name": "Waila",
"DestPath": "mods/Waila.jar", "DestPath": "mods/Waila.jar",
"SourceUrl": "https://github.com/GTNewHorizons/waila/releases/download/1.8.2/Waila-1.8.2.jar", "SourceUrl": "https://github.com/GTNewHorizons/waila/releases/download/1.8.6/Waila-1.8.6.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "waila", "SourceName": "waila",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.8.2" "SourceTag": "1.8.6"
}, },
{ {
"Id": "mod:wailaharvestability", "Id": "mod:wailaharvestability",
"Name": "Waila Harvestability", "Name": "Waila Harvestability",
"DestPath": "mods/WailaHarvestability.jar", "DestPath": "mods/WailaHarvestability.jar",
"SourceUrl": "https://github.com/GTNewHorizons/WailaHarvestability/releases/download/1.3.2-GTNH/WailaHarvestability-1.3.2-GTNH.jar", "SourceUrl": "https://github.com/GTNewHorizons/WailaHarvestability/releases/download/1.3.3-GTNH/WailaHarvestability-1.3.3-GTNH.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "WailaHarvestability", "SourceName": "WailaHarvestability",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.3.2-GTNH" "SourceTag": "1.3.3-GTNH"
}, },
{ {
"Id": "mod:wailaplugins", "Id": "mod:wailaplugins",
@@ -1665,12 +1680,12 @@
"Id": "mod:ae2wcf", "Id": "mod:ae2wcf",
"Name": "AE2 Wireless Crafting Terminal", "Name": "AE2 Wireless Crafting Terminal",
"DestPath": "mods/WirelessCraftingTerminal.jar", "DestPath": "mods/WirelessCraftingTerminal.jar",
"SourceUrl": "https://github.com/GTNewHorizons/WirelessCraftingTerminal/releases/download/1.12.0/WirelessCraftingTerminal-1.12.0.jar", "SourceUrl": "https://github.com/GTNewHorizons/WirelessCraftingTerminal/releases/download/1.12.3/WirelessCraftingTerminal-1.12.3.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "GTNewHorizons", "SourceOwner": "GTNewHorizons",
"SourceName": "WirelessCraftingTerminal", "SourceName": "WirelessCraftingTerminal",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.12.0" "SourceTag": "1.12.3"
}, },
{ {
"Id": "mod:witchery", "Id": "mod:witchery",
@@ -1692,6 +1707,17 @@
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.3.0" "SourceTag": "1.3.0"
}, },
{
"Id": "mod:ztone",
"Name": "Ztone",
"DestPath": "mods/Ztones.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Ztones-Unofficial/releases/download/2.3.2-GTNH/Ztones-2.3.2-GTNH.jar",
"SourceType": "GitHub",
"SourceOwner": "GTNewHorizons",
"SourceName": "Ztones-Unofficial",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "2.3.2-GTNH"
},
{ {
"Id": "mod:zume", "Id": "mod:zume",
"Name": "Zume", "Name": "Zume",
@@ -1704,5 +1730,6 @@
"SourceTag": "release/0.19.1", "SourceTag": "release/0.19.1",
"Side": "Client" "Side": "Client"
} }
] ],
"OptionSets": []
} }

View File

@@ -1,5 +1,240 @@
{ {
"Updates": [ "Updates": [
{
"Version": "1.11.0.1",
"Actions": [
{
"InheritFrom": "mod:ezstorage"
}
]
},
{
"Version": "1.11.0.0",
"Actions": [
{
"InheritFrom": "config:both"
},
{
"InheritFrom": "config:client"
},
{
"InheritFrom": "config:server"
},
{
"InheritFrom": "mod:ae2fc"
},
{
"InheritFrom": "mod:ae2stuff"
},
{
"InheritFrom": "mod:ae2"
},
{
"InheritFrom": "mod:archaicfix"
},
{
"InheritFrom": "mod:backhand"
},
{
"InheritFrom": "mod:botania"
},
{
"InheritFrom": "mod:chisel"
},
{
"InheritFrom": "mod:codechickencore"
},
{
"InheritFrom": "mod:defaultserverlist"
},
{
"InheritFrom": "mod:defaultworldgen"
},
{
"InheritFrom": "mod:draconicevolution"
},
{
"InheritFrom": "mod:endercore"
},
{
"InheritFrom": "mod:enderio"
},
{
"InheritFrom": "mod:ezstorage"
},
{
"InheritFrom": "mod:floodlights"
},
{
"InheritFrom": "mod:forestry"
},
{
"InheritFrom": "mod:lwjgl3ify"
},
{
"InheritFrom": "mod:lwjgl3ify-forgePatches"
},
{
"InheritFrom": "mod:gtnhlib"
},
{
"InheritFrom": "mod:hodgepodge"
},
{
"InheritFrom": "mod:holoinventory"
},
{
"InheritFrom": "mod:journeymap"
},
{
"InheritFrom": "mod:legacyfixes"
},
{
"InheritFrom": "mod:modtweaker"
},
{
"InheritFrom": "mod:notenoughids"
},
{
"InheritFrom": "mod:notenoughitems"
},
{
"InheritFrom": "mod:novacraft"
},
{
"InheritFrom": "mod:openmodslib"
},
{
"InheritFrom": "mod:rougelike"
},
{
"InheritFrom": "mod:ticon"
},
{
"InheritFrom": "mod:thaumictinker"
},
{
"InheritFrom": "mod:waila"
},
{
"InheritFrom": "mod:wailaharvestability"
},
{
"InheritFrom": "mod:ae2wcf"
},
{
"InheritFrom": "mod:feclient"
},
{
"InheritFrom": "mod:feserver"
},
{
"InheritFrom": "mod:carpentersblocks"
},
{
"InheritFrom": "mod:ztone"
},
{
"InheritFrom": "mod:pamsharvestcraft"
}
]
},
{
"Version": "1.10.0.0",
"Actions": [
{
"Type": "Delete",
"DestPath": "mods/UndergroundBiomesConstructs-1.7.10-0.8-beta49.jar"
},
{
"InheritFrom": "config:both"
},
{
"InheritFrom": "config:client"
},
{
"InheritFrom": "config:server"
},
{
"InheritFrom": "mod:adventurebackpack"
},
{
"InheritFrom": "mod:ae2fc"
},
{
"InheritFrom": "mod:ae2"
},
{
"InheritFrom": "mod:archaicfix"
},
{
"InheritFrom": "mod:backhand"
},
{
"InheritFrom": "mod:carpentersblocks"
},
{
"InheritFrom": "mod:draconicevolution"
},
{
"InheritFrom": "mod:enderio"
},
{
"InheritFrom": "mod:ezstorage"
},
{
"InheritFrom": "mod:forestry"
},
{
"InheritFrom": "mod:gtnhlib"
},
{
"InheritFrom": "mod:hodgepodge"
},
{
"InheritFrom": "mod:jabba"
},
{
"InheritFrom": "mod:legacyfixes"
},
{
"InheritFrom": "mod:natura"
},
{
"InheritFrom": "mod:notenoughitems"
},
{
"InheritFrom": "mod:novacraft"
},
{
"InheritFrom": "mod:openblocks"
},
{
"InheritFrom": "mod:randomthings"
},
{
"InheritFrom": "mod:rougelike"
},
{
"InheritFrom": "mod:ticon"
},
{
"InheritFrom": "mod:thaumicenergistics"
},
{
"InheritFrom": "mod:thaumictinker"
},
{
"InheritFrom": "mod:txloader"
},
{
"InheritFrom": "mod:undergroundbiomes"
},
{
"InheritFrom": "mod:waila"
}
]
},
{ {
"Version": "1.9.0.0", "Version": "1.9.0.0",
"Actions": [ "Actions": [