Back to mods
KubeJS Botania project artwork

CurseForge · Minecraft mod

KubeJS Botania

KubeJS integration for Botania

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

Quick answer

Which KubeJS Botania release should I use?

Updated 2 years ago
Latest stable file kubejs_botania-1.4.0-forge.jar
Game version 1.20.1
Loader NeoForge, Forge

KubeJS Botania kubejs_botania-1.4.0-forge.jar targets 1.20.1 with NeoForge, Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. 1 required mod needs a matching file.

Where it goes

Is KubeJS Botania 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, 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 KubeJS Botania kubejs_botania-1.4.0-forge.jar need?

kubejs_botania-1.4.0-forge.jar. Change the file and its required mods may change too.

1 required mod needs a matching file

Install KubeJS, Botania, Rhino, Architectury API and 2 more first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match. 4 come through another mod in the chain.

2 listed on this file 4 pulled in by those mods
KubeJS Needed by KubeJS Botania kubejs_botania-1.4.0-forge.jar
required
Matching file found Matched file: KubeJS Forge 2001.6.5-build.26
Botania Needed by KubeJS Botania kubejs_botania-1.4.0-forge.jar
required
Matching file found Matched file: Botania-1.20.1-454-FORGE.jar
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino Forge 2001.2.3-build.10
Curios API Needed by Botania
pulled in
Matching file found Matched file: curios-forge-5.14.1+1.20.1.jar
Patchouli Needed by Botania
pulled in
Matching file found Matched file: Patchouli-1.20.1-85-FORGE.jar

4 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 KubeJS Botania without breaking your instance.

Built for KubeJS Botania kubejs_botania-1.4.0-forge.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use kubejs_botania-1.4.0-forge.jar. It targets 1.20.1 with NeoForge, Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install KubeJS, Botania, Rhino, Architectury API and 2 more first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match. 4 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 kubejs_botania-1.4.0-forge.jar. It opens that exact file at the source.

About this project

What does KubeJS Botania add?

Adds support for Botania recipes, and custom brewing of Flasks, Incenses and Tainted Pendant.

Both Forge and Fabric are supported (Please check in Files tab since Recent Files will only show the latest entry).

For KJS6, you need to adapt code below to fit KJS6's style.

Examples:

In startup_script:

onEvent("botania.brews.registry", event => {

event.create("torrent")

/**

* The cost of mana per brew.

* For Tainted Blood Pendant, it is cost / duration / effectLevel * 2.5 per tick.

*/

.cost(5000)

/**

* The effect you want to specify for the Brew,

* can be specified for multiple times for applying

* multiple effects at once.

* The parameters come the same as /effect,

* except for duration is in ticks, not seconds.

*/

.effect("minecraft:water_breathing", 4800 * 20)

.effect("botania:allure", 300 * 20, 0, false, false)

/**

* Set to deny incense for this brew.

*/

.noIncense()

/**

* Set to deny pendant infusing for this brew.

*/

.noPendant()

})

In server_scripts:

onEvent("recipes", event => {

event.remove({ output: "botania:livingrock" })

event.recipes.botania.mana_infusion("minecraft:acacia_boat", "minecraft:acacia_door", 200, "minecraft:acacia_log")

event.recipes.botania.elven_trade(["minecraft:acacia_boat"], "minecraft:diamond")

event.recipes.botania.elven_trade(["minecraft:acacia_boat", "minecraft:acacia_button"], ["minecraft:diamond_block", "minecraft:gold_ingot"])

event.recipes.botania.pure_daisy("minecraft:acacia_button", "minecraft:acacia_leaves")

event.recipes.botania.pure_daisy("minecraft:acacia_button", "minecraft:stone", 1)

event.recipes.botania.brew("kubejs:torrent", ["minecraft:acacia_boat"])

event.recipes.botania.petal_apothecary("minecraft:acacia_boat", ["minecraft:acacia_button"])

event.recipes.botania.runic_altar("minecraft:acacia_boat", ["minecraft:acacia_button", "minecraft:acacia_door"], 5000)

event.recipes.botania.terra_plate("minecraft:acacia_boat", ["minecraft:acacia_button", "minecraft:acacia_door"], 5000000)

event.recipes.botania.orechid("minecraft:acacia_button", "minecraft:acacia_fence", 1)

event.recipes.botania.orechid_ignem("minecraft:acacia_leaves", "minecraft:acacia_fence_gate", 1)

event.recipes.botania.marimorphosis("minecraft:acacia_door", "minecraft:acacia_fence_gate", 1, ["plains"], 10)

})

Project description from CurseForge.

Pick your setup

KubeJS Botania by Minecraft version and loader

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

7 available setups

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

Recent files

KubeJS Botania versions and loaders

21 of 21 releases match

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