Mod

Create: Mechanical Botany

Quick rating

Create: Mechanical Botany

No reviews yet

Gather plants from automation

Industrial
Tech
Village & Farm Life
Automation & Processing
Create-focused
Farming & Agriculture
Performance & Optimization
Mod Addon
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
Create: Mechanical Botany 1.1.3 for mc1.21.1
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Create: Mechanical Botany

Adds two new mechanical blocks to allow for plant reprocessing through Create automation. This mod works well both on it's own and within modpacks.

Mechanical Insolator

As you might guess, this block is heavily inspired by Thermal Expansion's Phytogenic Insolator. This block can have certain plants put into it either through the top or via a funnel on any side other than the bottom.

The Mechanical Insolator consumes a lot of stress units as it has a x16 kinetic stress impact, so you may wish to be careful when choosing which plants you want to automate in your factories.

This block requires a fluid input through the bottom of the block in order to process the plant inside of it. Most plants require Water, a few plants - specifically from the Nether - require Lava, but there are a few special plants that require new fluids introduced by Mechanical Botany. Plants obtained through the Sniffer are far too ancient to simply be revitalised with Water and require Liquid Compost. Wither Roses also require a special fluid in order to be processed, Molten Liquid Compost. Chorus Fruit require Void Liquid Compost to be processed.

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",
"consume_input": false,
"ingredients": [
{
"type": "fluid_stack",
"amount": 1000,
"fluid": "minecraft:water"
},
{
"item": "minecraft:allium"
}
],
"processing_time": 400,
"results": [
{
"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"
    }
  ]
}

Create: Mechanical Botany

Adds two new mechanical blocks to allow for plant reprocessing through Create automation. This mod works well both on it's own and within modpacks.

Mechanical Insolator

As you might guess, this block is heavily inspired by Thermal Expansion's Phytogenic Insolator. This block can have certain plants put into it either through the top or via a funnel on any side other than the bottom.

The Mechanical Insolator consumes a lot of stress units as it has a x16 kinetic stress impact, so you may wish to be careful when choosing which plants you want to automate in your factories.

This block requires a fluid input through the bottom of the block in order to process the plant inside of it. Most plants require Water, a few plants - specifically from the Nether - require Lava, but there are a few special plants that require new fluids introduced by Mechanical Botany. Plants obtained through the Sniffer are far too ancient to simply be revitalised with Water and require Liquid Compost. Wither Roses also require a special fluid in order to be processed, Molten Liquid Compost. Chorus Fruit require Void Liquid Compost to be processed.

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"
    }
  ]
}

Screenshots

Gallery

  • example_wither_rose_recipe.png
    example_wither_rose_recipe.png example_wither_rose_recipe.png
  • example_pitcher_plant_recipe.png
    example_pitcher_plant_recipe.png example_pitcher_plant_recipe.png
  • example_chorus_recipe.png
    example_chorus_recipe.png example_chorus_recipe.png
  • example_compat_recipe.png
    example_compat_recipe.png example_compat_recipe.png
  • example_compat_recipe2.png
    example_compat_recipe2.png example_compat_recipe2.png
  • example_compat_recipe3.png
    example_compat_recipe3.png example_compat_recipe3.png
  • example_compat_recipe4.png
    example_compat_recipe4.png example_compat_recipe4.png
  • example_composting_recipe.png
    example_composting_recipe.png example_composting_recipe.png
  • example_compat_composting_recipe.png
    example_compat_composting_recipe.png example_compat_composting_recipe.png
  • example_compat_composting_recipe2.png
    example_compat_composting_recipe2.png example_compat_composting_recipe2.png
  • example_allium_recipe.png
    example_allium_recipe.png example_allium_recipe.png
  • Gallery image
    Create: Garnished Mechanical Composter Compat
  • Gallery image
    Hibernal Herbs Mechanical Insolator Compat
  • Gallery image
    Create: Bitterballen Mechanical Insolator Compat
  • Gallery image
    Create: Garnished Mechanical Insolator Compat
  • Gallery image
    Create: Garnished Reworked Mechanical Insolator Compat
  • Gallery image
    Supplementaries Mechanical Composter Compat

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
2
In stacks

By the numbers

Statistics

1.3m
Total Downloads
CurseForge
1.3m
Modrinth
~28,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync