Mod
Nbt Crafting (Fabric)
No reviews yet
Gives you the ability to add recipes depending on items' nbt data.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes gameplay or mechanics related to brewing systems, potions, or the transmutation of matter.
Provides a framework or library for other mods to use.
A project that is no longer receiving updates.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
This project is currently unmaintained and looking for maintainers interested in further development.
For further information or if you want to help out, please join the Discord :)
This mod extends the vanilla json datapack/recipe system. It does not provide an own scripting language.
About
It's a simple fabric mod which allows you to add/change JSON crafting/cooking/etc. recipes to use nbt input and output.
Everything is kept nicely visualized in the vanilla gui.
This can be achieved through the now reintroduced data attribute.
For more information see the wiki pages.
You may want to use this mod with Cotton since this enables you to load datapacks globally and to remove unwanted recipes.
Extras :)
Nbt Crafting also gives you the ability to add new brewing recipes and enables you to add cauldron and anvil recipes. See the wiki for an explanation of these features.
Due to some additions made with this mod the recipe book displays also the output amount of all recipes - yay!
Server Usage
This mod works also server-side only. This causes minor cosmetic issues at the client side.
Example
A simple recipe to get a cool "Battle Axe" of a diamond and a diamond sword with less than 41 damage.
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:diamond_sword",
"data": {
"require": {
"Damage": "$..40"
}
}
},
{ "item": "minecraft:diamond" }
],
"result": {
"item": "minecraft:diamond_axe",
"data": {
"display": {
"Name": "{\"text\":\"Battle Axe\"}"
},
"Enchantments": [
{
"id": "minecraft:sharpness",
"lvl": 10
}
]
}
}
}

Mod support
Every mod which is based on the default vanilla recipe system and which uses the Ingredient class should be compatible in terms of input nbt matching.
Feedback
If you encouter bugs or have suggestions just open a GitHub issue.
License/Modpack usage
This mod is released under CC0. Feel free to reuse code or to include it in modpacks etc.
This project is currently unmaintained and looking for maintainers interested in further development.
For further information or if you want to help out, please join the Discord :)
This mod extends the vanilla json datapack/recipe system. It does not provide an own scripting language.
About
It's a "simple" fabric mod which allows you to add/change JSON crafting/cooking/etc. recipes to use nbt input and output.
Everything is kept nicely visualized in the vanilla gui.
This can be achieved through the now reintroduced data attribute.
For more information see the wiki pages.
You may want to use this mod with Cotton since this enables you to load datapacks globally and to remove unwanted recipes.
Extras :)
Nbt Crafting also gives you the ability to add new brewing recipes and enables you to add cauldron and anvil recipes. See the wiki for an explanation of these features.
Due to some additions made with this mod the recipe book displays also the output amount of all recipes - yay!
Server Usage
This mod works also server-side only. This causes minor cosmetic issues at the client side.
Example
A simple recipe to get a cool "Battle Axe" of a diamond and a diamond sword with less than 41 damage.
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:diamond_sword",
"data": {
"require": {
"Damage": "$..40"
}
}
},
{ "item": "minecraft:diamond" }
],
"result": {
"item": "minecraft:diamond_axe",
"data": {
"display": {
"Name": "{\"text\":\"Battle Axe\"}"
},
"Enchantments": [
{
"id": "minecraft:sharpness",
"lvl": 10
}
]
}
}
}
Demo

Mod support
Every mod which is based on the default vanilla recipe system and which uses the Ingredient class should be compatible in terms of input nbt matching.
Feedback
If you encounter bugs or have suggestions just open a GitHub issue.
License/Modpack usage
This mod is released under Apache 2.0. Feel free to include it in modpacks etc. as long as you attribute me :)
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers