CurseForge · Minecraft mod
KubeJS Ars Nouveau
KubeJS support for Ars Nouveau
Quick answer
Which KubeJS Ars Nouveau release should I use?
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.
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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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.
1.21.1
1 loader build1.20.1
2 loader builds1.19.2
1 loader buildCheck 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
kubejsarsnouveau-1.3.2.jar
3 Nov 2025
kubejsarsnouveau-1.3.jar
2 Oct 2025
kubejsarsnouveau-1.2.2.jar
2 Dec 2023
kubejsarsnouveau-1.2.2.jar
12 Nov 2023
kubejsarsnoveau-1.2.1.jar
22 Jul 2023
KubeJS Ars Noveau 1.2
kubejsarsnoveau-1.2.jar
18 Jul 2023
kubejsarsnoveau-1.0.1.jar
25 Mar 2023
kubejsarsnoveau-1.0.jar
4 Mar 2023
Looking for an older file? The official CurseForge project page is in Resources.