Adds a button that recycles (uncrafts) items in any container
| Last updated | 21 minutes ago |
| Total downloads | 1416 |
| Total rating | 6 |
| Dependency string | abearcodes-SimpleRecycling-0.0.6 |
| Dependants | 0 other mods depend on this mod |
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.600

Adds a button that recycles (uncrafts) items in any container.
Has a fail safe to prevent accidental presses

Drop the .dll into <GameLocation>\BepInEx\plugins
Please create an issue in the GitHub repo here:
https://github.com/abearcodes/Valheim/issues/new
## Settings file was created by plugin SimpleRecycling v0.0.6
## Plugin GUID: com.github.abearcodes.valheim.simplerecycling
[General]
## Rate at which the resources are recycled. Value must be between 0 and 1.
## The mod always rolls *down*, so if you were supposed to get 2.5 items, you would only receive 2.
# Setting type: Single
# Default value: 0.5
RecyclingRate = 0.5
## If enabled and recycling a specific _unstackable_ item would yield 0 of a material,
## instead you will receive 1. If disabled, you get nothing.
# Setting type: Boolean
# Default value: true
UnstackableItemsAlwaysReturnAtLeastOneResource = true
## If enabled and recycling an item would yield 0 of any material,
## instead you will receive 1. If disabled, you get nothing.
# Setting type: Boolean
# Default value: true
PreventZeroResourceYields = true
[Recycling on containers]
## If enabled, the mod will display the container recycling button
# Setting type: Boolean
# Default value: true
ContainerRecyclingEnabled = true
## The last saved recycling button position stored in JSON
# Setting type: String
# Default value: {\"x\":502.42425537109377,\"y\":147.06060791015626,\"z\":-1.0}
ContainerButtonPosition = {\"x\":502.42425537109377,\"y\":147.06060791015626,\"z\":-1.0}
[UI]
## If enabled and recycling a specific item runs into any issues, the mod will print a message
## in the center of the screen (native Valheim notification). At the time of implementation,
## this happens in the following cases:
## - not enough free slots in the inventory to place the resulting resources
## - player does not know the recipe for the item
## - if enabled, cases when `PreventZeroResourceYields` kicks in and prevent the crafting
# Setting type: Boolean
# Default value: true
NotifyOnSalvagingImpediments = true
(!) Added "RecyclingRate" setting
This sets the rate at which the items are recycled. The mod used to return 100% of the resources, but now the rate is 50% by default.
added a setting that when enabled, will prevent recycling 0 resources on unstackable items
Initial release
Please note that the install buttons only work if you have compatible client software installed. Otherwise use the zip download links instead.
| Upload date | Version number | Downloads | Download link | |
|---|---|---|---|---|
| 2021-3-2 | 0.0.6 | 34 | abearcodes-SimpleRecycling-0.0.6.zip | Install |
| 2021-3-2 | 0.0.5 | 375 | abearcodes-SimpleRecycling-0.0.5.zip | Install |
| 2021-3-1 | 0.0.4 | 412 | abearcodes-SimpleRecycling-0.0.4.zip | Install |
| 2021-3-1 | 0.0.3 | 442 | abearcodes-SimpleRecycling-0.0.3.zip | Install |
| 2021-3-1 | 0.0.2 | 129 | abearcodes-SimpleRecycling-0.0.2.zip | Install |
| 2021-3-1 | 0.0.1 | 24 | abearcodes-SimpleRecycling-0.0.1.zip | Install |