{"id":130277,"date":"2026-06-07T19:10:04","date_gmt":"2026-06-07T16:10:04","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/"},"modified":"2026-06-07T19:10:04","modified_gmt":"2026-06-07T16:10:04","slug":"recipe-book-access-api","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/","title":{"rendered":"Recipe Book Access API"},"content":{"rendered":"<p>![Recipe Book Access Banner](https:\/\/cdn.modrinth.com\/data\/cached_images\/6a9610664160b3d32157edee9c484d5c04077bc1.png)<\/p>\n<p>Recipe Book Access is a simple Fabric API designed to intuitively add support for external inventory access in any crafting screen.<br \/>\nIt redirects the recipe book functionality to check and fill from a customisable list of inventories, instead of just the player&#8217;s.<\/p>\n<p>### What does this mean?<br \/>\nSee for yourself!<br \/>\n![Recipe Book Access Demonstration](https:\/\/raw.githubusercontent.com\/Jomlom\/Recipe-Book-Access\/refs\/heads\/main\/demo.gif)<br \/>\nThis is an EXAMPLE of a modded crafting table uses a custom list of inventories via this API, in this specific case it uses all inventories from nearby chests.<\/p>\n<p>### This mod _alone_ will not achieve what is shown above &#8211; If you are looking for a mod that implements this for the crafting table, you probably want the Nearby Crafting mod.<\/p>\n<p>## Quickstart Guide<br \/>\n**For a more detailed how-to-use guide, including how to setup this API in your project&#8217;s environment, please see the readme on Github for this project here.**<\/p>\n<p>This API provides a simple interface called `RecipeBookInventoryProvider`, located in `com.jomlom.recipebookaccess.api`. <\/p>\n<p>This interface must be implemented to your screen handler class, only one method needs overriding (`getInventoriesForAutofill()`) for the API&#8217;s full functionality.<\/p>\n<p>You must implement this method to return a list of inventories which you want the recipe book to access and craft from, this won&#8217;t include the player&#8217;s inventory by default.<\/p>\n<p>_Code Example:_<br \/>\n&#8220;`java<br \/>\nimport com.jomlom.recipebookaccess.api.RecipeBookInventoryProvider<\/p>\n<p>public class YourCraftingScreenHandler extends AbstractRecipeScreenHandler implements RecipeBookInventoryProvider {<br \/>\n    \/\/ your existing code&#8230;<\/p>\n<p>    @Override<br \/>\n    public List<Inventory> getInventoriesForAutofill() {<br \/>\n        return yourInventoriesList;<br \/>\n    }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>**Assumptions made by this API:**<br \/>\n&#8211; Your screen handler class extends &#8216;AbstractRecipeScreenHandler&#8217;, or any of its subclasses<br \/>\n&#8211; Your corresponding screen extends &#8216;RecipeBookScreen&#8217;, in order to utilize the minecraft recipe book<\/p>\n<p>(_I have not tested outside these assumptions_)<\/p>\n<p>## FAQs<br \/>\n&#8211; **Q**: I think I found an issue&#8230;<br \/>\n  **A**: Feel free to create an issue on Github or reach out directly on discord @joonty<\/p>\n<p>&#8211; **Q**: Will you release support for _x_ ?<br \/>\n  **A**: I plan to release support for older versions soon, I don&#8217;t currently plan to release support outside of Fabric. If _you_ would like to make a verion for another loader (Forge, NeoForge, etc) feel free to reach out on discord! @joonty<\/p>\n<p>&#8211; **Q**: Does my `getInventoriesForAutofill()` implementation need to work from the client?<br \/>\n  **A**: Nope! `getInventoriesForAutofill()` is only used from the server side screen handler, and the API will keep the client up to date on the results for you automatically!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An effortless Fabric API, enabling recipe-book crafting from customizable external inventories.<\/p>\n","protected":false},"featured_media":130278,"template":"","meta":{"_minecraft_slug":"recipe-book-access-api","_minecraft_project_id":"aWgs4SgO","_minecraft_author":"Jomlom","_minecraft_license":"MIT","_minecraft_downloads":43582,"_minecraft_follows":8,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"recipe-book-access-api.zip","_minecraft_size_bytes":243888,"_minecraft_version_count":9,"_minecraft_updated_at":"2026-05-16T11:23:52.595616Z","_minecraft_date_created":"2025-03-21T00:02:26.184440Z","_minecraft_date_modified":"2025-04-21T13:34:08.306118Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/recipe-book-access-api","_minecraft_icon_attachment_id":130278,"_minecraft_imported_at":"2026-06-07T16:10:05+00:00","_minecraft_import_hash":"fa8905dcab672b08a7c4ef225b867789","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,89,873,91,92],"mod_loader":[99],"minecraft_version":[36,62,37,73,74,38,78],"class_list":["post-130277","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-game-mechanics","mod_category-library","mod_category-storage","mod_category-utility","mod_loader-fabric","minecraft_version-1-20-1","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recipe Book Access API - 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-book-access-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recipe Book Access API - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An effortless Fabric API, enabling recipe-book crafting from customizable external inventories.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/\" \/>\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-book-access-api\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-book-access-api\\\/\",\"name\":\"Recipe Book Access API - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-book-access-api\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-book-access-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recipe-book-access-api-icon-6724f0c1d65b5bb28fe52ffeb5675b406212db36_96.webp\",\"datePublished\":\"2026-06-07T16:10:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-book-access-api\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-book-access-api\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-book-access-api\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recipe-book-access-api-icon-6724f0c1d65b5bb28fe52ffeb5675b406212db36_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recipe-book-access-api-icon-6724f0c1d65b5bb28fe52ffeb5675b406212db36_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recipe-book-access-api\\\/#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 Book Access API\"}]},{\"@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 Book Access API - 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-book-access-api\/","og_locale":"en_US","og_type":"article","og_title":"Recipe Book Access API - Minecraft","og_description":"An effortless Fabric API, enabling recipe-book crafting from customizable external inventories.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/","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-book-access-api\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/","name":"Recipe Book Access API - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recipe-book-access-api-icon-6724f0c1d65b5bb28fe52ffeb5675b406212db36_96.webp","datePublished":"2026-06-07T16:10:04+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recipe-book-access-api-icon-6724f0c1d65b5bb28fe52ffeb5675b406212db36_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recipe-book-access-api-icon-6724f0c1d65b5bb28fe52ffeb5675b406212db36_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recipe-book-access-api\/#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 Book Access API"}]},{"@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\/130277","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\/130278"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=130277"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=130277"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=130277"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=130277"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}