9 Commits

Author SHA1 Message Date
336aa4028f v1.13.2.1 2025-12-23 05:39:22 +01:00
7a38524583 more update 2025-12-19 15:46:36 +01:00
e17611d630 bump version 2025-12-19 15:43:20 +01:00
76d9236239 shit 2025-12-19 15:19:03 +01:00
fc010cf323 update angelica 2025-12-19 13:54:04 +01:00
d1c8eceda1 update 2025-12-08 20:29:16 +01:00
7d9745678c bump version 2025-12-07 16:19:01 +01:00
3da0931bfb temporary remove modern controlling 2025-12-07 16:18:39 +01:00
334ed56b60 update novacraft again 2025-11-30 19:32:42 +01:00
2 changed files with 60 additions and 17 deletions

View File

@@ -1,19 +1,19 @@
{
"Version": "1.13.1.1",
"Version": "1.13.2.1",
"Actions": [
{
"Id": "config:both",
"IsZip": true,
"ZipPath": "{first}/both",
"DestPath": "",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip"
"SourceUrl": "https://git.pilzinsel64.de/LITW-Refined/modpack-files/archive/{version}.zip"
},
{
"Id": "config:client",
"IsZip": true,
"ZipPath": "{first}/client",
"DestPath": "",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip",
"SourceUrl": "https://git.pilzinsel64.de/LITW-Refined/modpack-files/archive/{version}.zip",
"Side": "Client"
},
{
@@ -36,7 +36,7 @@
"IsZip": true,
"ZipPath": "{first}/server",
"DestPath": "",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip",
"SourceUrl": "https://git.pilzinsel64.de/LITW-Refined/modpack-files/archive/{version}.zip",
"Side": "Server"
},
{
@@ -116,12 +116,12 @@
"Id": "mod:angelica",
"Name": "Angelica",
"DestPath": "mods/angelica.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Angelica/releases/download/1.0.0-beta71-pre/angelica-1.0.0-beta71-pre.jar",
"SourceUrl": "https://github.com/GTNewHorizons/Angelica/releases/download/1.0.0-beta68a/angelica-1.0.0-beta68a.jar",
"SourceType": "GitHub",
"SourceOwner": "GTNewHorizons",
"SourceName": "Angelica",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?\\-beta[0-9]*(\\-pre)\\.jar$",
"SourceTag": "1.0.0-beta71-pre"
"SourceTag": "1.0.0-beta68a"
},
{
"Id": "mod:anotheroregen",
@@ -1159,15 +1159,13 @@
"SourceTag": "2366149"
},
{
"Id": "mod:moderncontrolling",
"Name": "Modern Controlling",
"DestPath": "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\\.\\+\\-]*?(|\\-GTNH|\\-gtnh)(|\\-pre)\\.jar$",
"SourceTag": "1.7.10-1.0.0",
"Id": "mod:controlling",
"Name": "Controlling",
"DestPath": "mods/Controlling.jar.old",
"SourceUrl": "https://cdn.modrinth.com/data/xv94TkTM/versions/xnHAqJdJ/Controlling-1.7.10-1.0.0.4.jar",
"SourceType": "Modrinth",
"SourceName": "xv94TkTM",
"SourceTag": "1.7.10-1.0.0.4",
"Side": "Client"
},
{
@@ -1321,10 +1319,10 @@
"Id": "mod:novacraft",
"Name": "NovaCraft",
"DestPath": "mods/NovaCraft.jar",
"SourceUrl": "https://edge.forgecdn.net/files/6545/847/NovaCraft%20V1.4.3%20(1.7.10).jar",
"SourceUrl": "https://edge.forgecdn.net/files/7060/273/NovaCraft%20V1.4.5%20(1.7.10).jar",
"SourceType": "CurseForge",
"SourceName": "705131",
"SourceTag": "6545847"
"SourceTag": "7060273"
},
{
"Id": "mod:openblocks",

View File

@@ -1,5 +1,50 @@
{
"Updates": [
{
"Version": "1.13.2.1",
"Actions": [
{
"InheritFrom": "config:client"
}
]
},
{
"Version": "1.13.2.0",
"Actions": [
{
"InheritFrom": "mod:angelica"
},
{
"InheritFrom": "mod:novacraft"
},
{
"InheritFrom": "config:both"
}
]
},
{
"Version": "1.13.1.3",
"Actions": [
{
"InheritFrom": "mod:novacraft"
},
{
"InheritFrom": "config:both"
}
]
},
{
"Version": "1.13.1.2",
"Actions": [
{
"InheritFrom": "mod:controlling"
},
{
"Type": "Delete",
"DestPath": "mods/ModernControlling.jar"
}
]
},
{
"Version": "1.13.1.1",
"Actions": [