Conclave Recipe Manager
Conclave Recipe Manager is a powerful server-side administration mod for Minecraft Forge that allows server administrators to manage crafting recipes in real time.
No server restart.
No manual datapacks.
No configuration headaches.
Simply execute a command and the recipe is instantly updated for every connected player.
## Features
✔ Disable crafting recipes instantly
✔ Restore disabled recipes
✔ Live RecipeManager reload
✔ Persistent JSON configuration
✔ Search recipes by name
✔ List all loaded recipes
✔ Server-side only
✔ No client installation required
## Commands
```text
/crm help
/crm list
/crm search <recipe>
/crm remove <recipe>
/crm restore <recipe>
/crm reload
```
## Examples
Disable a recipe
```text
/crm remove golden_sword
```
Restore a recipe
```text
/crm restore golden_sword
```
Search for recipes
```text
/crm search sword
```
## How it works
Conclave Recipe Manager intercepts Minecraft's RecipeManager using Mixins.
When a recipe is disabled:
- The recipe is saved to a JSON configuration.
- Minecraft reloads its RecipeManager.
- The recipe immediately disappears for every connected player.
- No server restart required.
## Server-side only
Players do **NOT** need to install this mod.
Simply place the mod in your server's `mods` folder and you're ready to go.
## Compatibility
- Minecraft Forge 1.20.1
- Java 17
- Dedicated Servers
- Singleplayer
## Why Conclave Recipe Manager?
Unlike traditional datapack-based solutions, CRM allows server administrators to modify recipes while the server is running.
This makes it perfect for:
- RPG Servers
- Survival Servers
- Economy Servers
- Modpacks
- Public Servers
- Private Communities
---
Developed by: N3W_UNDERGROUND
Conclave Projects Studio