update underground biomes constructs

This commit is contained in:
2025-04-21 18:58:35 +02:00
parent 03a08112eb
commit ae050d829f
2 changed files with 11 additions and 5 deletions

View File

@@ -1582,11 +1582,13 @@
{ {
"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",

View File

@@ -3,6 +3,10 @@
{ {
"Version": "1.10.0.0", "Version": "1.10.0.0",
"Actions": [ "Actions": [
{
"Type": "Delete",
"DestPath": "mods/UndergroundBiomesConstructs-1.7.10-0.8-beta49.jar"
},
{ {
"InheritFrom": "mod:adventurebackpack" "InheritFrom": "mod:adventurebackpack"
}, },