diff --git a/install.json b/install.json index f3456ef..cb307a6 100644 --- a/install.json +++ b/install.json @@ -1582,11 +1582,13 @@ { "Id": "mod:undergroundbiomes", "Name": "Underground Biomes Constructs", - "DestPath": "mods/UndergroundBiomesConstructs-1.7.10-0.8-beta49.jar", - "SourceUrl": "https://edge.forgecdn.net/files/2304/497/UndergroundBiomesConstructs-1.7.10-0.8-beta49.jar", - "SourceType": "CurseForge", - "SourceName": "72744", - "SourceTag": "2304497" + "DestPath": "mods/UndergroundBiomesConstructs.jar", + "SourceUrl": "https://github.com/LITW-Refined/UndergroundBiomesConstructs1.7/releases/download/0.9.0/UndergroundBiomes-0.9.0.jar", + "SourceType": "GitHub", + "SourceOwner": "LITW-Refined", + "SourceName": "UndergroundBiomesConstructs1.7", + "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", + "SourceTag": "0.9.0" }, { "Id": "mod:unidict", diff --git a/updates.json b/updates.json index 87fac71..f9d86ac 100644 --- a/updates.json +++ b/updates.json @@ -3,6 +3,10 @@ { "Version": "1.10.0.0", "Actions": [ + { + "Type": "Delete", + "DestPath": "mods/UndergroundBiomesConstructs-1.7.10-0.8-beta49.jar" + }, { "InheritFrom": "mod:adventurebackpack" },