Nbt Crafting
Nbt data in json recipes! Cauldron recipes, brewing recipes and a hella lot more!
Обновлён 22 ноября 2022 г. · опубликован 21 декабря 2020 г.
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 :)
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.2.3+mc1.19 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 22 ноября 2022 г. | .jar (285 КБ) |
| 2.2.3+mc1.18.2 | Релиз | 1.18.2 | fabric | 22 ноября 2022 г. | .jar (271 КБ) |
| 2.2.3+mc1.17.1 | Релиз | 1.17, 1.17.1 | fabric | 22 ноября 2022 г. | .jar (271 КБ) |
| 2.2.3+mc1.16.4 | Релиз | 1.16.2, 1.16.3, 1.16.4, 1.16.5 | fabric | 22 ноября 2022 г. | .jar (270 КБ) |
| 2.2.3+mc1.15.2 | Релиз | 1.15, 1.15.1, 1.15.2 | fabric | 22 ноября 2022 г. | .jar (261 КБ) |
| 3.0.0-alpha.3+mc1.19 | Альфа | 1.19, 1.19.1, 1.19.2 | fabric | 23 октября 2022 г. | .jar (719 КБ) |
| 3.0.0-alpha.3+mc1.18.2 | Альфа | 1.18.2 | fabric | 23 октября 2022 г. | .jar (705 КБ) |
| 3.0.0-alpha.3+mc1.17.1 | Альфа | 1.17, 1.17.1 | fabric | 23 октября 2022 г. | .jar (705 КБ) |
| 3.0.0-alpha.2+mc1.19 | Альфа | 1.19, 1.19.1, 1.19.2 | fabric | 23 октября 2022 г. | .jar (718 КБ) |
| 3.0.0-alpha.2+mc1.18.2 | Альфа | 1.18.2 | fabric | 23 октября 2022 г. | .jar (704 КБ) |
| 3.0.0-alpha.2+mc1.17.1 | Альфа | 1.17, 1.17.1 | fabric | 23 октября 2022 г. | .jar (704 КБ) |
| 3.0.0-alpha.2+mc1.16.4 | Альфа | 1.16.2, 1.16.3, 1.16.4, 1.16.5 | fabric | 23 октября 2022 г. | .jar (702 КБ) |
| 3.0.0-alpha.2+mc1.15.2 | Альфа | 1.15, 1.15.1, 1.15.2 | fabric | 23 октября 2022 г. | .jar (693 КБ) |
| 2.2.2+mc1.19 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 23 октября 2022 г. | .jar (284 КБ) |
| 2.2.2+mc1.18.2 | Релиз | 1.18.2 | fabric | 23 октября 2022 г. | .jar (271 КБ) |
Показаны последние 15 из 133 версий. Все версии — на Modrinth.
Ченджлог
2.2.3+mc1.19Релиз1.19, 1.19.1, 1.19.2 · 22 ноября 2022 г.
Version 2.2.3
For versions 1.18 and above: Critical compatibility fix with the latest Fabric API versions (0.67.0+).
Also contains a bunch of minor internal improvements around recipe remainders.
Release by Siphalor
2.2.3+mc1.18.2Релиз1.18.2 · 22 ноября 2022 г.
Version 2.2.3
For versions 1.18 and above: Critical compatibility fix with the latest Fabric API versions (0.67.0+).
Also contains a bunch of minor internal improvements around recipe remainders.
Release by Siphalor
2.2.3+mc1.17.1Релиз1.17, 1.17.1 · 22 ноября 2022 г.
Version 2.2.3
For versions 1.18 and above: Critical compatibility fix with the latest Fabric API versions (0.67.0+).
Also contains a bunch of minor internal improvements around recipe remainders.
Release by Siphalor
2.2.3+mc1.16.4Релиз1.16.3, 1.16.4, 1.16.5 · 22 ноября 2022 г.
Version 2.2.3
For versions 1.18 and above: Critical compatibility fix with the latest Fabric API versions (0.67.0+).
Also contains a bunch of minor internal improvements around recipe remainders.
Release by Siphalor
2.2.3+mc1.15.2Релиз1.15, 1.15.1, 1.15.2 · 22 ноября 2022 г.
Version 2.2.3
For versions 1.18 and above: Critical compatibility fix with the latest Fabric API versions (0.67.0+).
Also contains a bunch of minor internal improvements around recipe remainders.
Release by Siphalor
3.0.0-alpha.3+mc1.19Альфа1.19, 1.19.1, 1.19.2 · 23 октября 2022 г.
Alpha 3 of Version 3.0.0
Release by Siphalor
3.0.0-alpha.3+mc1.18.2Альфа1.18.2 · 23 октября 2022 г.
Alpha 3 of Version 3.0.0
Release by Siphalor
3.0.0-alpha.3+mc1.17.1Альфа1.17, 1.17.1 · 23 октября 2022 г.
Alpha 3 of Version 3.0.0
Release by Siphalor
Полная история изменений — на Modrinth.
Комментарии
Загружаем…