Back to mods
KubeJS Botany Pots project artwork

CurseForge · Minecraft mod

KubeJS Botany Pots

A KubeJS addon that allows you to create crops, soils, and fertilizers for Botany Pots

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

Quick answer

Which KubeJS Botany Pots release should I use?

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

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.

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 Botany Pots kjsbotanypots-1.3.2.jar need?

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

All 5 required mods have matching files

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.

2 listed on this file 3 pulled in by those mods
KubeJS Needed by KubeJS Botany Pots kjsbotanypots-1.3.2.jar
required
Matching file found Matched file: KubeJS NeoForge 2101.7.2-build.368
Botany Pots Needed by KubeJS Botany Pots kjsbotanypots-1.3.2.jar
required
Matching file found Matched file: botanypots-neoforge-1.21.1-21.1.44.jar
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino 2101.2.7-build.85
Prickle Needed by Botany Pots
pulled in
Matching file found Matched file: prickle-neoforge-1.21.1-21.1.11.jar
Bookshelf Needed by Botany Pots
pulled in
Matching file found Matched file: bookshelf-neoforge-1.21.1-21.1.81.jar

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.

  1. 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.

  2. 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.

  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 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.

3 available setups

Check 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

7 of 7 releases match

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