CurseForge · Minecraft mod
KubeJS Botania
KubeJS integration for Botania
Quick answer
Which KubeJS Botania release should I use?
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.
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.
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.
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.
- 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.
- 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.
- 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 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.
1.20.1
3 loader builds1.19.2
2 loader builds1.18.2
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
KubeJS Botania versions and loaders
kubejs_botania-1.4.0-forge.jar
11 Dec 2023
kubejs_botania-1.4.0-fabric.jar
11 Dec 2023
kubejs_botania-1.3.1-fabric.jar
29 Jul 2023
kubejs_botania-1.3.1-forge.jar
29 Jul 2023
kubejs_botania-1.3-fabric-fix.jar
20 Jul 2023
kubejs_botania-1.3-forge.jar
18 Jul 2023
kubejs_botania-1.3-fabric.jar
18 Jul 2023
kubejs_botania-1.1-forge.jar
21 May 2023
kubejs_botania-1.1-fabric.jar
21 May 2023
kubejs_botania-1.0.4-fix2-forge.jar
4 Mar 2023
kubejs_botania-1.0.4-fix2-fabric.jar
4 Mar 2023
kubejs_botania-1.0.4-forge.jar
13 Feb 2023
Looking for an older file? The official CurseForge project page is in Resources.