Back to mods
Forbidden Arcanus JS project artwork

CurseForge · Minecraft mod

Forbidden Arcanus JS

Forbidden and Arcanus kubejs Compatibility

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Forbidden Arcanus JS release should I use?

Updated 5 months ago
beta file forbidden_arcanus_js-2001.1.1-all.jar
Game version 1.20.1
Loader Forge

Forbidden Arcanus JS forbidden_arcanus_js-2001.1.1-all.jar targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 5 required mods have matching files.

Where it goes

Is Forbidden Arcanus JS required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Forbidden Arcanus JS forbidden_arcanus_js-2001.1.1-all.jar need?

forbidden_arcanus_js-2001.1.1-all.jar. Change the file and its required mods may change too.

All 5 required mods have matching files

Install KubeJS, Forbidden and Arcanus, Rhino, Architectury API and 1 more first. We found matching files for this game-version and loader setup. 3 come through another mod in the chain.

2 listed on this file 3 pulled in by those mods
KubeJS Needed by Forbidden Arcanus JS forbidden_arcanus_js-2001.1.1-all.jar
required
Matching file found Matched file: KubeJS Forge 2001.6.5-build.26
Forbidden and Arcanus Needed by Forbidden Arcanus JS forbidden_arcanus_js-2001.1.1-all.jar
required
Matching file found Matched file: forbidden_arcanus-1.20.1-2.2.6.jar
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino Forge 2001.2.3-build.10
Architectury API Needed by KubeJS
pulled in
Matching file found Matched file: [Forge 1.20(.1)] v9.2.14
Valhelsia Core Needed by Forbidden and Arcanus
pulled in
Matching file found Matched file: [Forge] Valhelsia Core - 1.1.2

3 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Forbidden Arcanus JS without breaking your instance.

Built for Forbidden Arcanus JS forbidden_arcanus_js-2001.1.1-all.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use forbidden_arcanus_js-2001.1.1-all.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install KubeJS, Forbidden and Arcanus, Rhino, Architectury API and 1 more first. We found matching files for this game-version and loader setup. 3 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside forbidden_arcanus_js-2001.1.1-all.jar. It opens that exact file at the source.

About this project

What does Forbidden Arcanus JS add?

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

Project description from CurseForge.

Pick your setup

Forbidden Arcanus JS by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Forbidden Arcanus JS versions and loaders

6 of 6 releases match

Looking for an older file? The official CurseForge project page is in Resources.