From d1208dd7596de2906e3e559a36b6469fe75c7d55 Mon Sep 17 00:00:00 2001 From: Frey Clante Date: Sun, 19 May 2024 09:54:41 +0200 Subject: [PATCH 1/2] Remove RandyKnapp-AdvancedPortals-1.0.10 --- modpack/CHANGELOG.md | 7 ++ .../randyknapp.mods.advancedportals.cfg | 86 ------------------- modpack/manifest.json | 1 - 3 files changed, 7 insertions(+), 87 deletions(-) delete mode 100644 modpack/config/randyknapp.mods.advancedportals.cfg diff --git a/modpack/CHANGELOG.md b/modpack/CHANGELOG.md index a9b32cc..54f79b0 100644 --- a/modpack/CHANGELOG.md +++ b/modpack/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.0.7] - 2024-05-19 + +### Removed + +- RandyKnapp-AdvancedPortals-1.0.10 + - Due to a conflict causing portals to break. + ## [1.0.6] - 2024-05-17 ### Updated diff --git a/modpack/config/randyknapp.mods.advancedportals.cfg b/modpack/config/randyknapp.mods.advancedportals.cfg deleted file mode 100644 index 0e4857d..0000000 --- a/modpack/config/randyknapp.mods.advancedportals.cfg +++ /dev/null @@ -1,86 +0,0 @@ -## Settings file was created by plugin Advanced Portals v1.0.10 -## Plugin GUID: randyknapp.mods.advancedportals - -[Config Sync] - -## [Server Only] The configuration is locked and may not be changed by clients once it has been synced from the server. Only valid for server config, will have no effect on clients. -# Setting type: Boolean -# Default value: false -Lock Config = true - -[Portal 1 - Ancient] - -## Enable the Ancient Portal -# Setting type: Boolean -# Default value: true -Ancient Portal Enabled = true - -## The items needed to build the Ancient Portal. A comma separated list of ITEM:QUANTITY pairs separated by a colon. -# Setting type: String -# Default value: ElderBark:20,Iron:5,SurtlingCore:2 -Ancient Portal Recipe = Root:5,ElderBark:20,Iron:5,SurtlingCore:2 - -## A comma separated list of the item types allowed through the Ancient Portal -# Setting type: String -# Default value: Copper, CopperOre, CopperScrap, Tin, TinOre, Bronze -Ancient Portal Allowed Items = Copper, Tin, Bronze - -## Allow all items through the Ancient Portal (overrides Allowed Items) -# Setting type: Boolean -# Default value: false -Ancient Portal Allow Everything = false - -[Portal 2 - Obsidian] - -## Enable the Obsidian Portal -# Setting type: Boolean -# Default value: true -Obsidian Portal Enabled = true - -## The items needed to build the Obsidian Portal. A comma separated list of ITEM:QUANTITY pairs separated by a colon. -# Setting type: String -# Default value: Obsidian:20,Silver:5,SurtlingCore:2 -Obsidian Portal Recipe = Obsidian:20,Silver:5,SurtlingCore:2,WolfClaw:5,WolfHairBundle:5 - -## A comma separated list of the item types allowed through the Obsidian Portal -# Setting type: String -# Default value: Iron, IronScrap -Obsidian Portal Allowed Items = Iron, Ironpit - -## Allow all items through the Obsidian Portal (overrides Allowed Items) -# Setting type: Boolean -# Default value: false -Obsidian Portal Allow Everything = false - -## Additionally allow all items from the Ancient Portal -# Setting type: Boolean -# Default value: true -Obsidian Portal Use All Previous = false - -[Portal 3 - Black Marble] - -## Enable the Black Marble Portal -# Setting type: Boolean -# Default value: true -Black Marble Portal Enabled = true - -## The items needed to build the Black Marble Portal. A comma separated list of ITEM:QUANTITY pairs separated by a colon. -# Setting type: String -# Default value: BlackMarble:20,BlackMetal:5,Eitr:2 -Black Marble Portal Recipe = BlackMarble:20,BlackMetal:5,Eitr:2,BlackCore:1 - -## A comma separated list of the item types allowed through the Black Marble Portal -# Setting type: String -# Default value: Silver, SilverOre -Black Marble Portal Allowed Items = Silver, BlackMetal, DragonEgg - -## Allow all items through the Black Marble Portal (overrides Allowed Items) -# Setting type: Boolean -# Default value: true -Black Marble Portal Allow Everything = false - -## Additionally allow all items from the Obsidian and Ancient Portal -# Setting type: Boolean -# Default value: true -Black Marble Portal Use All Previous = false - diff --git a/modpack/manifest.json b/modpack/manifest.json index 89a3965..11e429f 100644 --- a/modpack/manifest.json +++ b/modpack/manifest.json @@ -19,7 +19,6 @@ "Azumatt-WardIsLove-3.5.3", "Smoothbrain-DarwinAwards-1.0.6", "RustyMods-Almanac-3.2.8", - "RandyKnapp-AdvancedPortals-1.0.10", "Smoothbrain-Groups-1.2.8", "Advize-PlantEverything-1.17.3", "MSchmoecker-MultiUserChest-0.5.10", From e3b9edb52119abdb8242000f9de81fb9bb621556 Mon Sep 17 00:00:00 2001 From: Frey Clante Date: Sun, 19 May 2024 10:02:05 +0200 Subject: [PATCH 2/2] Update anticheat and almanac --- modpack/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modpack/manifest.json b/modpack/manifest.json index 11e429f..4d67fb9 100644 --- a/modpack/manifest.json +++ b/modpack/manifest.json @@ -5,7 +5,7 @@ "description": "Official modpack for the Undorn Valheim Community", "dependencies": [ "denikson-BepInExPack_Valheim-5.4.2202", - "Azumatt-AzuAntiCheat-4.3.6", + " Azumatt-AzuAntiCheat-4.3.7", "coemt-ProtectYourSeed-0.0.5", "ValheimModding-Jotunn-2.20.0", "ValheimModding-HookGenPatcher-0.0.4", @@ -18,7 +18,7 @@ "Azumatt-Where_You_At-1.0.10", "Azumatt-WardIsLove-3.5.3", "Smoothbrain-DarwinAwards-1.0.6", - "RustyMods-Almanac-3.2.8", + "RustyMods-Almanac-3.2.9", "Smoothbrain-Groups-1.2.8", "Advize-PlantEverything-1.17.3", "MSchmoecker-MultiUserChest-0.5.10",