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

ItemReplacer

Item Replacer is a code mod designed to replace certain Items with user specified Replacements (using JSON files).

Date uploaded 5 months ago
Version 1.0.0
Download link TH_Modding-ItemReplacer-1.0.0.zip
Downloads 39
Dependency string TH_Modding-ItemReplacer-1.0.0

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

Introduction

The Item Replacer is a code mod designed to replace certain Items with user specified Replacements (using JSON files).

Features

  • Replaces Items with user specified counterparts (Even works on most Modded Maps)
  • Features a menu to customize the mods behaviour
  • Includes template and barcode list for easier replacements.

How to Install

  • Drag and Drop Folder into your MelonLoader Mods folder

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