{"id":49503,"date":"2026-06-02T16:48:05","date_gmt":"2026-06-02T13:48:05","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/"},"modified":"2026-06-02T16:48:05","modified_gmt":"2026-06-02T13:48:05","slug":"create-mechanical-botany","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/","title":{"rendered":"Create: Mechanical Botany"},"content":{"rendered":"<p>## Create: Mechanical Botany<br \/>\nAdds two new mechanical blocks to allow for plant reprocessing through Create automation. This mod works well both on it&#8217;s own and within modpacks.<br \/>\n### **Mechanical Insolator**<br \/>\nAs you might guess, this block is heavily inspired by Thermal Expansion&#8217;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.<\/p>\n<p>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.<\/p>\n<p>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 &#8211; specifically from the Nether &#8211; 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.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/allium.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>Regular Liquid Compost is obtained by providing an Item Drain with a piece of **Compost**, obtained through the Mechanical Composter.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/pitcher.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>Molten Liquid Compost is obtained through mixing together Liquid Compost and Lava inside of a heated basin.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/wither_rose.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>Void Liquid Compost is obtained through mixing together Liquid Compost and Powdered Obsidian inside of a heated basin.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/chorus.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>Some mods have built-in compatability within Mechanical Botany!<\/p>\n<p>_Create: Garnished &#8211; Aureate Shrub_<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/aureate_shrub.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>_Create: Garnished Reworked &#8211; Elven Sweet Berries_<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/elven_sweet_berries.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>_Create: Bitterballen &#8211; Sunflower Seeds\/Sunflower_<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/sunflower.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>_Hibernal Herbs &#8211; Tarragon_<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/tarragon.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>### **Mechanical Composter**<\/p>\n<p>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.<\/p>\n<p>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.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/generic_wheat.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>_Example Compatibility Recipes_<\/p>\n<p>_Create: Garnished &#8211; Dried Dulse Kelp Block_<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/dried_dulse_kelp_block.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>_Supplementaries &#8211; Flax Bale_<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/flax_bale.png\" alt=\"\" width=\"465\" height=\"200\"><\/p>\n<p>### **Example Recipes For External Use**<\/p>\n<p>Perhaps you&#8217;ve come across a mod without integration with this mod, or perhaps you simply want to add a custom recipe that wouldn&#8217;t exist otherwise. Well, here&#8217;s some examples from the base mod! (can also be viewed via the GitHub source page)<\/p>\n<p>**Mechanical Insolator Recipe Example**<br \/>\nThe first ingredient is the fluid required for the recipe to process while the second ingredient is the &#8220;base&#8221; item, typically some form of seed or a flower.<\/p>\n<p>**As of version 1.0.8:**\u00a0There is a &#8220;consume_input&#8221; flag to be put in your recipe. Under\/Before this version, simply remove that segment from your recipe file or KubeJS script.<\/p>\n<pre><code>{\n  \"type\": \"mechanical_botany:insolating\",\n  \"ingredients\": [\n    {\n      \"type\": \"fluid_stack\",\n      \"amount\": 1000,\n      \"fluid\": \"minecraft:water\"\n    },\n    {\n      \"item\": \"minecraft:allium\"\n    }\n  ],\n  \"processing_time\": 50,\n  \"results\": [\n    {\n      \"count\": 2,\n      \"id\": \"minecraft:allium\"\n    }\n  ]\n}<\/code><\/pre>\n<p>**Mechanical Composter Recipe Example**<br \/>\nYou 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.<\/p>\n<pre><code>{\n  \"type\": \"mechanical_botany:composting\",\n  \"ingredients\": [\n    [\n      {\n        \"item\": \"minecraft:cake\"\n      },\n      {\n        \"item\": \"minecraft:pumpkin_pie\"\n      }\n    ]\n  ],\n  \"processing_time\": 50,\n  \"results\": [\n    {\n      \"count\": 1,\n      \"id\": \"mechanical_botany:compost\"\n    },\n    {\n      \"count\": 1,\n      \"id\": \"mechanical_botany:compost\"\n    }\n  ]\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Gather plants from automation<\/p>\n","protected":false},"featured_media":49504,"template":"","meta":{"_minecraft_slug":"create-mechanical-botany","_minecraft_project_id":"ZDmMjKj7","_minecraft_author":"DakotaPrideModding","_minecraft_license":"MIT","_minecraft_downloads":19288,"_minecraft_follows":30,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"create-mechanical-botany.zip","_minecraft_size_bytes":11898790,"_minecraft_version_count":19,"_minecraft_updated_at":"2026-05-17T00:07:49.416267Z","_minecraft_date_created":"2025-06-02T09:41:17.009157Z","_minecraft_date_modified":"2026-03-16T20:09:13.867507Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/create-mechanical-botany","_minecraft_icon_attachment_id":49504,"_minecraft_imported_at":"2026-06-02T13:48:06+00:00","_minecraft_import_hash":"7edb2ccb977860f15fb9dca8e0ed09e7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[104,89,126,158,90,123,92],"mod_loader":[106,160],"minecraft_version":[59,36,62,37],"class_list":["post-49503","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-forge","mod_category-game-mechanics","mod_category-management","mod_category-neoforge","mod_category-optimization","mod_category-technology","mod_category-utility","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-21","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Create: Mechanical Botany - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create: Mechanical Botany - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Gather plants from automation\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/allium.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-mechanical-botany\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-mechanical-botany\\\/\",\"name\":\"Create: Mechanical Botany - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-mechanical-botany\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-mechanical-botany\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/create-mechanical-botany-icon-3d95d8427e05926a8c1d099614e707cf20f78cf5_96.webp\",\"datePublished\":\"2026-06-02T13:48:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-mechanical-botany\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-mechanical-botany\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-mechanical-botany\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/create-mechanical-botany-icon-3d95d8427e05926a8c1d099614e707cf20f78cf5_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/create-mechanical-botany-icon-3d95d8427e05926a8c1d099614e707cf20f78cf5_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-mechanical-botany\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Create: Mechanical Botany\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create: Mechanical Botany - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/","og_locale":"en_US","og_type":"article","og_title":"Create: Mechanical Botany - Minecraft","og_description":"Gather plants from automation","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/dakotapride.github.io\/images\/mechanical_botany\/allium.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/","name":"Create: Mechanical Botany - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/create-mechanical-botany-icon-3d95d8427e05926a8c1d099614e707cf20f78cf5_96.webp","datePublished":"2026-06-02T13:48:05+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/create-mechanical-botany-icon-3d95d8427e05926a8c1d099614e707cf20f78cf5_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/create-mechanical-botany-icon-3d95d8427e05926a8c1d099614e707cf20f78cf5_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-mechanical-botany\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Create: Mechanical Botany"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/49503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/49504"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=49503"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=49503"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=49503"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=49503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}