{"id":53073,"date":"2026-06-03T01:44:16","date_gmt":"2026-06-02T22:44:16","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/"},"modified":"2026-06-03T01:44:16","modified_gmt":"2026-06-02T22:44:16","slug":"customdurability","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/","title":{"rendered":"CustomDurability"},"content":{"rendered":"<p>#  Custom Durability<br \/>\nA Fabric Mod that allows for changing the durabilities of all items.<\/p>\n<p># Overview<br \/>\nChange any item&#8217;s durability with a Command!<\/p>\n<p>**Should work on Integrated Servers and Dedicated Servers.**<br \/>\n**Requires FAPI**<br \/>\n**Need on Client: \u2705  Need on Server: \u2705**<br \/>\n**Report any Issues on GitHub or my Discord Server**<\/p>\n<p>**Haven&#8217;t tested modded items, I&#8217;m mainly just targetting this mod for Vanilla, since it&#8217;s what I wanted&#8230; it probably? should? work with modded items?**<\/p>\n<p>![Sample](https:\/\/i.imgur.com\/EcObE6G.png)<\/p>\n<p>## Commands<br \/>\nA bunch of commands to help you set the durability of an item using its ID or Tag, or bulk setting by using wildcards<br \/>\n&#8211; `\/cd armorMultiplier [True or False]`<br \/>\n  &#8211; _whether to use the vanilla armor multipliers for armor_ (more on this below)<br \/>\n&#8211; `\/cd clear [Optional Item ID or Tag]`:<br \/>\n  &#8211; _sets all configured items back to their default vanilla durabilities_<br \/>\n  &#8211; _without the optional argument, clears all configured durabilities._<br \/>\n  &#8211; _with the optional argument, clears that specified item or tag._<br \/>\n&#8211; `\/cd list`<br \/>\n  &#8211; *lists all items, tags and their new durabilities.*<\/p>\n<p>&#8211; `\/cd set item [Item ID or Tag] [Durability]`<br \/>\n  &#8211; *sets an item (or tag) to a durability*<br \/>\n&#8211; `\/cd set wildcard [String with Wildcards] [Durability]`<br \/>\n  &#8211; *adds items using wildcards to a temporary context* (more on this below)<\/p>\n<p>&#8211; `\/cd context list`<br \/>\n  &#8211; *lists all items in your current context.*<br \/>\n&#8211; `\/cd context clear [Optional Item ID]`<br \/>\n  &#8211; *clears all items in your current context.*<br \/>\n&#8211; `\/cd context set item [Item ID or Tag] [Durability]`<br \/>\n  &#8211; *sets an item in your current context to a durability.*<br \/>\n&#8211; `\/cd context set all [Durability]`<br \/>\n  &#8211; *sets all items in your current context to a durability.*<br \/>\n&#8211; `\/cd context filter [TOOL \/ WEAPON \/ ARMOUR \/ OTHER]`<br \/>\n  &#8211; *filters items in your current context list based off of the given input* (**KEEPS** the thing you inputted, look at example below)<br \/>\n&#8211; `\/cd context confirm`<br \/>\n  &#8211; *applies all the item configurations in your current context into your main config.*<br \/>\n&#8211; `\/cd context cancel`<br \/>\n  &#8211; *cancels the current context.*<\/p>\n<p>&#8212;<\/p>\n<p>### Some Examples:<\/p>\n<p>**Setting a diamond pickaxe&#8217;s durability to 5000:**<br \/>\n`\/cd set item diamond_pickaxe 5000`<\/p>\n<p>**Setting all diamond tools durability to 5000:**<br \/>\n`\/cd set item #cd:tools\/diamond 5000`<\/p>\n<p>**An example attempt of setting all minecraft diamond tools to 5000 using wildcards:**<\/p>\n<p>`cd set wildcard minecraft:*diamond* 5000`<\/p>\n<p>This then puts it into your temporary context, which would match with all diamond tools,<br \/>\nand diamond armor, which you don&#8217;t want, you&#8217;d then have to either:<br \/>\n&#8211; click the tool filtering button `Keep all: [TOOL] [WEAPON] [ARMOUR] [OTHER]`<br \/>\n&#8211; run `\/cd context filter TOOL` to keep all tools and filter out armour<br \/>\n&#8211; or just manually remove all the armour items.<\/p>\n<p>&#8212;<\/p>\n<p>## Context<br \/>\n`\/cd set wildcard` doesn&#8217;t immediately put all the items it matches into your main config,<br \/>\nin order to not add things the wildcard wasn&#8217;t supposed to get, it puts it in a temporary config that you can remove or edit the entries until you decide to<br \/>\napply it to the main config, either through `\/cd context confirm` or by clicking the button shown after running `\/cd set wildcard` command (or shown in the `\/cd context list` command).<\/p>\n<p>&#8212;<\/p>\n<p>## \u2716 Armor Multiplier<br \/>\nThe Armor Multiplier option is so that you can use a base vanilla value that will multiply<br \/>\nyour inputted durability, so if you put 5 for boot armor, it would get multiplied by 13, so you&#8217;d get what, 65?<br \/>\n(this is how vanilla does it, and is why helmets, chestplates, leggings and boots don&#8217;t share the same durability)<\/p>\n<p>**Default Multipliers**:<br \/>\n&#8211; <span style=\"color:gray;\">**Helmet**<\/span>: 11<br \/>\n&#8211; <span style=\"color:gray;\">**Chestplate**<\/span>: 16<br \/>\n&#8211; <span style=\"color:gray;\">**Leggings**<\/span>: 15<br \/>\n&#8211; <span style=\"color:gray;\">**Boots**<\/span>: 13<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd6e Helpful Tags<br \/>\nI added some tags that should help with some of the more common items:<\/p>\n<p>&#8211; `#cd:tools`<br \/>\n  &#8211; `wood`<br \/>\n  &#8211; `stone`<br \/>\n  &#8211; `iron`<br \/>\n  &#8211; `gold`<br \/>\n  &#8211; `diamond`<br \/>\n  &#8211; `netherite`<br \/>\n&#8211; `#cd:armor`<br \/>\n  &#8211; `leather`<br \/>\n  &#8211; `chainmail`<br \/>\n  &#8211; `iron`<br \/>\n  &#8211; `gold`<br \/>\n  &#8211; `diamond`<br \/>\n  &#8211; `netherite`<\/p>\n<p>You&#8217;d use these by for example doing:<br \/>\n&#8211; For Wooden Tools: `\/cd set item #cd:tools\/wood [durability]`<br \/>\n&#8211; For Leather Armor: `\/cd set item #cd:armor\/leather [durability]`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Fabric Mod that allows for changing the durabilities of all items!<\/p>\n","protected":false},"featured_media":53074,"template":"","meta":{"_minecraft_slug":"customdurability","_minecraft_project_id":"OKRes5Es","_minecraft_author":"GravityIO","_minecraft_license":"MIT","_minecraft_downloads":2667,"_minecraft_follows":16,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"customdurability.zip","_minecraft_size_bytes":510465,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-15T17:49:18.517265Z","_minecraft_date_created":"2023-10-02T06:59:35.040578Z","_minecraft_date_modified":"2024-08-28T20:32:14.531544Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/customdurability","_minecraft_icon_attachment_id":53074,"_minecraft_imported_at":"2026-06-02T22:44:17+00:00","_minecraft_import_hash":"4446fe96c1e79cb75925a5907e48c19d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[88,97,89,92],"mod_loader":[99],"minecraft_version":[58,59,36,60,93,94,101,102,62],"class_list":["post-53073","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-equipment","mod_category-fabric","mod_category-game-mechanics","mod_category-utility","mod_loader-fabric","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CustomDurability - 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\/customdurability\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CustomDurability - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Fabric Mod that allows for changing the durabilities of all items!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/\" \/>\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\\\/customdurability\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customdurability\\\/\",\"name\":\"CustomDurability - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customdurability\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customdurability\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customdurability-icon-16c8870d72779019359fdf3780398b2925433b02_96.webp\",\"datePublished\":\"2026-06-02T22:44:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customdurability\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customdurability\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customdurability\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customdurability-icon-16c8870d72779019359fdf3780398b2925433b02_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customdurability-icon-16c8870d72779019359fdf3780398b2925433b02_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customdurability\\\/#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\":\"CustomDurability\"}]},{\"@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":"CustomDurability - 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\/customdurability\/","og_locale":"en_US","og_type":"article","og_title":"CustomDurability - Minecraft","og_description":"A Fabric Mod that allows for changing the durabilities of all items!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/","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\/customdurability\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/","name":"CustomDurability - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customdurability-icon-16c8870d72779019359fdf3780398b2925433b02_96.webp","datePublished":"2026-06-02T22:44:16+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customdurability-icon-16c8870d72779019359fdf3780398b2925433b02_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customdurability-icon-16c8870d72779019359fdf3780398b2925433b02_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customdurability\/#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":"CustomDurability"}]},{"@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\/53073","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\/53074"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=53073"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=53073"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=53073"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=53073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}