4 Commits

Author SHA1 Message Date
d5300893c9 update 2025-08-05 15:54:38 +02:00
ec69d0f27a arg 2025-08-04 15:15:57 +02:00
5c86a70224 add already decorating fix 2025-08-04 15:13:44 +02:00
50ab6706c3 add rwg 2025-08-04 14:42:35 +02:00
2 changed files with 59 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"Version": "1.12.0.0",
"Version": "1.12.2.0",
"Actions": [
{
"Id": "config:both",
@@ -94,6 +94,15 @@
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.4.4"
},
{
"Id": "mod:alreadydecoratingfix",
"Name": "Biome Decoration Fix",
"DestPath": "mods/alreadydecoratingfix.jar",
"SourceUrl": "https://edge.forgecdn.net/files/3479/308/alreadydecoratingfix-1.0a.jar",
"SourceType": "CurseForge",
"SourceName": "533258",
"SourceTag": "3479308"
},
{
"Id": "mod:ancienttrees",
"Name": "Ancient Trees",
@@ -1355,6 +1364,17 @@
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.2.0"
},
{
"Id": "mod:rwg",
"Name": "Realistic World Gen",
"DestPath": "mods/RWG-alpha.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Realistic-World-Gen/releases/download/alpha-1.5.0/RWG-alpha-1.5.0.jar",
"SourceType": "GitHub",
"SourceOwner": "GTNewHorizons",
"SourceName": "Realistic-World-Gen",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "alpha-1.5.0"
},
{
"Id": "mod:randomthings",
"Name": "Random Things",
@@ -1698,6 +1718,17 @@
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "0.5.2"
},
{
"Id": "mod:waystones",
"Name": "Waystones",
"DestPath": "mods/waystones.jar",
"SourceUrl": "https://github.com/LITW-Refined/Waystones/releases/download/1.1.0/waystones-1.1.0.jar",
"SourceType": "GitHub",
"SourceOwner": "LITW-Refined",
"SourceName": "Waystones",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.1.0"
},
{
"Id": "mod:wildmobs",
"Name": "Wild Mobs",

View File

@@ -1,5 +1,32 @@
{
"Updates": [
{
"Version": "1.12.2.0",
"Actions": [
{
"InheritFrom": "mod:waystones"
}
]
},
{
"Version": "1.12.1.1",
"Actions": [
{
"InheritFrom": "mod:alreadydecoratingfix"
}
]
},
{
"Version": "1.12.1.0",
"Actions": [
{
"InheritFrom": "mod:rwg"
},
{
"InheritFrom": "config:both"
}
]
},
{
"Version": "1.12.0.0",
"Actions": [