Mod
Eidolon Recipes
No reviews yet
Allows you to define custom Eidolon crucible and magic workbench recipes.
Centers around fantasy elements such as spells, rituals, and magical energies, often involving personal empowerment and magical automation.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
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
}
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources