Create: Mechanical Botany
Modby DakotaPrideModding
Gather plants from automation
Type
Mod
CurseForge Downloads
1,126,155
CurseForge ID
1276978
Modrinth Downloads
23,556
Modrinth ID
ZDmMjKj7
Last Updated
Jun 11, 2026
Description
Regular Liquid Compost is obtained by providing an Item Drain with a piece of **Compost**, obtained through the Mechanical Composter.
Molten Liquid Compost is obtained through mixing together Liquid Compost and Lava inside of a heated basin.
Void Liquid Compost is obtained through mixing together Liquid Compost and Powdered Obsidian inside of a heated basin.
Some mods have built-in compatability within Mechanical Botany!
_Create: Garnished - Aureate Shrub_
_Create: Garnished Reworked - Elven Sweet Berries_
_Create: Bitterballen - Sunflower Seeds/Sunflower_
_Hibernal Herbs - Tarragon_
### **Mechanical Composter**
The Mechanical Composter can turn certain plants or crops into Compost. This can then either be used in a similar fashion to Bone Meal, be pressed into Bone Meal, or be provided to an Item Drain to create Liquid Compost.
Nearly every recipe within the Mechanical Composter has 2 outputs for Compost, but only one is guaranteed. The secondary output is a per cent chance depending on what per cent that item has to provide compost within a regular Composter. For example, Wheat has a 65% chance to provide compost to a Composter, so it has a 65% chance to provide an additional piece of Compost when processed through the Mechanical Composter.
_Example Compatibility Recipes_
_Create: Garnished - Dried Dulse Kelp Block_
_Supplementaries - Flax Bale_
### **Example Recipes For External Use**
Perhaps you've come across a mod without integration with this mod, or perhaps you simply want to add a custom recipe that wouldn't exist otherwise. Well, here's some examples from the base mod! (can also be viewed via the GitHub source page)
**Mechanical Insolator Recipe Example**
The first ingredient is the fluid required for the recipe to process while the second ingredient is the "base" item, typically some form of seed or a flower.
**As of version 1.0.8:** There is a "consume_input" flag to be put in your recipe. Under/Before this version, simply remove that segment from your recipe file or KubeJS script.
{
"type": "mechanical_botany:insolating",
"ingredients": [
{
"type": "fluid_stack",
"amount": 1000,
"fluid": "minecraft:water"
},
{
"item": "minecraft:allium"
}
],
"processing_time": 50,
"results": [
{
"count": 2,
"id": "minecraft:allium"
}
]
}
**Mechanical Composter Recipe Example**
You can specify a singular item, multiple items, or an item tag to be processed into Compost. The amount of Compost provided is completely controlled by you, but is recommended to follow the previously mentioned guidelines the base mod follows of having 1 guaranteed piece of Compost and having a secondary piece of Compost with a per cent chance equal to the per cent chance that item has to provide a regular Composter with compost.
{
"type": "mechanical_botany:composting",
"ingredients": [
[
{
"item": "minecraft:cake"
},
{
"item": "minecraft:pumpkin_pie"
}
]
],
"processing_time": 50,
"results": [
{
"count": 1,
"id": "mechanical_botany:compost"
},
{
"count": 1,
"id": "mechanical_botany:compost"
}
]
}
Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
Create Goggles (Create Plus)
Adds Goggle Helmets and Armored Backtanks for Create Mod
Living Things
adds various new mobs to Minecraft
Public Gui Announcement
See what Gui your friends are looking at !
KeyBind Bundles
Do you have too many keybinds but not enough keys? With this mod you create add your own key bundles, collapsing a set o...
Sophisticated Storage in Motion
A Sophisticated Storage add on which allows using storage blocks with minecarts and in the future with other entities
SimpleLabels
Labels for the Deep Storage Unit, and more!
Included in Modpacks
Thoryx
The Bright Side Of Create
CREATE HUB