generated from SkoomaRedCorp/modpack-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2a9edc
commit bc938c8
Showing
2 changed files
with
91 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,18 @@ | ||
denikson-BepInExPack_Valheim-5.4.2202 | ||
JereKuusela-Server_devcommands-1.77.0 | ||
JereKuusela-Infinity_Hammer-1.51.0 | ||
JereKuusela-World_Edit_Commands-1.56.0 | ||
JereKuusela-Infinity_Tools-1.4.0 | ||
Azumatt-FastLink-1.4.0 | ||
ValheimModding-Jotunn-2.18.2 | ||
ValheimModding-Jotunn-2.19.1 | ||
ValheimModding-HookGenPatcher-0.0.4 | ||
MathiasDecrock-PlanBuild-0.14.9 | ||
KGvalheim-Marketplace_And_Server_NPCs_Revamped-9.2.3 | ||
KGvalheim-Marketplace_NPC_Models-1.0.0 | ||
Azumatt-BetterWards-1.8.12 | ||
Smoothbrain-TombstoneLock-1.0.7 | ||
ishid4-BetterArchery-1.9.4 | ||
CW_Jesse-BetterNetworking_Valheim-2.3.2 | ||
castix-FloatingItems-1.0.0 | ||
Smoothbrain-Groups-1.2.6 | ||
Azumatt-AzuClock-1.0.2 | ||
Azumatt-AzuCraftyBoxes-1.2.9 | ||
Smoothbrain-CreatureLevelAndLootControl-4.5.19 | ||
blacks7ar-BoatAdditions-1.2.5 | ||
Thordomr-More_Gates-1.0.10 | ||
Marf-FuelEternal-1.2.1 | ||
Azumatt-AAA_Crafting-1.4.0 | ||
OdinPlus-Clutter-0.1.5 | ||
MSchmoecker-MultiUserChest-0.5.10 | ||
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 | ||
JereKuusela-Item_Stand_All_Items-1.20.0 | ||
tonsit-InteractWhileBuilding-1.0.0 | ||
coemt-ProtectYourSeed-0.0.5 | ||
TastyChickenLegs-TreesReborn-1.0.8 | ||
VentureValheim-Venture_Location_Reset-0.8.2 | ||
Smoothbrain-ShutUp-1.0.2 | ||
blacks7ar-Hunting-1.3.1 | ||
Smoothbrain-DarwinAwards-1.0.6 | ||
VentureValheim-Venture_Multiplayer_Tweaks-0.10.0 | ||
OdinPlus-OdinsFoodBarrels-1.0.17 | ||
Nextek-SpeedyPaths-1.0.8 | ||
RustyMods-BuildableBossStones-1.0.4 | ||
Cooleyy-EasySpawner-1.6.1 | ||
Smoothbrain-Farming-2.1.12 | ||
OdinPlus-PlantIt-0.1.5 | ||
Advize-PlantEverything-1.16.3 | ||
Azumatt-XRayVision-2.2.1 | ||
ComfyMods-SearsCatalog-1.4.0 | ||
Searica-More_Vanilla_Build_Prefabs-1.0.7 | ||
Azumatt-XRayVision-2.2.2 | ||
VentureValheim-Venture_Logout_Tweaks-0.5.0 | ||
ComfyMods-ComfySigns-1.7.0 | ||
JereKuusela-Structure_Tweaks-1.28.0 | ||
RandyKnapp-AdvancedPortals-1.0.10 | ||
DasSauerkraut-Terraheim-2.3.9 | ||
RandyKnapp-EpicLoot-0.9.38 | ||
Masa-FirstPerson-1.0.2 | ||
Neobotics-HUDCompass-1.0.5 | ||
Neobotics-HUDCompass-1.0.5 | ||
Azumatt-AzuAntiCheat-4.3.3 | ||
Smoothbrain-ServerCharacters-1.4.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
## 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 | ||
|