
NBT Recipes
Adds the ability to add NBT data to recipe json files
About this Mod
NBT Recipes
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.
Example Crafting JSON
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:diamond"
}
},
"result": {
"item": "minecraft:amethyst_shard",
"count": 3,
"data": {
"display": {
"Name": "[{\"text\":\"Example Item\",\"italic\":false}]",
"Lore": [
"[{\"text\":\"I am an example\",\"italic\":false}]"
]
},
"Enchantments": [{}]
}
}
}
Example Smelting JSON
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:diamond"
},
"result": {
"item": "minecraft:amethyst_shard",
"count": 3,
"data": {
"display": {
"Name": "[{\"text\":\"Example Item\",\"italic\":false}]",
"Lore": [
"[{\"text\":\"I am an example\",\"italic\":false}]"
]
},
"Enchantments": [{}]
}
},
"experience": 1,
"cookingtime": 20
}
Exmaple Stonecutting JSON
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:diamond"
},
"result": {
"item": "minecraft:amethyst_shard",
"count": 3,
"data": {
"display": {
"Name": "[{\"text\":\"Example Item\",\"italic\":false}]",
"Lore": [
"[{\"text\":\"I am an example\",\"italic\":false}]"
]
},
"Enchantments": [{}]
}
}
}
Example Smithing JSON
{
"type": "minecraft:smithing_transform",
"template": {
"item": "minecraft:stick"
},
"base": {
"item": "minecraft:gold_ingot"
},
"addition": {
"item": "minecraft:diamond"
},
"result": {
"item": "minecraft:amethyst_shard",
"count": 3,
"data": {
"display": {
"Name": "[{\"text\":\"Example Item\",\"italic\":false}]",
"Lore": [
"[{\"text\":\"I am an example\",\"italic\":false}]"
]
},
"Enchantments": [{}]
}
}
}
Available Versions
How to Install NBT Recipes on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.20.1).
Install Mod
Open the mod browser in the dashboard and search for "NBT Recipes". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.20.1, 1.20
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
NBT Recipes server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.
Is NBT Recipes compatible with fabric and quilt?
NBT Recipes officially supports fabric, quilt for Minecraft 1.20.1, 1.20. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with NBT Recipes – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if NBT Recipes consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install NBT Recipes with just one click on your server.