{"id":122595,"date":"2026-06-07T07:59:35","date_gmt":"2026-06-07T04:59:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/"},"modified":"2026-06-07T07:59:35","modified_gmt":"2026-06-07T04:59:35","slug":"player-weight","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/","title":{"rendered":"Player Weight"},"content":{"rendered":"<p># Player Weight<br \/>\nPlayer Weight is a Minecraft fabric mod that adds weight values to all items, along with configurable penalties for breaching weight thresholds.<\/p>\n<p>Player Weight is required on the server, and optionally the client.<\/p>\n<p>## Configuration<br \/>\nPlayer Weight is config-driven; you can change all (reasonable) aspects of the mod using the config.<br \/>\nFor example, you could make every item with &#8216;dirt&#8217; in its name completely weightless, by adding an entry to the config.<br \/>\nThe config has support for ModMenu, allowing in-game modification as well as being more user-friendly.<br \/>\nBy default, the config adjusts the weight of some obvious items to a predetermined value to save you time setting the mod up, however you are free to remove the preset values if you like.<\/p>\n<p>Below is the config entry that prevents air from adding weight to the user&#8217;s inventory.<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;text&#8221;: &#8220;Air&#8221;,<br \/>\n  &#8220;modifier&#8221;: 0.0,<br \/>\n  &#8220;type&#8221;: &#8220;PLAIN&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>Note: setting the `weightModifiersAreMultiplicative` true\/false value in the config to false will **not** prevent this entry, specifically, from having its weight set to zero.<\/p>\n<p>In each config entry, there are three fields:<br \/>\n&#8211; `text`: This is the text that the mod will use to determine if a given item should have its weight modified<br \/>\n&#8211; `modifier`: By default, this value will multiply an item&#8217;s weight by this amount. However, should `weightModifiersAreMultiplicative` be false, this will add to the item&#8217;s weight instead<br \/>\n&#8211; `type`: This specifies how the mod should use the `text` field in checking if an item is valid for the modifier. It has four possible values: `PLAIN`, where the mod will simply check if `text` is contained within the item&#8217;s ID, `REGEX`, where the mod will compile `text` as a regular expression and check if the item&#8217;s ID matches, `ITEM`, where the mod will check if the item&#8217;s ID matches text exactly, and finally, `TAG`, where it will check if an item is contained within a given tag.<\/p>\n<p>For example, if I wanted only `another_mod:sludgeball` to have 1\/10th of the weight it normally would, I would create an entry like this:<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;text&#8221;: &#8220;another_mod:sludgeball&#8221;,<br \/>\n  &#8220;modifier&#8221;: 0.1,<br \/>\n  &#8220;type&#8221;: &#8220;ITEM&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>`weightPunishments` is another list of entries inside the config file.<br \/>\nA punishment entry looks something like this:<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;type&#8221;: &#8220;SPEED&#8221;,<br \/>\n  &#8220;value&#8221;: 0.9,<br \/>\n  &#8220;begin&#8221;: 0.8,<br \/>\n  &#8220;scaleWithWeight&#8221;: true<br \/>\n}<br \/>\n&#8220;`<br \/>\nThis entry sets a player&#8217;s speed to 90% of their original speed when their weight exceeds 80% of their maximum. The `scaleWithWeight` true\/false value makes the effect become more and more pronounced the more weight the player tacks on.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Have you ever felt that being able to hold entire cubic meters of material in your inventory was just a smidge too unrealistic?<\/p>\n","protected":false},"featured_media":122596,"template":"","meta":{"_minecraft_slug":"player-weight","_minecraft_project_id":"PLvyplaR","_minecraft_author":"alfuwu","_minecraft_license":"MIT","_minecraft_downloads":2243,"_minecraft_follows":23,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"player-weight.zip","_minecraft_size_bytes":597217,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-15T22:19:59.491840Z","_minecraft_date_created":"2024-02-28T02:23:04.277516Z","_minecraft_date_modified":"2025-07-20T09:56:28.137214Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/player-weight","_minecraft_icon_attachment_id":122596,"_minecraft_imported_at":"2026-06-07T04:59:36+00:00","_minecraft_import_hash":"609afd8d1bac0d7ada1969c574051a44","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,43,97,89,98,869],"mod_loader":[99,100],"minecraft_version":[54,55,56,57,58,36,60,93,94],"class_list":["post-122595","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-cursed","mod_category-fabric","mod_category-game-mechanics","mod_category-quilt","mod_category-transportation","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Player Weight - 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\/player-weight\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Player Weight - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Have you ever felt that being able to hold entire cubic meters of material in your inventory was just a smidge too unrealistic?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/\" \/>\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\\\/player-weight\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-weight\\\/\",\"name\":\"Player Weight - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-weight\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-weight\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/player-weight-icon-6d9f48d12b45b15f736b936cf3bc150e78d62fbd_96.webp\",\"datePublished\":\"2026-06-07T04:59:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-weight\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-weight\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-weight\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/player-weight-icon-6d9f48d12b45b15f736b936cf3bc150e78d62fbd_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/player-weight-icon-6d9f48d12b45b15f736b936cf3bc150e78d62fbd_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-weight\\\/#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\":\"Player Weight\"}]},{\"@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":"Player Weight - 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\/player-weight\/","og_locale":"en_US","og_type":"article","og_title":"Player Weight - Minecraft","og_description":"Have you ever felt that being able to hold entire cubic meters of material in your inventory was just a smidge too unrealistic?","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/","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\/player-weight\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/","name":"Player Weight - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/player-weight-icon-6d9f48d12b45b15f736b936cf3bc150e78d62fbd_96.webp","datePublished":"2026-06-07T04:59:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/player-weight-icon-6d9f48d12b45b15f736b936cf3bc150e78d62fbd_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/player-weight-icon-6d9f48d12b45b15f736b936cf3bc150e78d62fbd_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-weight\/#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":"Player Weight"}]},{"@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\/122595","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\/122596"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=122595"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=122595"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=122595"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=122595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}