Mineuniverse
Log in Register
Mods

Forbidden Arcanus JS

Forbidden and Arcanus kubejs Compatibility
by chen_1335
Download Claim this project
97,097 downloads
0 likes
Updated Jul 6, 2026
0 hypes
KubeJS

1.Modified the forging recipe for Forbidden and Arcanus

2.Added recipe ID to jei for the special recipe of Forbidden and Arcanus

3.Added convenient recipe add method

 

ServerEvents.recipes(event => {
    event.recipes.forbidden_arcanus.ritual(RitualResults.ofCreateItemResult(Item.of("forbidden_arcanus:crimson_stone")), "minecraft:dirt")//Start with an output type and a primary material
    .addInput("coal", 1)//Add one input Do not be greater than 8 inputs
    .essences(1, 0, 0, 0)//Essence input. The order is the same as the JEI order.
    .tier(1)//Forge table level requirements, optional, default 1
    .matchTierExact(false)//Strict matching level, optional, false by default
    .enhancers("forbidden_arcanus:artisan_relic", "forbidden_arcanus:crescent_moon")//Enhancement sub-requirements None by default
    .magicCircles("forbidden_arcanus:upgrade_tier")//Formulation of finished particles



event.recipes.forbidden_arcanus.clibano_combustion(Item.of("bedrock"))//Start the recipe with an ItemStack output
    .input("stone")//Single input
    .inputs("iron_ingot", "gold_ingot")//Dual input
    .residue("forbidden_arcanus:iron", 1)// Byproduct settings, optional, default to empty
    .fireType("fire") // Fire requirements, optional, default to fire
    .cookingTime(2)// Formula time, default 100, not less than or equal to 1!
    .enhancer("forbidden_arcanus:divine_pact")//Enhancement sub-requirements None by default
    .experience(1)//Experience None by default
    .cookingBookCategory("misc") //Recipe book type, default misc can be ignored
    .group("") //group Default "" I don't know what this thing is for
})
forbidden_arcanus_js-2001.1.1-all.jar
MC Client, 1.20.1, Forge, Server
Beta 2026-03-19 Get
forbidden_arcanus_js-2101.1.3.jar
MC Client, 1.21.1, NeoForge, Server
Beta 2026-02-16 Get

More from chen_1335

Immersive Engineering JS
94,624
EnumExtenderJS
85
Ultimate Enchantment
62,320
Spell Colonies
46,163
Shield System
3,800
Legendary Relics
3,789

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
Immersive Engineering JS
kubejs compat for ie
94,624
KubeJS REI Runtime
Allows KubeJS to hide and show items from REI dynamically
89,244
CucumberJS
A KubeJS addon for creating Cucumber Library tools/weapons. That's it. idk why you'd need this
88,475