Mineuniverse
Log in Register
Mods

KubeJS Eidolon

KubeJS addon for Eidolon Repraised and its recipes
by ianm1647
Download Claim this project
86,663 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons KubeJS Magic

Adds KubeJS integration for Eidolon: Repraised

Supported recipe types are:
- crucible
- athame_foraging
- ritual_brazier_command
- ritual_brazier_crafting
- ritual_brazier_location
- ritual_brazier_summoning
- worktable


Examples are below



event.recipes.eidolon_repraised.ritual_brazier_crafting(
    'minecraft:granite', //item output
    'minecraft:dirt', //reagent
    [ 'minecraft:enchanted_golden_apple', 'eidolon_repraised:shadow_gem' ], //pedestal items
    'minecraft:cobblestone', //focus items
    50.0, //health requirement
    true //keep nbt
)

event.recipes.eidolon_repraised.ritual_brazier_summoning(
    'minecraft:cow', //entity output
    'minecraft:dirt', //reagent
    [ 'minecraft:enchanted_golden_apple', 'eidolon_repraised:shadow_gem' ], //pedestal items
    'minecraft:cobblestone', //focus items
    1, //count
    10.0 //health requirement
)

event.recipes.eidolon_repraised.ritual_brazier_location(
    'minecraft:stronghold', //entity output
    'minecraft:diamond', //reagent
    [ 'minecraft:shulker_shell', 'minecraft:netherite_ingot' ], //pedestal items
    'minecraft:obsidian', //focus items
    25.0 //health requirement
)

event.recipes.eidolon_repraised.crucible(
    'minecraft:dirt', //output
    [
        StepIngredients.of(['minecraft:cobblestone', 'minecraft:diamond'], 1), //1st step, 2 inputs, and 1 stir
        StepIngredients.of(['minecraft:carrot'], 2) //2nd step, 1 input, 2 stirs
    ]
)

event.recipes.eidolon_repraised.athame_foraging(
    'minecraft:wheat_seeds', //output
    'minecraft:cobblestone' //block input
)

event.recipes.eidolon_repraised.worktable(
    'minecraft:gold_block', //output
    [' c ', 'isi', ' c '], //pattern
    ['asds'], //reagent pattern
    {
        c: 'minecraft:gold_ingot',
        i: 'minecraft:diamond',
        s: 'minecraft:copper_ingot',
        a: 'minecraft:apple',
        s: 'minecraft:string',
        d: 'minecraft:diorite'
    } //pattern key
)


kjseidolon-1.3.1.jar
MC Client, 1.21.1, NeoForge, Server
Release 2026-02-04 Get

More from ianm1647

TiCBC - Tinkers Better Compat
785,369
Everlasting Abilities Compat
5,649
Ancient Reforging
3,812,582
Apothic Compats
2,200,027
Nature's Minerals
218,657
Better Echo Shards
21,172

You Might Also Like

Theurgy KubeJS
Theurgy KubeJS provides KubeJS integrations for Theurgy.
9,503,452
EntityJS
This mod uses KubeJS to dynamically register entities with full AI/Animation/Spawn Control support!
8,731,173
KubeJS TFC
KubeJS TFC integration
919,127
Forbidden Arcanus JS
Forbidden and Arcanus kubejs Compatibility
97,097
Immersive Engineering JS
kubejs compat for ie
94,624
KubeJS REI Runtime
Allows KubeJS to hide and show items from REI dynamically
89,244