Back to mods
Nbt Crafting (Fabric) project artwork

CurseForge · Minecraft mod

Nbt Crafting (Fabric)

Nbt data in json recipes! Cauldron recipes, brewing recipes and a hella lot more!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Nbt Crafting (Fabric) release should I use?

Updated 3 years ago
Latest stable file [1.19] 2.2.3
Game version 1.19.2, 1.19.1, 1.19
Loader Fabric

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

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

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

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

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


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

Example Recipe ingame

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.

21 available setups

Showing 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

101 of 101 releases match

Looking for an older file? The official CurseForge project page is in Resources.