CurseForge · Minecraft mod
Nbt Crafting (Fabric)
Nbt data in json recipes! Cauldron recipes, brewing recipes and a hella lot more!
Quick answer
Which Nbt Crafting (Fabric) release should I use?
Nbt Crafting (Fabric) [1.19] 2.2.3 targets 1.19.2, 1.19.1, 1.19 with Fabric. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.
Where it goes
Is Nbt Crafting (Fabric) required on the client, server, or both?
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
The source does not explicitly classify this release as client-only or server-only.
What else does Nbt Crafting (Fabric) [1.19] 2.2.3 need?
[1.19] 2.2.3. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Nbt Crafting (Fabric) without breaking your instance.
Built for Nbt Crafting (Fabric) [1.19] 2.2.3. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use [1.19] 2.2.3. It targets 1.19.2, 1.19.1, 1.19 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside [1.19] 2.2.3. It opens that exact file at the source.
About this project
What does Nbt Crafting (Fabric) add?
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 :)
Project description from CurseForge.
Pick your setup
Nbt Crafting (Fabric) by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.19.2
1 loader build1.19.1
1 loader build1.19
1 loader build1.18.2
1 loader build1.18.1
1 loader build1.18-pre1
1 loader build1.18
1 loader build1.17.1-rc2
1 loader build1.17.1-rc1
1 loader build1.17.1-pre3
1 loader build1.17.1-pre2
1 loader build1.17.1-pre1
1 loader buildShowing the newest 12 of 21 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Nbt Crafting (Fabric) versions and loaders
[1.19] 2.2.3
nbtcrafting-2.2.3+mc1.19.jar
22 Nov 2022
[1.18.2] 2.2.3
nbtcrafting-2.2.3+mc1.18.2.jar
22 Nov 2022
[1.17] 2.2.3
nbtcrafting-2.2.3+mc1.17.1.jar
22 Nov 2022
[1.16.2+] 2.2.3
nbtcrafting-2.2.3+mc1.16.4.jar
22 Nov 2022
[1.15.x] 2.2.3
nbtcrafting-2.2.3+mc1.15.2.jar
22 Nov 2022
[1.19] 3.0.0-alpha.3
nbtcrafting3-3.0.0-alpha.3+mc1.19.jar
23 Oct 2022
[1.18.2] 3.0.0-alpha.3
nbtcrafting3-3.0.0-alpha.3+mc1.18.2.jar
23 Oct 2022
[1.17] 3.0.0-alpha.3
nbtcrafting3-3.0.0-alpha.3+mc1.17.1.jar
23 Oct 2022
[1.19] 3.0.0-alpha.2
nbtcrafting3-3.0.0-alpha.2+mc1.19.jar
23 Oct 2022
[1.18.2] 3.0.0-alpha.2
nbtcrafting3-3.0.0-alpha.2+mc1.18.2.jar
23 Oct 2022
[1.17] 3.0.0-alpha.2
nbtcrafting3-3.0.0-alpha.2+mc1.17.1.jar
23 Oct 2022
[1.16.2+] 3.0.0-alpha.2
nbtcrafting3-3.0.0-alpha.2+mc1.16.4.jar
23 Oct 2022
Looking for an older file? The official CurseForge project page is in Resources.