diff --git a/dependencies.txt b/dependencies.txt deleted file mode 100644 index 5266eb9..0000000 --- a/dependencies.txt +++ /dev/null @@ -1,18 +0,0 @@ -denikson-BepInExPack_Valheim-5.4.2202 -ValheimModding-Jotunn-2.19.1 -ValheimModding-HookGenPatcher-0.0.4 -Smoothbrain-TombstoneLock-1.0.7 -CW_Jesse-BetterNetworking_Valheim-2.3.2 -MSchmoecker-MultiUserChest-0.5.10 -JereKuusela-Item_Stand_All_Items-1.20.0 -coemt-ProtectYourSeed-0.0.5 -TastyChickenLegs-TreesReborn-1.0.8 -VentureValheim-Venture_Location_Reset-0.8.2 -Smoothbrain-ShutUp-1.0.2 -Smoothbrain-DarwinAwards-1.0.6 -Nextek-SpeedyPaths-1.0.8 -Azumatt-XRayVision-2.2.2 -VentureValheim-Venture_Logout_Tweaks-0.5.0 -Neobotics-HUDCompass-1.0.5 -Azumatt-AzuAntiCheat-4.3.3 -Smoothbrain-ServerCharacters-1.4.11 \ No newline at end of file diff --git a/greylist.txt b/greylist.txt deleted file mode 100644 index 8c63acf..0000000 --- a/greylist.txt +++ /dev/null @@ -1,21 +0,0 @@ -Azumatt-FastLink-1.4.1 -ishid4-BetterArchery-1.9.4 -CW_Jesse-BetterNetworking_Valheim-2.3.2 -castix-FloatingItems-1.0.0 -Azumatt-AzuClock-1.0.3 -Azumatt-AzuCraftyBoxes-1.2.9 -Azumatt-AAA_Crafting-1.4.0 -Goldenrevolver-Quick_Stack_Store_Sort_Trash_Restock-1.4.7 -ComfyMods-Gizmo-1.9.0 -Azumatt-Azus_UnOfficial_ConfigManager-18.0.1 -RandyKnapp-EquipmentAndQuickSlots-2.1.13 -tonsit-InteractWhileBuilding-1.0.0 -Neobotics-QuietPortals-0.1.4 -Azumatt-NoBuildDust-1.0.4 -Masa-FirstPerson-1.0.2 -Marf-FuelEternal-1.2.1 -Smoothbrain-Groups-1.2.6 -RustyMods-BuildableBossStones-1.0.4 -RandyKnapp-AdvancedPortals-1.0.10 -ComfyMods-ComfySigns-1.8.0 -ComfyMods-Chatter-2.6.0 \ No newline at end of file diff --git a/modpack/CHANGELOG.md b/modpack/CHANGELOG.md index 16d6f33..50aa0b9 100644 --- a/modpack/CHANGELOG.md +++ b/modpack/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.1.0] - 2024-05-19 + +### Updated + +- Azumatt-WardIsLove-3.5.4 + ## [1.0.8] - 2024-05-19 `No Changes`- Version bumped due to testing of github actions. 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 a93dc7e..fa44fa9 100644 --- a/modpack/manifest.json +++ b/modpack/manifest.json @@ -16,7 +16,7 @@ "JereKuusela-Item_Stand_All_Items-1.21.0", "Azumatt-FastLink-1.4.2", "Azumatt-Where_You_At-1.0.10", - "Azumatt-WardIsLove-3.5.3", + "Azumatt-WardIsLove-3.5.4", "Smoothbrain-DarwinAwards-1.0.6", "RustyMods-Almanac-3.2.9", "Smoothbrain-Groups-1.2.8",