{"id":102190,"date":"2026-06-05T23:54:25","date_gmt":"2026-06-05T20:54:25","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/"},"modified":"2026-06-05T23:54:25","modified_gmt":"2026-06-05T20:54:25","slug":"minecraft_autotools","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/","title":{"rendered":"AutoTools"},"content":{"rendered":"<p># AutoTools<\/p>\n<p>![modrinth](https:\/\/modrinth.com\/mod\/minecraft_autotools)<br \/>\n![modrinth](https:\/\/modrinth.com\/mod\/minecraft_autotools)<\/p>\n<p>AutoTools looks through your whole inventory and finds the best tool to mine a block or attack a mob. The tool is<br \/>\ndetermined by mining speed, mining level, enchantments, and the DPS. the Mod features a high level of customisation with<br \/>\nmany config options. For blocks where SilkTouch is preferred<br \/>\nsee silk_touch.json<br \/>\nand for<br \/>\nFortune fortune.json.<br \/>\nShears will always pre preferred<br \/>\nfor shears.json.<\/p>\n<p>All config options can conveniently be edited using the ClothConfig UI:<\/p>\n<p>&#8211; #### Selection Config [default]:<br \/>\n    &#8211; **toggle** [false]: AutoTools will always be active and try to get you the best tool. Can be toggled with the set<br \/>\n      key.<br \/>\n    &#8211; **disableCreative** [true]: Disables AutoTools in creative-mode if toggle is enabled.<br \/>\n    &#8211; **keepSlot** [false]: Keeps the selected slot when swapping to a new tool instead of using the vanilla mechanics.<br \/>\n    &#8211; **hotbarOnly** [false]: AutoTools will only select tool from you hotbar<br \/>\n    &#8211; **preserveDurability** [true]: AutoTools will switch to an item with no durability if no suitable tool has been found<br \/>\n    &#8211; **hotbarOnly** [false]: AutoTools will only select tools from you hotbar<br \/>\n    &#8211; **preferHotBarTool** [true]: AutoTools will prefer the tool already in your hotbar if multiple tools have the same mining speed, regardless their durability.<br \/>\n    &#8211; **preferLowDurability** [false]: AutoTools will prefer the tool with the lower durability, instead of the higher one, if they have the same mining speed and enchantments.<br \/>\n    &#8211; **preserveDurability** [true]: AutoTools will switch to an item with no durability if no suitable tool has been found<br \/>\n    &#8211; **switchBack** [false]: AutoTools will switch back to the item you had in your hand before breaking the block<br \/>\n    &#8211; **showDPS** [true]: Displays the weapons Damage when hovering over it as a tooltip<br \/>\n    &#8211; **changeForEntities** [true]: AutoTools will change to the tool with the most DPS when looking at an entity<br \/>\n    &#8211; **keepAxe** [false]: AutoTools won&#8217;t change to a better weapon(e.g. a sword) when holding an axe<br \/>\n    &#8211; **enabled** [always]:<br \/>\n        &#8211; always: AutoTools will always be active<br \/>\n        &#8211; tool: AutoTools will only be active while holding a tool<br \/>\n        &#8211; no_tool: AutoTools will only be active while not holding a tool<br \/>\n    &#8211; **ignoredSlots** [[]]: AutoTools won&#8217;t do anything if the currently selected one of these<br \/>\n    &#8211; **targetSlots** [[1,2,3,4,5,6,7,8,9]]: AutoTools only puts tools in these slots<br \/>\n    &#8211; **ignoredInventorySlots** [[]]: AutoTools won&#8217;t select tools from these slots in your inventory. See Inventory Slots<br \/>\n    &#8211; **minDurability** [0.0]: If < 1: Seen as a percentage: Tools below minDurability won't be selected  \n      Else: Seen as durability: tools will be selected until at minDurability (e.g. set to 1 to never break a tool)\n    - **durabilityCheck** [true]: Prevents mining when going under minDurability\n    - **experimentalBreakDelay** [false]: Adds an experimental 1 Tick = 50ms delay if toggle is enabled before breaking\n      a block after a tool switch. Enable this if you are experiencing Desyncs like Ghost-Blocks when instant mining.\n\n- #### Block Behaviour:\n    - **onlySwitchIfNecessary** [false]: AutoTools only tries to get a new tool if it is needed to break the block\n    - **alwaysPreferFortune** [false]: Autotools will use Fortune for Gravel and Leaves\n    - **preferSilkTouch** [except_ores]:\n        - always:\n          Autotools additionally will use SilkTouch for: grass, stone, ores, leaves, snow\n        - ores:\n          AutoTools additionally will use SilkTouch for ores\n        - except_ores:\n          Autotools additionally will SilkTouch for: grass, stone, leaves, snow\n        - never: Autotools will only use SilkTouch if its required to mine a block.\n    - **customTools**\n        - Add custom tool-configurations in JSON format (e.g. customTools={\"minecraft:block_id\":\"minecraft:tool_id\"}\n          or customBlocks={\"minecraft:block_id\":[\"minecraft:tool_id_1\", \"minecraft:tool_id_2\"]})\n        - **Note**: On **Forge** and **NeoForge** you have the use customTools=\"{\"minecraft:block_id\":\"minecraft:\n          tool_id\"}\"\n        - When adding multiple tools, the first one has the highest priority\n          There are also pre-define lists for tool groups: autotools:pickaxe, autotools:axe, autotools:shovel,\n          autotools:hoe, autotools:sword\n        - To completely disable AutoTools for a block use: \"autotools:disabled\"\n        - This works on both blocks and entities (e.g. \"minecraft:stone\" or \"minecraft:sheep\")\n\n### Compatability\n\nThere is a version available for the Forge, NeoForge and Fabric mod loader (ModMenu integration when using the Fabric\nversion)  \nAutoTools requires ClothConfig.\n\nAutoTools is entirely client-side and works on servers and with many third-party mods.\n\nAutoTools also works with Controllable\n\n---\n\n### For Developers:\n\n#### Item Compatability:\n\nTools: Should implement Item.isCorrectToolForDrops(BlockState) and Item.getDestroySpeed(Item, BlockState). Additionally,\nBlocks should correctly implement requiresCorrectToolForDrops  (Mojmap Mappings)\n\nWeapons: Items need their attack damage (and attack speed) stored as AttributeModifiers\n\n#### Mod Integration:\n\nIf you want to depend on AutoTools in your own project, use either one of these configs. A list of available packages can be found at:\n\nhttps:\/\/maven.zelythia.net\/#\/releases\/net\/zelythia\/autotools-common or https:\/\/github.com\/zelythia\/AutoTools\/packages\/2683389\/versions\n\n\n```\nrepositories {\n    maven {\n        name = \"Zelythia Releases\"\n        url = uri(\"https:\/\/maven.zelythia.net\/releases\")\n    }\n}\n```\n\nAccording to the GitHub Documentation:\n```\nrepositories {\n    maven {\n        url = uri(\"https:\/\/maven.pkg.github.com\/zelythia\/AutoTools\")\n        credentials {\n            username = project.findProperty(\"gpr.user\") ?: System.getenv(\"USERNAME\")\n            password = project.findProperty(\"gpr.key\") ?: System.getenv(\"TOKEN\")\n        }\n   }\n}\n```\n\n\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AutoTools is a Minecraft mod that allows you to automatically switch to the best tool for blocks\/mobs with the press of a button. It looks through your whole inventory and choses the best tool according to mining level\/speed, damage and enchantments.<\/p>\n","protected":false},"featured_media":102191,"template":"","meta":{"_minecraft_slug":"minecraft_autotools","_minecraft_project_id":"zgVJyCgK","_minecraft_author":"zelythia","_minecraft_license":"MIT","_minecraft_downloads":160260,"_minecraft_follows":292,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"minecraft_autotools.zip","_minecraft_size_bytes":4525896,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-16T19:57:21.104851Z","_minecraft_date_created":"2023-05-07T00:55:08.790569Z","_minecraft_date_modified":"2026-05-06T12:05:04.274174Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/minecraft_autotools","_minecraft_icon_attachment_id":102191,"_minecraft_imported_at":"2026-06-05T20:54:26+00:00","_minecraft_import_hash":"bd0cc4d5f1780d235320dd253de4ca2b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[88,97,104,89,158,98,92],"mod_loader":[106,160],"minecraft_version":[118,119,120,46,47,48,51,52,53,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-102190","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-equipment","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-neoforge","mod_category-quilt","mod_category-utility","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AutoTools - 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\/minecraft_autotools\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AutoTools - Minecraft\" \/>\n<meta property=\"og:description\" content=\"AutoTools is a Minecraft mod that allows you to automatically switch to the best tool for blocks\/mobs with the press of a button. It looks through your whole inventory and choses the best tool according to mining level\/speed, damage and enchantments.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraft_autotools\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraft_autotools\\\/\",\"name\":\"AutoTools - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraft_autotools\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraft_autotools\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/minecraft_autotools-icon-8b3210c26675c96522906c603e25705344b05896_96.webp\",\"datePublished\":\"2026-06-05T20:54:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraft_autotools\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraft_autotools\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraft_autotools\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/minecraft_autotools-icon-8b3210c26675c96522906c603e25705344b05896_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/minecraft_autotools-icon-8b3210c26675c96522906c603e25705344b05896_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraft_autotools\\\/#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\":\"AutoTools\"}]},{\"@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":"AutoTools - 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\/minecraft_autotools\/","og_locale":"en_US","og_type":"article","og_title":"AutoTools - Minecraft","og_description":"AutoTools is a Minecraft mod that allows you to automatically switch to the best tool for blocks\/mobs with the press of a button. It looks through your whole inventory and choses the best tool according to mining level\/speed, damage and enchantments.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/","name":"AutoTools - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/minecraft_autotools-icon-8b3210c26675c96522906c603e25705344b05896_96.webp","datePublished":"2026-06-05T20:54:25+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/minecraft_autotools-icon-8b3210c26675c96522906c603e25705344b05896_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/minecraft_autotools-icon-8b3210c26675c96522906c603e25705344b05896_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraft_autotools\/#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":"AutoTools"}]},{"@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\/102190","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\/102191"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=102190"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=102190"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=102190"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=102190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}