ModsJava
Forbidden Arcanus JS
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
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.1, 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
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
- Ships as forbidden_arcanus_js-2101.1.3.jar — drop this file into the mods folder
- Download size: 54 KB
- Download link checked 12 Sept 2026 — working
These come from our own check of the pack file, not from the source page.