Mineuniverse
Log in Register
Mods

Eidolon Recipes

Allows you to define custom Eidolon crucible and magic workbench recipes.
by mastermokkel
Claim this project
713,311 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Eidolon Recipes

This mod was made by Gulpy for the RaccPack modpack. It 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
  }
}

No files available for download.

More from mastermokkel

RaccPack Extras
3,093

You Might Also Like

Chromatic Enchantments
Unorthodox magical enhancements for your existing equipment; Adds more enchantments to the game.
987,581
Lost Trinkets
70+ Unlockable trinkets with different useful abilities
9,971,757
Reliquary Reincarnations
Many magical items to help you in your minecraft world
98,196,866
Reactive Alchemy
An alchemy-themed magic mod based on in-world experimentation
977,468
The Dreamcatcher
Harness dreams to create xp with the dreamcatcher mod!
9,913
SimpleNightmares
A mod that adds various sleep events to the game, including nightmares, vicious ambushes and the ability to set a sleep percentage/player amount to skip the night even if not all players are sleeping.
9,856