Mineuniverse
Log in Register
Mods

Nbt Crafting (Fabric)

Gives you the ability to add recipes depending on items' nbt data.
by Siphalor
Download Claim this project
675,806 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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.


Discord

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 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.

[1.15.x] 2.1.4-beta.1
MC 1.15, Fabric, 1.15.2, 1.15.1
Beta 2022-07-16 Get
[1.15.x] 2.1.4-alpha.1
MC 1.15, Fabric, 1.15.2, 1.15.1
Alpha 2022-07-09 Get
[1.15.x] 2.1.4-alpha.1
MC 1.15, Fabric, 1.15.2, 1.15.1
Alpha 2022-07-09 Get
[1.16.2+] 2.1.4-alpha.1
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Alpha 2022-07-09 Get
[1.17] 2.1.4-alpha.1
MC 1.17.1, 1.17, Fabric
Alpha 2022-07-09 Get
[1.18.2] 2.1.4-alpha.1
MC Fabric, 1.18.2
Alpha 2022-07-09 Get
[1.19] 2.1.4-alpha.1
MC Fabric, 1.19
Alpha 2022-07-09 Get
[1.19] 2.1.3
MC Fabric, 1.19
Release 2022-06-20 Get
[1.15.x] 2.1.3
MC 1.15, Fabric, 1.15.2, 1.15.1
Release 2022-03-21 Get
[1.16.2+] 2.1.3
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Release 2022-03-21 Get
[1.17] 2.1.3
MC 1.17.1, 1.17, Fabric
Release 2022-03-21 Get
[1.18.2] 2.1.3
MC Fabric, 1.18.2
Release 2022-03-21 Get
[1.18.1] 2.1.3
MC 1.18.1, Fabric, 1.18
Release 2022-03-21 Get
[1.18.2] 2.1.2
MC Fabric, 1.18.2
Release 2022-03-06 Get
[1.15.x] 2.2.0-alpha.1
MC 1.15, Fabric, 1.15.2, 1.15.1
Alpha 2022-02-19 Get
[1.15.x] 2.2.0-alpha.2
MC 1.15, Fabric, 1.15.2, 1.15.1
Alpha 2022-02-19 Get
[1.16.2+] 2.2.0-alpha.2
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Alpha 2022-02-19 Get
[1.17] 2.2.0-alpha.2
MC 1.17, Fabric
Release 2022-02-19 Get
[1.18.1] 2.2.0-alpha.2
MC 1.18.1, Fabric, 1.18
Release 2022-02-19 Get
[1.15.x] 2.1.2
MC 1.15, Fabric, 1.15.2, 1.15.1
Alpha 2022-02-19 Get
[1.16.2+] 2.1.2
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Alpha 2022-02-19 Get
[1.17] 2.1.2
MC 1.17, Fabric
Release 2022-02-19 Get
[1.18.1] 2.1.2
MC 1.18.1, Fabric
Release 2022-02-19 Get
[1.15.x] 2.1.1
MC 1.15, Fabric, 1.15.2, 1.15.1
Release 2022-02-01 Get
[1.16.2+] 2.1.1
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Release 2022-02-01 Get
[1.17] 2.1.1
MC 1.17, Fabric
Release 2022-02-01 Get
[1.18.1] 2.1.1
MC 1.17, Fabric
Release 2022-02-01 Get
[1.18-pre1] 2.1.0
MC 1.18.1, Fabric, 1.18, 1.18-Snapshot
Release 2021-11-12 Get
[1.15.x] 2.1.0
MC 1.15, Fabric, 1.15.2, 1.15.1
Release 2021-09-30 Get
[1.16.2+] 2.1.0
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Release 2021-09-30 Get
[1.17+] 2.1.0
MC 1.17.1, 1.17, Fabric
Release 2021-09-30 Get
[1.15.x] 2.0.22
MC 1.15, Fabric, 1.15.2, 1.15.1
Release 2021-09-06 Get
[1.16.2+] 2.0.22
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Release 2021-09-06 Get
[1.17] 2.0.22
MC 1.17, Fabric
Release 2021-09-06 Get
[1.16.2+] 2.0.21
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Release 2021-09-03 Get
[1.17] 2.0.21
MC 1.17, Fabric
Release 2021-09-03 Get
[1.15.x] 2.0.21
MC 1.15, Fabric, 1.15.2, 1.15.1
Release 2021-09-03 Get
[1.15.x] 2.0.20
MC 1.15, Fabric, 1.15.2, 1.15.1
Release 2021-08-15 Get
[1.16.2+] 2.0.20
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Release 2021-08-15 Get
[1.17] 2.0.20
MC 1.17, Fabric
Release 2021-08-15 Get
[1.15.x] 2.0.19
MC 1.15, Fabric, 1.15.2, 1.15.1
Release 2021-07-01 Get
[1.16.2+] 2.0.19
MC 1.16.3, Fabric, 1.16.5, 1.16.4, 1.16.2
Release 2021-07-01 Get
[1.17+] 2.0.19
MC 1.17.1, 1.17, Fabric
Release 2021-07-01 Get
[1.16.2+] 2.0.18
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Release 2021-06-29 Get
[1.17] 2.0.18
MC 1.17, Fabric
Release 2021-06-29 Get
[1.15.x] 2.0.18
MC 1.15, Fabric, 1.15.2, 1.15.1
Release 2021-06-28 Get
[1.15.x] 2.0.17
MC 1.15, Fabric, 1.15.2, 1.15.1
Release 2021-06-11 Get
[1.16.2+] 2.0.17
MC 1.16.3, Fabric, 1.16.4, 1.16.2
Release 2021-06-11 Get
[1.17] 2.0.17
MC 1.17, Fabric
Release 2021-06-11 Get
[1.17] 2.0.16
MC 1.17, Fabric
Release 2021-06-10 Get

More from Siphalor

Mouse Wheelie (Fabric)
9,191,999
Amecs (Fabric)
7,165,572
Wandering Collector
3,662,758
Mods of the World (Fabric)
3,483
Spice of Fabric (Fabric)
2,948,985
Gift It! (Fabric)
27,397

You Might Also Like

APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Tiquality
Make server lag the problem of the source player.
99,489
Blame (Fabric)
Those gosh darn crashlogs not saying which worldgen feature is crashing!
99,012
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579