{"id":143377,"date":"2026-06-08T16:03:35","date_gmt":"2026-06-08T13:03:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/slowcraft\/"},"modified":"2026-06-08T16:03:35","modified_gmt":"2026-06-08T13:03:35","slug":"slowcraft","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/slowcraft\/","title":{"rendered":"Slowcraft"},"content":{"rendered":"<p>Slowcraft is a library for creating Slow Tools, &#8216;Progressive Crafting&#8217; items inspired by the Knitting system from the Better Than Wolves mod.<\/p>\n<p>Slow Tools are intermediary items which require holding down right click to finish a &#8216;progress bar&#8217; as represented by their durability. Upon completion, the tool is replaced with the finished item.<\/p>\n<p>This mod does nothing on its own.<\/p>\n<details>\n<summary>Creating Slow Tools<\/summary>\n<p>Making Slow Tools is easy! &#8230; But it isn&#8217;t data-driven, you&#8217;ll need to implement Slowcraft into your mod.<\/p>\n<p>For the time being, use Modrinth Maven to add Slowcraft as a dependency to your project.<\/p>\n<p>The `SlowTool` Class extends `ToolItem`, so making a new one is as easy as making a typical `ToolItem` plus a few extra constructor parameters and one component in the item&#8217;s recipe.<\/p>\n<p>Here&#8217;s an example of a Slow Tool Class:<\/p>\n<p>![Slow Tool  Class Example](https:\/\/i.imgur.com\/j356jvD.png)<\/p>\n<p>&#8211; Parameter 1 is the output of the craft as `ItemConvertible` via `itemOutput`<br \/>\n&#8211; Parameter 2 is the maximum durability of the item (how long it will take to craft) as `int` via `itemUses`. Slow Tools progress at a rate of `tps % 5`, about 4 times per second, so an `itemUses` of 240 will require 60 seconds to finish.<br \/>\n&#8211; Parameter 3 is the sound played as the player crafts the item as `SoundEvent` via `usageSound`<br \/>\n&#8211; Parameter 4 is the sound played when the craft is finished as `SoundEvent` via `finishSound`<br \/>\n&#8211; Parameter 5 is the typical `Item.Settings()` section, where standard item settings can be applied<\/p>\n<p>Additionally, when constructing the recipe for Slow Tools, they require a `component` of  `minecraft:damage` set to the same value as their `itemUses` (durability). The easiest way to do this is to simply add the component to the recipe&#8217;s JSON, set to the same value:<\/p>\n<p>![Recipe Example](https:\/\/i.imgur.com\/iCg6tNQ.png)<\/p>\n<p>**!The `minecraft:damage` value must be the same as your item&#8217;s itemUses (Parameter 2 above)!**<\/p>\n<p>If you&#8217;re generating your recipes via code, you&#8217;ll have to add the component to your output.<\/p>\n<p>Drawbacks?<br \/>\n&#8211; Slow Tools require a Material to function, hard-set to SlowMaterial in the SlowTool Class constructor<br \/>\n&#8211; Requires manually setting the damage component through recipe definition<\/p>\n<p>Planned?<br \/>\n&#8211; Classic Eating animation from BTW on Progressive Crafts<br \/>\n&#8211; Input Item return<\/p>\n<\/details>\n<p>Credit<\/p>\n<p>FlowerChild and BTW CE 3.0 Community for art assets<\/p>\n<p>Ivangeevo for assistance with item logic<\/p>\n<p>_This library is mostly for a modpack I&#8217;m making, but anyone is free to use\/utilize it._<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A library for creating low-tech Progressive Crafting items, inspired by Better Than Wolves.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"slowcraft","_minecraft_project_id":"lK5knzE0","_minecraft_author":"nibstuh","_minecraft_license":"MIT","_minecraft_downloads":287,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"slowcraft.zip","_minecraft_size_bytes":10018,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T18:50:07.929087Z","_minecraft_date_created":"2025-07-22T02:51:13.275430Z","_minecraft_date_modified":"2025-07-18T04:22:52.321288Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/slowcraft","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-08T13:03:36+00:00","_minecraft_import_hash":"f310c16853bb496d5571e47f74e4b5c3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,89,873],"mod_loader":[99],"minecraft_version":[37],"class_list":["post-143377","mod","type-mod","status-publish","hentry","mod_category-fabric","mod_category-game-mechanics","mod_category-library","mod_loader-fabric","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>Slowcraft - 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\/slowcraft\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Slowcraft - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A library for creating low-tech Progressive Crafting items, inspired by Better Than Wolves.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/slowcraft\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/slowcraft\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/slowcraft\\\/\",\"name\":\"Slowcraft - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-08T13:03:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/slowcraft\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/slowcraft\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/slowcraft\\\/#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\":\"Slowcraft\"}]},{\"@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":"Slowcraft - 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\/slowcraft\/","og_locale":"en_US","og_type":"article","og_title":"Slowcraft - Minecraft","og_description":"A library for creating low-tech Progressive Crafting items, inspired by Better Than Wolves.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/slowcraft\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/slowcraft\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/slowcraft\/","name":"Slowcraft - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-08T13:03:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/slowcraft\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/slowcraft\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/slowcraft\/#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":"Slowcraft"}]},{"@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\/143377","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=143377"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=143377"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=143377"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=143377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}