3 Commits

Author SHA1 Message Date
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 40 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{ {
"Version": "1.12.0.0", "Version": "1.12.1.1",
"Actions": [ "Actions": [
{ {
"Id": "config:both", "Id": "config:both",
@@ -94,6 +94,15 @@
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.4.4" "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", "Id": "mod:ancienttrees",
"Name": "Ancient Trees", "Name": "Ancient Trees",
@@ -1355,6 +1364,17 @@
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.2.0" "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", "Id": "mod:randomthings",
"Name": "Random Things", "Name": "Random Things",

View File

@@ -1,5 +1,24 @@
{ {
"Updates": [ "Updates": [
{
"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", "Version": "1.12.0.0",
"Actions": [ "Actions": [