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.
RecycleItemsIntoParts
Fork of aedenthorn/DiscardInventoryItem. Recycle items into lesser parts. Drag and press [Delete]. Updated for Valheim 1.0.
| Date uploaded | 13 hours ago |
| Version | 1.7.2 |
| Download link | cjayride-RecycleItemsIntoParts-1.7.2.zip |
| Downloads | 75 |
| Dependency string | cjayride-RecycleItemsIntoParts-1.7.2 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2350README
RecycleItemsIntoParts
Updated for Valheim 1.0
A fork of aedenthorn/DiscardInventoryItem
This mod recycles items into parts
-
Break down (recycle) items on the fly, by drag clicking an item and clicking [Delete]
-
Control the percentage (%) of parts returned (in the config)
-
Control the types of parts to be recycled:
Enchanting Parts [EpicLoot]
ShardMagic [EpicLoot]
Coins
Consumables
Trophies
Setup / Configuration
Setup has completely changed, now that all mods have been updated for Mistlands. Check the values in the config file.
Edit the config file
BepInEx/config/cjayride.RecycleItemsIntoParts.cfg
Launch the game once to generate the config file and review the options.
Recycle EpicLoot Enchanted Gear for Magic Parts | DefaultSetting = true
ReturnEnchantedResources = true
CJAYCRAFT PLAYERS - This setting must be: true
Give Back Coins? | DefaultSetting = false
When recycling parts, don't give Coins (enable/disable).
It cost Coins to enchant with Epic Loot, so if you recycle an item it will usually return Coins. Some servers and players may not want this. Items gave back too many coins and it messed up our server economy.
RecycleCoins = false
CJAYCRAFT PLAYERS - This setting must be: false
Give Back Trophies | DefaultSetting = True
Don't want to give back Trophies when recycling?
On our server, we didn't want people to get back Trophies, much like we don't want to give back Coins, because it affects the economy of our server. Items can still be recycled, but if it contains a Trophy, it just won't give back the Trophy.
By default, the mod WILL give Trophies.
RecycleTrophy = true
CJAYCRAFT PLAYERS - This setting must be: false
Allow Recycle Consumables | DefaultSetting = True
Don't allow recycling of a food TYPE item.
On our server, we didn't want people recycling food because it gave certain items that might affect the economy. Potentially, if an item contains a recipe part that is food, that food item would be returned. This only specifically targets the item that is being recycled. If the item is food, it can't be recycled.
By default, this mod WILL allow you to recycle consumables.
RecycleConsumables = true
CJAYCRAFT PLAYERS - This setting must be: RecycleConsumables = false
Allow Recycle ShardMagic [EpicLoot] | DefaultSetting = True
Don't allow recycling of the item ShardMagic [EpicLoot].
On our server, we didn't want people recycling the green rarity Magic Shards (Epic Loot) because it interferes with some recipes we're using.
By default, this mod WILL allow you to recycle ShardMagic [EpicLoot].
RecycleShards = true
CJAYCRAFT PLAYERS - This setting must be: false
Contact
-
𝕏: x.com/cjayride
-
Discord: discord.gg/cjayride (find me at the top of the user list) "cjayride"
-
Twitch: twitch.tv/cjayride
AI Generated
This code was not AI Generated, however, AI was used to verify that it works with the new version of the game.
CHANGELOG
v1.7.3
- Re-upload to tag for Deep North Update on Thunderstore
v1.7.2
- Recycling no longer returns Valheim 1.0 upgrade idols (for example Wooden Protection Idol)
v1.7.1
- Fixed NullReferenceException when recycling (ObjectDB.m_items can contain objects without ItemDrop in Valheim 1.0)
v1.7.0
- Updated for Valheim 1.0
- Fixed Inventory.AddItem for the 1.0 signature (avoids MissingMethodException when returning recycled parts)
- Trophy recycle option now matches ItemType.Trophy
- Shard recycle option now uses RecycleShards instead of RecycleTrophy when deciding whether to delete shards
- Updated BepInExPack dependency to 5.4.2350
v1.6.0
- Removed terminal reload
- Added compatibility for v0.217.46
v1.5.1 - 2024/4/7
- Fixed reference to assembly files
v1.5.0 - 2024/4/7
- Change for EpicLoot, committed by blradlof (verfied by "aedenthorn") on Dec 16, 2023. Line 86 changed EpicLoot.Crafting.EnchantTabController to EpicLoot.Crafting.EnchantHelper
v1.4.0 - 2023/7/9
- Update for Mistlands. I've tested it with a combination of mods like EpicLoot, EquipmentandQuickSlots, ExtendedPlayerInventory, BetterArchery.
- Note: The BetterArchery QUIVER (if enabled) breaks the game if ExtendedPlayerInventor is also installed.
- I'll continue to test as I complete the rebuild of CJAYCRAFT modpack. As far as I can tell, this mod is working, but shoot me a message if you discover an issue before I get to play more :)