Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ZenRecycle
The Obliterator preserves one randomly selected ingredient from each item. Smash trash on the ground anywhere.
CHANGELOG
v0.4.6
- changed the default value on new installations for the config SmashTrash Destroy Option to ProtectImportantAskOther.
- recompile for Zen.ModLib v1.8.1
v0.4.5
- add a new setting for SmashTrash destroy options: ProtectImportantAskOther
- add item description to the SmashTrash confirmation dialog text.
- recompile for Zen.ModLib v1.7.3
v0.4.4
- add Portuguese_Brazilian translation
v0.4.3
- add German translation
v0.4.2
- Compile for Valheim v0.221.4, Call to Arms
v0.4.1
- fix: hovering over the container portion of the Obliterator now works with ZenHoverItem
- added Obliterator description to translation strings.
- important fix: improve item reclaim logic so that the correct ratio is returned if you recycle a partial stack. prior behavior would return a full stack's worth of resources even if you recycled only a single unit of a stack. For example, prior you could recycle 1 bronze nail and get 1 bronze scrap in return. Now you need to recycle x20 bronze nails to get 1 bronze scrap. i.e., you have to recycle the same amount produced by crafting.
- add new config: No Recycle Items. List any items you do not want to be recyclable.
- add new config: No Recycle Single No Teleport. Prevent recycling any item which has a single ingredient and that single ingredient is a no-teleport item. This prevents abuse of items which have a 100% success chance to be used to transport metals through portals by crafting and then destroying them. Such as BronzeNails and IronNails.
v0.4.0
- updated for Zen.ModLib v1.2.0
- recompile for BepInEx v5.4.2332
- recompile for JVL v2.26.0
v0.3.6
- updated readme to reflect changes.
v0.3.5
- changed the default config value for "Melt Conversion" when melting bronze to return BronzeScrap instead of Copper/Tin.
v0.3.4
- added an option to require that an item has to be dropped before it can be smashed.
v0.3.3
- update for Zen.ModLib v1.1.0
v0.3.2
- fixed config sync
v0.3.1
- removed BepInEx from dependency, Zen.ModLib handles it.
v0.3.0
- use Zen.ModLib
v0.2.2
- update logging and configs subsystem
v0.2.1
- UPDATE FOR VALHEIM v0.220.3
v0.2.0
- Moved Smash Trash code from
ZenWorldSettingsinto this mod instead. - Smash Trash lets you destroy anything on the ground by looking at it and pressing the button, poof fire! (Default: Admin - God mode)
- Recycling Changes:
- add option to control the % of resources returned.
- add option to specify the melt conversion rules so that custom items from other mods can be configured.
- bugfix: now will not return more than max stack size of a resource.
v0.1.3
- can connect to vanilla servers.
v0.1.2
- Require all clients and server to have the mod installed to protect against reality mismatch.
v0.1.1
- Initial release