{"id":109112,"date":"2026-06-06T13:01:07","date_gmt":"2026-06-06T10:01:07","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/"},"modified":"2026-06-06T13:01:07","modified_gmt":"2026-06-06T10:01:07","slug":"nbt-recipes","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/","title":{"rendered":"NBT Recipes"},"content":{"rendered":"<p># NBT Recipes<\/p>\n<p>Adds the ability to add NBT data to the result of JSON recipes, but keeps the ability to read recipes with NBT data. Also adds the ability to set a result count for smelting, stonecutting, and smithing.<\/p>\n<p>## Example Crafting JSON<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;type&#8221;: &#8220;minecraft:crafting_shaped&#8221;,<br \/>\n  &#8220;pattern&#8221;: [<br \/>\n    &#8220;#&#8221;<br \/>\n  ],<br \/>\n  &#8220;key&#8221;: {<br \/>\n    &#8220;#&#8221;: {<br \/>\n      &#8220;item&#8221;: &#8220;minecraft:diamond&#8221;<br \/>\n    }<br \/>\n  },<br \/>\n  &#8220;result&#8221;: {<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:amethyst_shard&#8221;,<br \/>\n    &#8220;count&#8221;: 3,<br \/>\n    &#8220;data&#8221;: {<br \/>\n      &#8220;display&#8221;: {<br \/>\n        &#8220;Name&#8221;: &#8220;[{&#8220;text&#8221;:&#8221;Example Item&#8221;,&#8221;italic&#8221;:false}]&#8221;,<br \/>\n        &#8220;Lore&#8221;: [<br \/>\n          &#8220;[{&#8220;text&#8221;:&#8221;I am an example&#8221;,&#8221;italic&#8221;:false}]&#8221;<br \/>\n        ]<br \/>\n      },<br \/>\n      &#8220;Enchantments&#8221;: [{}]<br \/>\n    }<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>## Example Smelting JSON<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;type&#8221;: &#8220;minecraft:smelting&#8221;,<br \/>\n  &#8220;ingredient&#8221;: {<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:diamond&#8221;<br \/>\n  },<br \/>\n  &#8220;result&#8221;: {<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:amethyst_shard&#8221;,<br \/>\n    &#8220;count&#8221;: 3,<br \/>\n    &#8220;data&#8221;: {<br \/>\n      &#8220;display&#8221;: {<br \/>\n        &#8220;Name&#8221;: &#8220;[{&#8220;text&#8221;:&#8221;Example Item&#8221;,&#8221;italic&#8221;:false}]&#8221;,<br \/>\n        &#8220;Lore&#8221;: [<br \/>\n          &#8220;[{&#8220;text&#8221;:&#8221;I am an example&#8221;,&#8221;italic&#8221;:false}]&#8221;<br \/>\n        ]<br \/>\n      },<br \/>\n      &#8220;Enchantments&#8221;: [{}]<br \/>\n    }<br \/>\n  },<br \/>\n  &#8220;experience&#8221;: 1,<br \/>\n  &#8220;cookingtime&#8221;: 20<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>## Exmaple Stonecutting JSON<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;type&#8221;: &#8220;minecraft:stonecutting&#8221;,<br \/>\n  &#8220;ingredient&#8221;: {<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:diamond&#8221;<br \/>\n  },<br \/>\n  &#8220;result&#8221;: {<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:amethyst_shard&#8221;,<br \/>\n    &#8220;count&#8221;: 3,<br \/>\n    &#8220;data&#8221;: {<br \/>\n      &#8220;display&#8221;: {<br \/>\n        &#8220;Name&#8221;: &#8220;[{&#8220;text&#8221;:&#8221;Example Item&#8221;,&#8221;italic&#8221;:false}]&#8221;,<br \/>\n        &#8220;Lore&#8221;: [<br \/>\n          &#8220;[{&#8220;text&#8221;:&#8221;I am an example&#8221;,&#8221;italic&#8221;:false}]&#8221;<br \/>\n        ]<br \/>\n      },<br \/>\n      &#8220;Enchantments&#8221;: [{}]<br \/>\n    }<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>## Example Smithing JSON<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;type&#8221;: &#8220;minecraft:smithing_transform&#8221;,<br \/>\n  &#8220;template&#8221;: {<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:stick&#8221;<br \/>\n  },<br \/>\n  &#8220;base&#8221;: {<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:gold_ingot&#8221;<br \/>\n  },<br \/>\n  &#8220;addition&#8221;: {<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:diamond&#8221;<br \/>\n  },<br \/>\n  &#8220;result&#8221;: {<br \/>\n    &#8220;item&#8221;: &#8220;minecraft:amethyst_shard&#8221;,<br \/>\n    &#8220;count&#8221;: 3,<br \/>\n    &#8220;data&#8221;: {<br \/>\n      &#8220;display&#8221;: {<br \/>\n        &#8220;Name&#8221;: &#8220;[{&#8220;text&#8221;:&#8221;Example Item&#8221;,&#8221;italic&#8221;:false}]&#8221;,<br \/>\n        &#8220;Lore&#8221;: [<br \/>\n          &#8220;[{&#8220;text&#8221;:&#8221;I am an example&#8221;,&#8221;italic&#8221;:false}]&#8221;<br \/>\n        ]<br \/>\n      },<br \/>\n      &#8220;Enchantments&#8221;: [{}]<br \/>\n    }<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adds the ability to add NBT data to recipe json files<\/p>\n","protected":false},"featured_media":109113,"template":"","meta":{"_minecraft_slug":"nbt-recipes","_minecraft_project_id":"r5RAxLHh","_minecraft_author":"Sy_nc","_minecraft_license":"Apache-2.0","_minecraft_downloads":1743,"_minecraft_follows":19,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"nbt-recipes.zip","_minecraft_size_bytes":48367,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-17T00:32:49.404977Z","_minecraft_date_created":"2023-11-10T02:25:10.866200Z","_minecraft_date_modified":"2023-11-14T20:21:19.658946Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/nbt-recipes","_minecraft_icon_attachment_id":109113,"_minecraft_imported_at":"2026-06-06T10:01:08+00:00","_minecraft_import_hash":"0127f41883899b10b0f7783504bbd250","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,873,98,92],"mod_loader":[99,100],"minecraft_version":[59,36],"class_list":["post-109112","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-library","mod_category-quilt","mod_category-utility","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-20","minecraft_version-1-20-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NBT Recipes - 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\/nbt-recipes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NBT Recipes - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Adds the ability to add NBT data to recipe json files\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nbt-recipes\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nbt-recipes\\\/\",\"name\":\"NBT Recipes - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nbt-recipes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nbt-recipes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nbt-recipes-icon-91c52b5c7d42ab35b95e7a5a659f1878a32d207a_96.webp\",\"datePublished\":\"2026-06-06T10:01:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nbt-recipes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nbt-recipes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nbt-recipes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nbt-recipes-icon-91c52b5c7d42ab35b95e7a5a659f1878a32d207a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nbt-recipes-icon-91c52b5c7d42ab35b95e7a5a659f1878a32d207a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nbt-recipes\\\/#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\":\"NBT Recipes\"}]},{\"@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":"NBT Recipes - 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\/nbt-recipes\/","og_locale":"en_US","og_type":"article","og_title":"NBT Recipes - Minecraft","og_description":"Adds the ability to add NBT data to recipe json files","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/","name":"NBT Recipes - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nbt-recipes-icon-91c52b5c7d42ab35b95e7a5a659f1878a32d207a_96.webp","datePublished":"2026-06-06T10:01:07+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nbt-recipes-icon-91c52b5c7d42ab35b95e7a5a659f1878a32d207a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nbt-recipes-icon-91c52b5c7d42ab35b95e7a5a659f1878a32d207a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nbt-recipes\/#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":"NBT Recipes"}]},{"@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\/109112","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\/109113"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=109112"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=109112"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=109112"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=109112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}