From e9f8045e782695a564b5af2b82375b13df1fc167 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Thu, 24 Sep 2020 16:35:34 +0000 Subject: [PATCH 1/5] Fixed Spackenmobs until ACGaming updates --- src/modpack.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modpack.json b/src/modpack.json index 8e5da4f..af29ec1 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -2390,7 +2390,7 @@ "id": "spackenmobs", "file": { "installer": "internal.dir:mods", - "artifact": "com.github.ACGaming:Spackenmobs:1.12.2", + "artifact": "com.github.leytilera:Spackenmobs:f817de5dcc", "repository": "jitpack" }, "type": "mod", From 8299c27d12cac1d43e4a4f2e43a023f0f1805ffe Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Thu, 24 Sep 2020 17:28:46 +0000 Subject: [PATCH 2/5] Switched to RC3 of Spackenmobs --- src/modpack.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modpack.json b/src/modpack.json index af29ec1..9ecbcc1 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -2390,7 +2390,7 @@ "id": "spackenmobs", "file": { "installer": "internal.dir:mods", - "artifact": "com.github.leytilera:Spackenmobs:f817de5dcc", + "artifact": "com.github.ACGaming:Spackenmobs:RC3", "repository": "jitpack" }, "type": "mod", From 55f37f7e861f12768c529d882c18a64b49c746d5 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Thu, 24 Sep 2020 17:38:22 +0000 Subject: [PATCH 3/5] Jitpack not working uff --- src/modpack.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/modpack.json b/src/modpack.json index 9ecbcc1..eff795c 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -2390,8 +2390,7 @@ "id": "spackenmobs", "file": { "installer": "internal.dir:mods", - "artifact": "com.github.ACGaming:Spackenmobs:RC3", - "repository": "jitpack" + "link": "https://github.com/ACGaming/Spackenmobs/releases/download/RC3/Spackenmobs-1.12.2-RC3.jar" }, "type": "mod", "options": [ @@ -2449,11 +2448,6 @@ "id": "tilera", "type": "maven", "url": "https://data.tilera.xyz/maven/" - }, - { - "id": "jitpack", - "type": "maven", - "url": "https://jitpack.io/" } ], "meta": { From 5d10c4713f894940a98f4c1862f2a0513b89aaa5 Mon Sep 17 00:00:00 2001 From: ACGaming Date: Thu, 24 Sep 2020 18:22:08 +0000 Subject: [PATCH 4/5] Resistance is futile! --- src/modpack.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modpack.json b/src/modpack.json index eff795c..836b935 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -2390,7 +2390,7 @@ "id": "spackenmobs", "file": { "installer": "internal.dir:mods", - "link": "https://github.com/ACGaming/Spackenmobs/releases/download/RC3/Spackenmobs-1.12.2-RC3.jar" + "link": "https://github.com/ACGaming/Spackenmobs/releases/download/RC4/Spackenmobs-1.12.2-RC4.jar" }, "type": "mod", "options": [ From cee2a87a1e0c00701338d7b7c96b91a372758fff Mon Sep 17 00:00:00 2001 From: ACGaming Date: Thu, 24 Sep 2020 18:27:16 +0000 Subject: [PATCH 5/5] Spackenmobs RP served its time --- src/modpack.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/modpack.json b/src/modpack.json index 836b935..95d08f1 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -2410,30 +2410,6 @@ "server", "included" ] - }, - { - "id": "spackenmobs", - "file": { - "installer": "internal.dir:resourcepacks", - "link": "https://data.tilera.xyz/file/spackenmobs/spackenmobs-1.0.zip" - }, - "type": "resourcepack", - "options": [ - "optional", - "client", - "included" - ], - "meta": { - "name": "Spackenmobs", - "contributors": [ - { - "name": "ACGaming", - "roles": [ - "owner" - ] - } - ] - } } ] }