Modscraper Modscraper Minecraft
Forbidden Arcanus JS logo

Forbidden Arcanus JS

Mod

by chen_1335

Forbidden and Arcanus kubejs Compatibility

Type

Mod

CurseForge Downloads

52,309

CurseForge ID

1346176

Last Updated

Apr 13, 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

Included in Modpacks

External Resources