CurseForge · Minecraft mod
KubeJS Botany Pots
A KubeJS addon that allows you to create crops, soils, and fertilizers for Botany Pots
Quick answer
Which KubeJS Botany Pots release should I use?
KubeJS Botany Pots kjsbotanypots-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 5 required mods have matching files.
Where it goes
Is KubeJS Botany Pots 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 Botany Pots kjsbotanypots-1.3.2.jar need?
kjsbotanypots-1.3.2.jar. Change the file and its required mods may change too.
Install KubeJS, Botany Pots, Rhino, Prickle and 1 more first. We found matching files for this game-version and loader setup. 3 come through another mod in the chain.
3 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 Botany Pots without breaking your instance.
Built for KubeJS Botany Pots kjsbotanypots-1.3.2.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use kjsbotanypots-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 KubeJS, Botany Pots, Rhino, Prickle and 1 more first. We found matching files for this game-version and loader setup. 3 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 kjsbotanypots-1.3.2.jar. It opens that exact file at the source.
About this project
What does KubeJS Botany Pots add?
This mod allows you to create crops, soils, and fertilizers for the Botany Pots mod. The provided methods are displayed below.
ServerEvents.recipes(event => {
// for DisplayState, DropItem, and GrowthAmount please install ProbeJS for reference
event.recipes.botanypots.crop(
"minecraft:candle", // seed item
"#minecraft:leaves", // soils that this crop can be planted on
DisplayState.basic("minecraft:candle"), // the block that is displayed while growing
[
DropItem.item("minecraft:candle", 1.0) // item (use Item.of to include stack size), chance
],
100, // how many ticks this takes to grow
0.1 // optional, yield, chance for the crop to drop
);
event.recipes.botanypots.soil(
"minecraft:oak_leaves", // the item that this soil is attached to
DisplayState.basic("minecraft:oak_leaves"), // the block that is displayed while growing
0.5, // optional, growth modifier, example: 0.5 means all crops will grow an additional 50% faster
0.0 // optional, yield modifier, example: 0.5 means that all crops have a additional 50% chance to drop a crop
);
event.recipes.botanypots.fertilizer(
"minecraft:iron_ingot", // fertilizer item
GrowthAmount.range(10, 20) // min growth ticks, max growth ticks
)
})
Project description from CurseForge.
Pick your setup
KubeJS Botany Pots 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
1 loader build1.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 Botany Pots versions and loaders
kjsbotanypots-1.3.2.jar
3 Nov 2025
kjsbotanypots-1.3.0.jar
3 Oct 2025
kubejsbotanypots-1.2.2.jar
2 Dec 2023
kubejsbotanypots-1.2.1.jar
22 Jul 2023
KubeJS Botany Pots 1.2
kubejsbotanypots-1.2.jar
18 Jul 2023
kubejsbotanypots-1.1.jar
22 May 2023
kubejsbotanypots-1.0-SNAPSHOT.jar
1 Mar 2023
Looking for an older file? The official CurseForge project page is in Resources.