You are viewing a potentially older version of this package.
View all versions.
AssemblyLine
Why make one when you can have an assembly line?
Date uploaded | 9 months ago |
Version | 1.1.1 |
Download link | ComfyMods-AssemblyLine-1.1.1.zip |
Downloads | 1251 |
Dependency string | ComfyMods-AssemblyLine-1.1.1 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
AssemblyLine
- Why make one when you can have an assembly line?
Instructions
- Adds
+
and-
button to crafting panel for crafting multiple items with one click. - Hold
Lshift
+ click to increment by 10 - Hold
Lctrl
+ click to increment to max craftable with materials in player inventory. - Adds toggle to config to allow first shift + click increment to go from 1 to 10 rather than 1 to 11 so that perfect stack sizes are made with fewer clicks.
- Comfy replacement for MultiCraft by mjdegue.
Manual
- Un-zip
AssemblyLine.dll
to your/Valheim/BepInEx/plugins/
folder.
Thunderstore (manual)
- Go to Settings > Import local mod > Select
AssemblyLine_v1.1.1.zip
. - Click "OK/Import local mod" on the pop-up for information.
Attributions
- Icon sourced from: Assembly line icons created by Muhammad Waqas Khan - Flaticon
CHANGELOG
Changelog
1.2.1
- Fixed Increment/Decrement buttons not being re-enabled in certain situations.
1.2.0
- Fixed for the
v0.219.14
patch. - Bumped up
<LangVersion>
to C# 12. - Vanilla multi-crafting is disabled while AssemblyLine is enabled.
- Removed config-option
isModEnabled
as the mod currently does not implement this functionality. - Code clean-up and refactoring.
1.1.1
- Fixed bug where crafting not stopped when inventory closed, sometimes continuing to craft items when next opened.
- Changed behavior so that
Lshift
+ click sets to max if requirements for 10 additional crafts are not met. - Added and moved changelog to
CHANGELOG.md
- Updated assembly references to
\valheim_Data\managed\
from\unstripped_corlib\
- Updated
README.md
to make +10 and +max crafting options with modifiers more visible.
1.1.0
- Updated for patch 0.217.22. Updated to TMP Text fields
- Fixed bug where setting max craft amount set count to 0. Count will always be a positive integer.
- Fixed bug where increment and decrement buttons non-interactable after closing InventoryGUI on upgrade tab and reopening.
- Fixed bug where crafting continued when InventoryGUI opened after closing without cancelling crafting.
1.0.0
- Initial release.