
Eidolon Recipes Mod allows you to create custom recipes for Eidolon’s crucible and worktable.

Recipes are made in JSON format in directories:
config
└── eidolon-raccpack
├── crucible
│ └── recipeName.json
└── worktable
└── recipeName.json
JSON formats:
Crucible recipe:
{
"type": "eidolon:crucible",
"steps": [
{
"items": [
{ "item": "eidolon:sulfur" }
]
},
{
"stirs": 2,
"items": [
{ "item": "minecraft:diamond" }, { "item": "minecraft:emerald" }
]
},
{
"stirs": 3
}
],
"result": {
"item": "minecraft:obsidian",
"count": 15
}
}
In result, the field count may be omitted, it defaults to 1.
Worktable recipe:
{
"type": "eidolon:worktable",
"pattern": [
"abc",
"b b",
"aca"
],
"reagents": "a b ",
"key": {
"a": {
"item": "minecraft:diamond"
},
"b": {
"item": "minecraft:emerald"
},
"c": {
"item": "minecraft:obsidian"
}
},
"result": {
"item": "minecraft:obsidian",
"count": 16
}
}
Eidolon Recipes Mod Download Links
For Minecraft 1.16.5
Forge version: Download from Server 1 – Download from Server 2
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.16.5
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: In MC Java Mods, or directly above on this page.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Downloads as 199883.mcaddon
- Download size: 13 KB
- Download link checked 17 Jul 2026 — working
- Mirrored on our own servers — the download does not depend on the original host
These come from our own check of the pack file, not from the source page.