You are viewing a potentially older version of this package. View all versions.
TH_Modding-ItemReplacer-1.0.1 icon

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.0.1
Download link TH_Modding-ItemReplacer-1.0.1.zip
Downloads 365
Dependency string TH_Modding-ItemReplacer-1.0.1

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.2 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.2
bonelib-BoneLib-3.2.1 icon
bonelib-BoneLib

A BONELAB mod for making life easier for other mod creators.

Preferred version: 3.2.1

README

Item Replacer Logo

BONELAB - Item Replacer

Introduction

Item Replacer is a code mod that aims to allow players to easily (somewhat at least) create replacements for in-game items, such as replacing everything with a Miku plushie if u want i guess?

This mod was created to allow for easier creation of replacers for base game items to be replaced by modded ones, while also properly syncing the items with other players in LabFusion.

Features

  • Dynamic loading of replacers from file (can modify, remove or add file/replacer while the game is running)
  • 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!

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