Forbidden Arcanus JS
Modby chen_1335
Forbidden and Arcanus kubejs Compatibility
Type
Mod
CurseForge Downloads
103,608
CurseForge ID
1346176
Last Updated
Jul 27, 2026
Description
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 })
Similar Mods
Chalk: Colorful Addon
Colorful Chalk for the Chalk mod
BBL Casting
Resource processing using molten materials, Create more resources from your ores !
AnvilCore 🔨
AnvilCore is a required library for all SmartStreamLabs mods, handling shared code and core features.
Technobauble
A mod that adds various baubles/curios
Shipwreck Fix
This mod fixed the bug (MC-249136) of the sunken ship group in 1.19.2/1.20.1/, preventing it from lagging for a long tim...
Wabbanode Companion
A plug-and-play companion mod to hook up a create-server button in Minecraft