HomeJavaModsForbidden Arcanus JS
Forbidden Arcanus JS
ModsJava

Forbidden Arcanus JS

by chen_1335 · on CurseForge

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1 · NeoForge⬇ Download for 1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

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
})
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more