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",