6 Commits

Author SHA1 Message Date
c6ffc55343 v1.12.3 2025-08-10 14:06:29 +02:00
e2be66f076 update pilzmcsammelorium 2025-08-10 14:04:17 +02:00
3f6fc7cbc5 update config 2025-08-10 11:23:39 +02:00
b83a441efd remove waystones
maybe re-add when more stable later
2025-08-10 07:24:57 +02:00
e98783fad4 downgrade cnpc+
fixes a tons of issues that are awaiting a new patch release (1.10.2)
2025-08-10 07:22:35 +02:00
d5300893c9 update 2025-08-05 15:54:38 +02:00
2 changed files with 30 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{ {
"Version": "1.12.1.1", "Version": "1.12.3.0",
"Actions": [ "Actions": [
{ {
"Id": "config:both", "Id": "config:both",
@@ -524,7 +524,7 @@
"Id": "mod:cnpc+", "Id": "mod:cnpc+",
"Name": "CustomNPC+", "Name": "CustomNPC+",
"DestPath": "mods/CustomNPC-Plus-nomixin.jar", "DestPath": "mods/CustomNPC-Plus-nomixin.jar",
"SourceUrl": "https://github.com/KAMKEEL/CustomNPC-Plus/releases/download/1.10.1/CustomNPC-Plus-1.10.1.jar", "SourceUrl": "https://cdn.modrinth.com/data/dXMq6syh/versions/phHjUIUS/CustomNPC-Plus-1.9.3-nomixin.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "KAMKEEL", "SourceOwner": "KAMKEEL",
"SourceName": "CustomNPC-Plus", "SourceName": "CustomNPC-Plus",
@@ -1340,12 +1340,12 @@
"Id": "mod:pilzmcsammelsorium", "Id": "mod:pilzmcsammelsorium",
"Name": "Pilz' Sammelsorium", "Name": "Pilz' Sammelsorium",
"DestPath": "mods/pilzmcsammelsorium.jar", "DestPath": "mods/pilzmcsammelsorium.jar",
"SourceUrl": "https://github.com/LITW-Refined/PilzMcSammelsorium/releases/download/1.4/pilzmcsammelsorium-1.4.jar", "SourceUrl": "https://github.com/LITW-Refined/PilzMcSammelsorium/releases/download/1.4.1/pilzmcsammelsorium-1.4.1.jar",
"SourceType": "GitHub", "SourceType": "GitHub",
"SourceOwner": "LITW-Refined", "SourceOwner": "LITW-Refined",
"SourceName": "PilzMcSammelsorium", "SourceName": "PilzMcSammelsorium",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.4" "SourceTag": "1.4.1"
}, },
{ {
"Id": "mod:plantmegapack", "Id": "mod:plantmegapack",

View File

@@ -1,5 +1,31 @@
{ {
"Updates": [ "Updates": [
{
"Version": "1.12.3.0",
"Actions": [
{
"InheritFrom": "config:both"
},
{
"InheritFrom": "mod:cnpc+"
},
{
"InheritFrom": "mod:pilzmcsammelsorium"
},
{
"Type": "Delete",
"DestPath": "mods/waystones.jar"
}
]
},
{
"Version": "1.12.2.0",
"Actions": [
{
"InheritFrom": "mod:waystones"
}
]
},
{ {
"Version": "1.12.1.1", "Version": "1.12.1.1",
"Actions": [ "Actions": [