Back to Mods
Recipe Edit

Recipe Edit

miscTiffy321

Override any crafting recipe using a simple config file. Changes take effect on startup.

About Recipe Edit

RtChanger is a mod that lets you change crafting recipes through a simple configuration file. Instead of digging through asset files, you just define your changes in rtchanger.json.

The mod applies these overrides during startup. It automatically syncs with the in-game workbench so players see the updated costs.

Feel free to report bugs or share suggestions!

How to use:

Open mods/tiffy/rtchanger.json

Add the target Item ID and its new ingredients. Restart your server. It works for standard Hytale items and items added by other plugins.

{ "overrides": [ { "targetItemId": "Bench_Campfire", "ingredients": [ { "id": "Ingredient_Bar_Iron", "amount": 999 }, { "id": "Ingredient_Bar_Copper", "amount": 999 } ] }, { "targetItemId": "Jewelry_Fly_Ring", "ingredients": [ { "id": "Ingredient_Bar_Iron", "amount": 1500 }, { "id": "Ingredient_Bar_Gold", "amount": 250 } ] } ] }

Downloads
111
Created
Jan 21, 2026
Updated
Jan 21, 2026
Version
Early Access

Categories

MiscellaneousGameplayUtility

Download Mod

Download on CurseForge
Free download • 111 total downloads

Need a Server?

Run Recipe Edit on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Recipe Edit?

Override any crafting recipe using a simple config file. Changes take effect on startup.

How do I download Recipe Edit?

You can download Recipe Edit for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Recipe Edit?

Recipe Edit was created by Tiffy321. The mod has been downloaded 111 times.

Is Recipe Edit compatible with Hytale servers?

Recipe Edit is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Recipe Edit?

To install Recipe Edit: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.