From 8e5ec6af64c5800f0bd32b638ab21b0446d4a537 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Wed, 20 Apr 2022 19:24:01 +0200 Subject: [PATCH] 3.1.1 - Fix some links - Add Pneumaticcraft - Add Chisel --- CHANGELOG.md | 7 ++++--- src/modpack.json | 43 ++++++++++++++++++++++++++++++++++++----- src/overrides/pack.json | 2 +- 3 files changed, 43 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732dddc..3572c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -# v3.1 -- Removed End Portal recipe -- Disables experience seas +# v3.1.1 +- Fix some links +- Add Pneumaticcraft +- Add Chisel diff --git a/src/modpack.json b/src/modpack.json index 35035a7..d15771e 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -3,7 +3,7 @@ "type": "modpack", "versions": [ { - "version": "3.1", + "version": "3.1.1", "versionid": -1, "mcversion": [ "1.7.10" @@ -16,6 +16,36 @@ } ], "relations": [ + { + "id": "chisel", + "file": { + "installer": "internal.dir:mods", + "artifact": "curse.maven:235279:2287442", + "repository": "curse" + }, + "type": "mod", + "options": [ + "required", + "client", + "server", + "included" + ] + }, + { + "id": "pneumaticcraft", + "file": { + "installer": "internal.dir:mods", + "artifact": "curse.maven:224125:2513763", + "repository": "curse" + }, + "type": "mod", + "options": [ + "required", + "client", + "server", + "included" + ] + }, { "id": "crafttweaker", "file": { @@ -1666,13 +1696,14 @@ "included" ] }, - { + { "id" : "appeng", "meta" : { "name" : "AppEng 2 tilera Edition" }, "file" : { - "link" : "https://build.tilera.xyz/job/AppEngTE/lastSuccessfulBuild/artifact/build/libs/appliedenergistics2-rv3-beta-18.jar", + "artifact": "appeng:appliedenergistics2:rv3-beta-18", + "repository": "tilera", "installer" : "internal.dir:mods" }, "type" : "mod", @@ -1689,7 +1720,8 @@ "name" : "Dartcraft Alpha" }, "file" : { - "link" : "https://build.tilera.xyz/job/dartcraft/lastSuccessfulBuild/artifact/build/libs/dartcraft-1.0.jar", + "artifact": "ley.modding:dartcraft:1.0", + "repository": "tilera", "installer" : "internal.dir:mods" }, "type" : "mod", @@ -1706,7 +1738,8 @@ "name" : "PocketCraft" }, "file" : { - "link" : "https://build.tilera.xyz/job/PocketCraft/2/artifact/build/libs/pocketcraft-1.0.jar", + "artifact": "ley.modding:pocketcraft:1.0", + "repository": "tilera", "installer" : "internal.dir:mods" }, "type" : "mod", diff --git a/src/overrides/pack.json b/src/overrides/pack.json index 734edad..5b47c92 100644 --- a/src/overrides/pack.json +++ b/src/overrides/pack.json @@ -1 +1 @@ -{"version":"v3.1","giteaInstance":"https://tilera.xyz/git","owner":"tilera","repository":"testcraft"} +{"version":"v3.1.1","giteaInstance":"https://git.tilera.org","owner":"tilera","repository":"testcraft"}