ItemReplacer
Item Replacer is a code mod that aims to allow players to easily create replacements for in-game items
| Date uploaded | 5 months ago |
| Version | 1.1.0 |
| Download link | TH_Modding-ItemReplacer-1.1.0.zip |
| Downloads | 841 |
| Dependency string | TH_Modding-ItemReplacer-1.1.0 |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.2bonelib-BoneLib
A BONELAB mod for making life easier for other mod creators.
Preferred version: 3.2.1README

Item Replacer
Item Replacer is a code mod that aims to allow players to easily create replacements for in-game items, such as replacing everything with a Miku plushie if u want i guess?
Now what makes it different from the already existing replacement methods that exist on mod.io is that, it properly syncs with LabFusion and you can still easily spawn the original spawnable, which wasnt possible with those before.
Features
- Dynamic loading of replacers from file (can modify, remove or add file/replacer while the game is running)
- An in-game editor for replacers
- Advanced matching methods (RegEx or Scriban)
- Full LabFusion support
FAQ
let's ignore the fact that this mod JUST got released, so there were no questions
Q: How do I actually make a replacer
A: Everything is explained in the wiki!
Q: Under what category should I upload the replacer on Thunderstore?
A: You should use the Custom Items category when uploading the replacer to Thunderstore
Q: I keep getting errors when replacing things, how do I fix this?
A: Some spawners require a specific spawnable to be spawned to function properly. For example if in 05 - Big Anomaly you will replace the Omni Projectors with a spawnable that is not an NPC, the spawner will throw errors and continuosly spawn ur item, causing the game to lag. There isn't any fix for this as of now
This mod was provided to you by T&H Modding Inc. (Tarek and HAHOOS)
CHANGELOG
v1.1.0
- Added an Editor Mode in the BoneMenu, allowing for the creation of simple replacers.
- If you plan to release the replacer on Thunderstore, it's still recommended that you manually modify the file to include things such as dependencies etc!
- Reworked the replacer pages for better performance & code quality
- Revamped the README
- Fixed the debug jumpscaring the hell out of me (saying it replaced something when it hasn't)
- Removed the Author page (
T&H Modding) to make finding the menu easier
v1.0.1
- The Scriban library is now included in the ZIP file, not loaded when initiating mod (requested/suggested by Thunderstore moderators)
- Updated README
v1.0.0
Initial Release