6 Commits

Author SHA1 Message Date
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
357a077e2a update configs 2025-11-30 14:12:11 +01:00
d527ee0693 downgrade novacraft
-> fix sleeping issue
2025-11-30 10:40:03 +01:00
2 changed files with 47 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{ {
"Version": "1.13.0.0", "Version": "1.13.1.3",
"Actions": [ "Actions": [
{ {
"Id": "config:both", "Id": "config:both",
@@ -1159,15 +1159,13 @@
"SourceTag": "2366149" "SourceTag": "2366149"
}, },
{ {
"Id": "mod:moderncontrolling", "Id": "mod:controlling",
"Name": "Modern Controlling", "Name": "Controlling",
"DestPath": "mods/ModernControlling.jar", "DestPath": "mods/Controlling.jar.old",
"SourceUrl": "https://github.com/MikhailTapio/ModernControlling/releases/download/1.7.10-1.0.0/ModernControlling-Forge-1.7.10-1.0.0.jar", "SourceUrl": "https://cdn.modrinth.com/data/xv94TkTM/versions/xnHAqJdJ/Controlling-1.7.10-1.0.0.4.jar",
"SourceType": "GitHub", "SourceType": "Modrinth",
"SourceOwner": "MikhailTapio", "SourceName": "xv94TkTM",
"SourceName": "ModernControlling", "SourceTag": "1.7.10-1.0.0.4",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-GTNH|\\-gtnh)(|\\-pre)\\.jar$",
"SourceTag": "1.7.10-1.0.0",
"Side": "Client" "Side": "Client"
}, },
{ {

View File

@@ -1,5 +1,44 @@
{ {
"Updates": [ "Updates": [
{
"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": [
{
"InheritFrom": "config:both"
}
]
},
{
"Version": "1.13.1.0",
"Actions": [
{
"InheritFrom": "mod:novacraft"
}
]
},
{ {
"Version": "1.13.0.0", "Version": "1.13.0.0",
"Actions": [ "Actions": [