Back to mods
KubeJS Ars Nouveau project artwork

CurseForge · Minecraft mod

KubeJS Ars Nouveau

KubeJS support for Ars Nouveau

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

Quick answer

Which KubeJS Ars Nouveau release should I use?

Updated 9 months ago
Latest stable file kubejsarsnouveau-1.3.2.jar
Game version 1.21.1
Loader NeoForge

KubeJS Ars Nouveau kubejsarsnouveau-1.3.2.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 3 required mods have matching files.

Where it goes

Is KubeJS Ars Nouveau 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 NeoForge
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 KubeJS Ars Nouveau kubejsarsnouveau-1.3.2.jar need?

kubejsarsnouveau-1.3.2.jar. Change the file and its required mods may change too.

All 3 required mods have matching files

Install Ars Nouveau, KubeJS, Rhino first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

2 listed on this file 1 pulled in by one of those mods
Ars Nouveau Needed by KubeJS Ars Nouveau kubejsarsnouveau-1.3.2.jar
required
Matching file found Matched file: ars_nouveau-1.21.1-5.13.0
KubeJS Needed by KubeJS Ars Nouveau kubejsarsnouveau-1.3.2.jar
required
Matching file found Matched file: KubeJS NeoForge 2101.7.2-build.368
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino 2101.2.7-build.85

1 extra mod was pulled in by another dependency. 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 KubeJS Ars Nouveau without breaking your instance.

Built for KubeJS Ars Nouveau kubejsarsnouveau-1.3.2.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use kubejsarsnouveau-1.3.2.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Ars Nouveau, KubeJS, Rhino first. We found matching files for this game-version and loader setup. 1 comes 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 kubejsarsnouveau-1.3.2.jar. It opens that exact file at the source.

About this project

What does KubeJS Ars Nouveau add?

Allows KubeJS to create Ars Nouveau recipes. The provided methods are displayed below.

ServerEvents.recipes(event => {
    event.recipes.ars_nouveau.enchanting_apparatus(
        [
            "minecraft:sand",
            "minecraft:sand",
            "minecraft:sand",
            "minecraft:sand",
        ], // input items
        "minecraft:gunpowder", // reagent
        "minecraft:tnt", // output
        1000, // source cost
        // true // keep nbt of reagent, think like a smithing recipe
    );

    event.recipes.ars_nouveau.enchantment(
        [
            "minecraft:sand",
            "minecraft:sand",
            "minecraft:sand",
            "minecraft:sand",
        ], // input items
        "minecraft:vanishing_curse", // applied enchantment
        1, // enchantment level
        1000, // source cost
    );

    event.recipes.ars_nouveau.crush(
        "minecraft:tnt", // input block
        [
            {
                stack: Item.of("minecraft:sand"),
                chance: 1.0,
                maxRange: 10 // times this output will be "rolled", e.g. if this was a 50% chance there would be 10 attempts
            }
        ] // loot table
        // true // drop the item in world?
    );

    /*
    // this *does* work, but the recipe must be a valid glyph
    // in the tome, so this really can only be used to
    // replace a glyph's recipe
    event.recipes.ars_nouveau.glyph(
        "minecraft:tnt", // output item (glyph)
        [
            "minecraft:sand",
            "minecraft:gunpowder",
        ], // input items
        3 // exp cost
    );
    */

    // accessible via `/ars-tome id` in this case `/ars-tome kubejs:not_glow`
    event.recipes.ars_nouveau.caster_tome(
        "Not-Glow Trap", // name,
        [
            "ars_nouveau:glyph_touch",
            "ars_nouveau:glyph_rune",
            "ars_nouveau:glyph_snare",
            "ars_nouveau:glyph_extend_time",
            "ars_nouveau:glyph_light"
        ], //spell
        "Doesn't snare the target and grant other targets Glowing.", // description
        {
            id: "ars_nouveau:rainbow",
            r: 100,
            g: 100,
            b: 100,
        }, // color
        {
            "sound": "ars_nouveau:default",
            "pitch": 1.0,
            "volume": 1.0
        },
    ).id("kubejs:not_glow")

    event.recipes.ars_nouveau.imbuement(
        "minecraft:sand", // input item
        "minecraft:tnt", // output
        1000, // source cost
    )

    event.recipes.ars_nouveau.imbuement(
        "minecraft:red_sand", // input item
        "minecraft:tnt", // output
        1000, // source cost
        ["minecraft:tnt"]  // pedestal items
    )

     event.replaceInput({ type: "ars_nouveau:enchanting_apparatus" }, "ars_nouveau:abjuration_essence", "minecraft:tnt");
})

Project description from CurseForge.

Pick your setup

KubeJS Ars Nouveau by Minecraft version and loader

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

4 available setups

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

Recent files

KubeJS Ars Nouveau versions and loaders

8 of 8 releases match

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