diff --git a/build/prism/instance.cfg b/build/prism/instance.cfg index 1509629..3ba7d19 100644 --- a/build/prism/instance.cfg +++ b/build/prism/instance.cfg @@ -1,4 +1,5 @@ [General] ConfigVersion=1.2 +iconKey=default name=Azure Undead Modpack InstanceType=OneSix diff --git a/build/prism/mmc-pack.json b/build/prism/mmc-pack.json index 8b87e08..6efa8e6 100644 --- a/build/prism/mmc-pack.json +++ b/build/prism/mmc-pack.json @@ -2,43 +2,38 @@ "components": [ { "cachedName": "LWJGL 3", - "cachedVersion": "3.3.1", + "cachedVersion": "3.3.2", "cachedVolatile": true, "dependencyOnly": true, "uid": "org.lwjgl3", - "version": "3.3.1" + "version": "3.3.2" }, { "cachedName": "Minecraft", "cachedRequires": [ { - "suggests": "3.3.1", + "suggests": "3.3.2", "uid": "org.lwjgl3" } ], - "cachedVersion": "1.20.1", + "cachedVersion": "1.20.4", "important": true, "uid": "net.minecraft", - "version": "1.20.1" - }, - { - "cachedName": "unsup", - "cachedVersion": "0.2.3", - "uid": "com.unascribed.unsup" + "version": "1.20.4" }, { "cachedName": "Intermediary Mappings", "cachedRequires": [ { - "equals": "1.20.1", + "equals": "1.20.4", "uid": "net.minecraft" } ], - "cachedVersion": "1.20.1", + "cachedVersion": "1.20.4", "cachedVolatile": true, "dependencyOnly": true, "uid": "net.fabricmc.intermediary", - "version": "1.20.1" + "version": "1.20.4" }, { "cachedName": "Fabric Loader", @@ -50,6 +45,10 @@ "cachedVersion": "0.15.7", "uid": "net.fabricmc.fabric-loader", "version": "0.15.7" + }, + { + "cachedName": "unsup", + "uid": "custom.agent.06fcc9ff-e7a6-4558-a398-de414d0a6732" } ], "formatVersion": 1 diff --git a/build/prism/patches/com.unascribed.unsup.json b/build/prism/patches/com.unascribed.unsup.json deleted file mode 100644 index de72b0c..0000000 --- a/build/prism/patches/com.unascribed.unsup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "formatVersion": 1, - "name": "GalacticFactory Updater (unsup)", - "uid": "com.unascribed.unsup", - "version": "0.2.3", - "+agents": [ - { - "name": "com.unascribed:unsup:0.2.3", - "url": "https://repo.sleeping.town" - } - ] -} diff --git a/build/prism/patches/custom.agent.06fcc9ff-e7a6-4558-a398-de414d0a6732.json b/build/prism/patches/custom.agent.06fcc9ff-e7a6-4558-a398-de414d0a6732.json new file mode 100644 index 0000000..a36d601 --- /dev/null +++ b/build/prism/patches/custom.agent.06fcc9ff-e7a6-4558-a398-de414d0a6732.json @@ -0,0 +1,13 @@ +{ + "+agents": [ + { + "MMC-displayname": "unsup", + "MMC-filename": "06fcc9ff-e7a6-4558-a398-de414d0a6732.jar", + "MMC-hint": "local", + "name": "custom.agents:06fcc9ff-e7a6-4558-a398-de414d0a6732:1" + } + ], + "formatVersion": 1, + "name": "unsup", + "uid": "custom.agent.06fcc9ff-e7a6-4558-a398-de414d0a6732" +}