

Do you want to do a challenge run but can't stop using and consuming the things you are not allowed to for the love of it? Do your friends keep chugging honey like there is no tomorrow? Or build beehives all over your carefully curated village? Then this is the mod for you. CantTouchThis lets you ban specific items and everything derived from them. The mod will trace the entire crafting chain, so banning honey means no mead, no honey-based recipes, and no buildings that require honey. Sorry, Gwen.
Drop the dll into your BepInEx\plugin folder and begin to stop touching. For config sync the mod needs to be installed on the server. If it is installed on the server, every client must have it installed, too.
Found in BepInEx/config/de.sirskunkalot.CantTouchThis.cfg after starting the game with this mod for the first time. Edit directly or use a Config Manager to do so.
| Setting | Default | Server Synced | Description |
|---|---|---|---|
Forbidden Items |
(empty) | Yes (Admin only) | Comma-separated list of item names to ban. Uses internal item names (e.g. $item_honey, $item_queenbee). Banning an item also bans everything in its crafting chain. |
Hide Forbidden Items in UI |
false |
No (Client side) | When enabled, forbidden recipes and build pieces are removed from the crafting and building menus entirely. |
Ban honey and everything derived from it:
Forbidden Items = $item_honey
Ban multiple items:
Forbidden Items = $item_honey, $item_queenbee, $item_bloodpudding
You can find a list of internal item names and their English translations at the Jötunn Data Dump.
To add rejection messages in other languages, create a Jötunn translation file
with keys message1 through message14. Use {item_name} as a placeholder
for the item name. See the Jötunn documentation for details.
Initial Release
Mod created by Jules
Made with Löve and Jötunn
Source at github - all contributions welcome!