{"id":49944,"date":"2026-06-02T18:04:22","date_gmt":"2026-06-02T15:04:22","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/"},"modified":"2026-06-02T18:04:22","modified_gmt":"2026-06-02T15:04:22","slug":"create-reautomated","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/","title":{"rendered":"Create ReAutomated"},"content":{"rendered":"<p># Create ReAutomated<\/p>\n<p>Port and rework of the original &#8220;Create Automated&#8221; mod by kotakotik22, updated to Minecraft 1.21.1 with NeoForge.<\/p>\n<p>Create ReAutomated adds an alternative resource extraction system to traditional mining, designed to fit right into Create&#8217;s automation workflow. What started years ago as a simple update, with kotakotik22&#8217;s permission, has slowly turned into something fairly different from the original, while still keeping its spirit.<\/p>\n<p>![](https:\/\/media3.giphy.com\/media\/v1.Y2lkPTc5MGI3NjExdW53Mzd0OGRrdzZ0Y3pyOWF3Z2UxMHRjeTNrd2U0NmNhYTlyZXUydSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw\/s4S8IeDDG9k47zok9l\/giphy.gif)<\/p>\n<p>\u26a0\ufe0f Note: This is an initial release. Further balancing will likely be required, and some bugs may still occur.<\/p>\n<p>## What it adds<\/p>\n<p>*   **Ore Nodes** that spawn naturally inside ore veins across the world. You can&#8217;t break them by hand: to get their resources you need an Extractor, and if you want to move a node somewhere else you&#8217;ll first have to stabilize it.<br \/>\n*   **Ore Extractor**, a machine powered by Create&#8217;s rotational energy. Stick a drill in, place it on top of a node, and let it do the hard work.<br \/>\n*   **Three drill tiers** with increasing durability and yield:<br \/>\n    *   Tier 1 works on common nodes: Iron, Copper and Zinc. Any drill will do the job.<br \/>\n    *   Tier 2 requires a Diamond drill and unlocks Diamond, Gold and Nether Gold nodes.<br \/>\n    *   Tier 3, the Netherite drill, this drill isn&#8217;t currently required for any specific node, but when used on a Diamond Node, it allows you to mine more resources in less time (You can also use it for your custom end game nodes).<br \/>\n*   **Ore Bits**, raw resources obtained from extraction, to be compacted into usable materials through Create&#8217;s recipes.<br \/>\n*   **Node Fragments**, a rare bonus drop from any extraction. Collect enough of them and you can craft a **Stabilizer**, which stabilize a node so you can mine it normally and move it wherever you want. Once relocated, you&#8217;ll still need an Extractor to pull resources out of it.<br \/>\n*   **Infinite Nodes**, endgame versions of nodes that never deplete, craftable with rare materials.<\/p>\n<p>## Gameplay Mechanics<\/p>\n<p>### Progression:<\/p>\n<p>The general loop is straightforward: find a node, set up an Extractor with the right drill, feed it kinetic energy and collect Ore Bits until the node runs dry. Along the way you&#8217;ll occasionally pick up Node Fragments, which open the door to stabilizing nodes, relocating them into dedicated extraction rooms, and eventually crafting Infinite Nodes for endgame setups.<\/p>\n<p>### Ponder:<\/p>\n<p>You can learn how to use the Ore Extractor directly in-game through the ponder mechanic by holding W on it in JEI.<\/p>\n<p>![](https:\/\/i.imgur.com\/fbGELXS.png)<\/p>\n<p>### Node States:<\/p>\n<p>Nodes have a visual representation of the percentage of remaining resources.<br \/>\nIn addition to the visual indicator, the light level emitted by the node also changes, the lower the emitted light, the fewer resources remain.<\/p>\n<p>![](https:\/\/media.giphy.com\/media\/vrSyE1u0WcdHYb31Nq\/giphy.gif)<\/p>\n<p>## Compatibility<\/p>\n<p>Supports JEI for recipe viewing.<\/p>\n<p>### KubeJS Integration<\/p>\n<p>Requires the `kubejs_create` addon. You can:<\/p>\n<p>*   **Add custom extracting recipes** (in `server_scripts`):<\/p>\n<p>&#8220;`<br \/>\nServerEvents.recipes(event => {<br \/>\n    \/\/                                            output         drill           nodes<br \/>\n    event.recipes.createreautomated.extracting(&#8220;5x diamond&#8221;, &#8220;kubejs:drill&#8221;, &#8220;kubejs:node&#8221;)<br \/>\n                                   .processingTime(25600)<br \/>\n                                   .extractionQuantity(2)<br \/>\n                                   .durabilityCost(5)<br \/>\n})<br \/>\n&#8220;`<\/p>\n<p>*   **Register custom ore nodes** (in `startup_scripts`):<\/p>\n<p>&#8220;`<br \/>\nStartupEvents.registry(&#8220;block&#8221;, event => {<br \/>\n    event.create(&#8220;test_node&#8221;, &#8220;createreautomated:ore_node&#8221;)<br \/>\n         .copyPropertiesFrom(&#8220;createreautomated:diamond_node&#8221;) \/\/ (optional) copy properties from another node<br \/>\n         .withCommonLoot() \/\/ uses the default ore node loot table<br \/>\n         .yield(100) \/\/ max extractions before depletion<br \/>\n         .baseStone(&#8220;minecraft:cobblestone&#8221;) \/\/ block left after depletion<br \/>\n})<br \/>\n&#8220;`<\/p>\n<p>*   **Register custom drills** (in `startup_scripts`):<\/p>\n<p>&#8220;`<br \/>\nStartupEvents.registry(&#8220;item&#8221;, event => {<br \/>\n    event.create(&#8220;drill&#8221;, &#8220;createreautomated:drill&#8221;)<br \/>\n         .withPartial(&#8220;createreautomated:partial\/diamond_drill&#8221;) \/\/ render model<br \/>\n})<br \/>\n&#8220;`<\/p>\n<p>## Credits<\/p>\n<p>This mod is a port of **Create Automated**, originally developed by **kotakotik22**.<br \/>\nAll credit for the original concept, design, and implementation goes to him.<\/p>\n<p>If you&#8217;re interested in the original project or want to learn more, you can check it out here<\/p>\n<p>## Thanks<\/p>\n<p>Special thanks to **Facu** for updating the mod icon \u2764\ufe0f<\/p>\n<p>## Support us<\/p>\n<p>![support us](https:\/\/www.bisecthosting.com\/partners\/custom-banners\/6f8fb0b7-b4a5-4dd3-9856-c8878d15de9b.webp)<\/p>\n<p>![](https:\/\/www.bisecthosting.com\/TYP)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create ReAutomated adds nodes to extract resources from<\/p>\n","protected":false},"featured_media":49945,"template":"","meta":{"_minecraft_slug":"create-reautomated","_minecraft_project_id":"97LKd1Lf","_minecraft_author":"TYP","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":1508,"_minecraft_follows":5,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"create-reautomated.zip","_minecraft_size_bytes":709838,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-16T15:47:14.562853Z","_minecraft_date_created":"2026-04-26T05:01:47.549357Z","_minecraft_date_modified":"2026-05-14T18:53:38.911812Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/create-reautomated","_minecraft_icon_attachment_id":49945,"_minecraft_imported_at":"2026-06-02T15:04:29+00:00","_minecraft_import_hash":"8b39b481c8975cdba7d4feccbf1d2cea","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[158,123,159],"mod_loader":[160],"minecraft_version":[37],"class_list":["post-49944","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-neoforge","mod_category-technology","mod_category-worldgen","mod_loader-neoforge","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 ReAutomated - 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-reautomated\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create ReAutomated - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Create ReAutomated adds nodes to extract resources from\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\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-reautomated\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-reautomated\\\/\",\"name\":\"Create ReAutomated - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-reautomated\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-reautomated\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/create-reautomated-icon-29ba27a3913b7ebcf156fd4b0accff30c1b45a25_96.webp\",\"datePublished\":\"2026-06-02T15:04:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-reautomated\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-reautomated\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-reautomated\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/create-reautomated-icon-29ba27a3913b7ebcf156fd4b0accff30c1b45a25_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/create-reautomated-icon-29ba27a3913b7ebcf156fd4b0accff30c1b45a25_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/create-reautomated\\\/#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 ReAutomated\"}]},{\"@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 ReAutomated - 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-reautomated\/","og_locale":"en_US","og_type":"article","og_title":"Create ReAutomated - Minecraft","og_description":"Create ReAutomated adds nodes to extract resources from","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/","og_site_name":"Minecraft","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-reautomated\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/","name":"Create ReAutomated - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/create-reautomated-icon-29ba27a3913b7ebcf156fd4b0accff30c1b45a25_96.webp","datePublished":"2026-06-02T15:04:22+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/create-reautomated-icon-29ba27a3913b7ebcf156fd4b0accff30c1b45a25_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/create-reautomated-icon-29ba27a3913b7ebcf156fd4b0accff30c1b45a25_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/create-reautomated\/#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 ReAutomated"}]},{"@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\/49944","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\/49945"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=49944"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=49944"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=49944"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=49944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}