Nbt Crafting Mod (1.19.2, 1.18.2) is 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. Nbt Crafting also gives you the ability to add new brewing recipes and enables you to add cauldron and anvil recipes. You may want to use this mod with Cotton Library since this enables you to load datapacks globally and to remove unwanted recipes.

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:

Requires:

Fabric Modloader

Fabric API

How to install:

How To Download & Install Mods with Minecraft Forge

How To Download & Install Fabric Mods

Don’t miss out today’s latest Minecraft Mods

Nbt Crafting Mod (1.19.2, 1.18.2) Download Links

For Minecraft 1.15.2

Fabric version: Download from Server 1

For Minecraft 1.16.5

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.17.1

Fabric version: Download from Server 1

For Minecraft 1.18.2, 1.18.1

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.19.2, 1.19.1, 1.19

Fabric version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 0 Average: 0]