promotional bannermobile promotional banner

Forbidden Arcanus JS

Forbidden and Arcanus kubejs Compatibility
Back to Files

forbidden_arcanus_js-2101.1.3.jar

File nameforbidden_arcanus_js-2101.1.3.jar
Uploader
chen_1335chen_1335
Uploaded
Feb 16, 2026
Downloads
81.8K
Size
53.6 KB
Mod Loaders
NeoForge
File ID
7632263
Type
B
Beta
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:forbidden-arcanus-js-1346176:7632263"

Learn more about Curse Maven

What's new

Supports registering residue types, but you need to re-enter the world to apply modifications.

ServerEvents.recipes(event => {
    event.recipes.forbidden_arcanus.clibano_combustion(Item.of("bedrock"))
        .inputs("iron_ingot", "gold_ingot")
        .residue("kubejs:residue_type",1)
})
//Note that you need to use ServerEvents.registry instead of ServerEvents.recipes
ServerEvents.registry("forbidden_arcanus:residue_type", event => {
    console.log("residue");
    //Due to unknown reasons, there is no code completion available
    event.create("kubejs:residue_type").create(Component.string("test"), 1, Item.of("iron_ingot"))
})

This mod has no additional files