{"id":130300,"date":"2026-06-07T19:12:03","date_gmt":"2026-06-07T16:12:03","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/"},"modified":"2026-06-07T19:12:03","modified_gmt":"2026-06-07T16:12:03","slug":"recipe-modification","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/","title":{"rendered":"Recipe Modification library"},"content":{"rendered":"<p># Recipe Modification<\/p>\n<p>## What is this?<\/p>\n<p>This mod on its own doesn&#8217;t do anything, instead, it&#8217;s a tool for **mod pack creators, data pack creators, other mod developers** or anyone who likes tinkering.<br \/>\nIt allows you to automatically apply arbitrary modifications to any type of recipe at runtime in a simple way, either by using JSON files in a datapack or using the Java API.<\/p>\n<p>This means, instead of manually overriding multiple existing recipes, you define a set of recipe modifiers, which are applied when the game is starting. This means that modifications are applied to any recipes added by all other mods as well, without causing any incompatibilities or weird issues in case of multiple mods overriding the same recipe.<\/p>\n<p>### Some examples:<\/p>\n<p>For example, if you wanted to make it so that all button recipes create 8 buttons instead of just 1 because you think the button recipe is a scam otherwise, you can easily do that in just a few lines of JSON!<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;target_recipes&#8221;: &#8220;#minecraft:buttons&#8221;,<br \/>\n  &#8220;modifiers&#8221;: [<br \/>\n    {<br \/>\n      &#8220;type&#8221;: &#8220;modify_result_item&#8221;,<br \/>\n      &#8220;function&#8221;: &#8220;set_count&#8221;,<br \/>\n      &#8220;count&#8221;: 8<br \/>\n    }<br \/>\n  ]<br \/>\n}<br \/>\n&#8220;`<br \/>\n![A screenshot of eight buttons being crafted from one spruce plank](https:\/\/github.com\/user-attachments\/assets\/af25b360-8e62-44ce-a4ef-92f8151e8f90)<\/p>\n<p>Other use cases would be, for example, if some mod&#8217;s recipes are not properly compatible because they don&#8217;t utilise tags correctly<br \/>\n(or there are no standardised tags for the relevant items), you can easily make them compatible<br \/>\n(without having to manually override every single recipe! yay!).<\/p>\n<p>Say, for example, a mod named &#8220;mod_xyz&#8221; doesn&#8217;t use the right tag for copper nuggets in their recipes, which makes these incompatible with copper nuggets from other mods.<br \/>\nUsing Recipe Modification, you can fix it like this:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;target_recipes&#8221;: {<br \/>\n    &#8220;type&#8221;: &#8220;namespace_equals&#8221;,<br \/>\n    &#8220;namespace&#8221;: &#8220;mod_xyz&#8221;<br \/>\n  },<br \/>\n  &#8220;modifiers&#8221;: [<br \/>\n    {<br \/>\n      &#8220;type&#8221;: &#8220;add_alternative&#8221;,<br \/>\n      &#8220;ingredients&#8221;: &#8220;mod_xyz:copper_nugget&#8221;,<br \/>\n      &#8220;alternative&#8221;: {<br \/>\n        &#8220;tag&#8221;: &#8220;c:copper_nuggets&#8221;<br \/>\n      }<br \/>\n    }<br \/>\n  ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>## How can I use this?<\/p>\n<p>Generally, the preferred way to interact with this mod is via JSON files, however, there is also a Java API available.<\/p>\n<p>**Check out the document about JSON Syntax for more information on how to write these JSON files and what you can do with this mod.**<br \/>\nThere are also some (nonsensical, but working) test modifiers that you can take inspiration from.<\/p>\n<p>For the Java API, just take a look at the api package, especially the methods in the main `RecipeModification` class.<\/p>\n<p>More detailed instructions &#038; usage information coming soon\u2122.<\/p>\n<p>If you have any questions or need help, always feel free to message me on discord or open a GitHub issue.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Allows you to automatically apply arbitrary modifications to all recipes at runtime in a simple way.<\/p>\n","protected":false},"featured_media":130301,"template":"","meta":{"_minecraft_slug":"recipe-modification","_minecraft_project_id":"fRIu3HNp","_minecraft_author":"Player005","_minecraft_license":"LicenseRef-Polyform-Shield","_minecraft_downloads":90338,"_minecraft_follows":11,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"recipe-modification.zip","_minecraft_size_bytes":532358,"_minecraft_version_count":17,"_minecraft_updated_at":"2026-05-17T00:33:01.858057Z","_minecraft_date_created":"2025-09-14T23:28:30.660699Z","_minecraft_date_modified":"2026-04-13T20:22:14.127066Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/recipe-modification","_minecraft_icon_attachment_id":130301,"_minecraft_imported_at":"2026-06-07T16:12:04+00:00","_minecraft_import_hash":"91a1ac574923ba58a8f41ec737715ce2","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[43,97,104,873,126,158,98,92],"mod_loader":[99,160,100],"minecraft_version":[36,37,41],"class_list":["post-130300","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-cursed","mod_category-fabric","mod_category-forge","mod_category-library","mod_category-management","mod_category-neoforge","mod_category-quilt","mod_category-utility","mod_loader-fabric","mod_loader-neoforge","mod_loader-quilt","minecraft_version-1-20-1","minecraft_version-1-21-1","minecraft_version-1-21-11"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recipe Modification library - 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\/recipe-modification\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recipe Modification library - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Allows you to automatically apply arbitrary modifications to all recipes at runtime in a simple way.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/\" \/>\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\\\/recipe-modification\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-modification\\\/\",\"name\":\"Recipe Modification library - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-modification\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-modification\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recipe-modification-icon-3238e664310e46a07aa48a7546163d7785c738a4.png\",\"datePublished\":\"2026-06-07T16:12:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-modification\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-modification\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-modification\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recipe-modification-icon-3238e664310e46a07aa48a7546163d7785c738a4.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recipe-modification-icon-3238e664310e46a07aa48a7546163d7785c738a4.png\",\"width\":64,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-modification\\\/#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\":\"Recipe Modification library\"}]},{\"@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":"Recipe Modification library - 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\/recipe-modification\/","og_locale":"en_US","og_type":"article","og_title":"Recipe Modification library - Minecraft","og_description":"Allows you to automatically apply arbitrary modifications to all recipes at runtime in a simple way.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/","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\/recipe-modification\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/","name":"Recipe Modification library - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recipe-modification-icon-3238e664310e46a07aa48a7546163d7785c738a4.png","datePublished":"2026-06-07T16:12:03+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recipe-modification-icon-3238e664310e46a07aa48a7546163d7785c738a4.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recipe-modification-icon-3238e664310e46a07aa48a7546163d7785c738a4.png","width":64,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-modification\/#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":"Recipe Modification library"}]},{"@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\/130300","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\/130301"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=130300"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=130300"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=130300"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=130300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}