Minecraft Recipes Library mod 2026 download
logo
minecraft mod Recipes Library

Recipes Library

Game Version: 1.19
Total Downloads: 134,794
Updated: Jul 20, 2022
Created: Jul 27, 2020
Download Recipes LibraryDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Recipes Library 1.19-2.0.1 release 52.58 KB Jul 20, 2022 1.19 0 download Recipes Library Recipes Library 1.19-2.0.1 releaseDownload
Recipes Library 1.19-2.0.0 release 52.15 KB Jun 12, 2022 1.19 5,898 download Recipes Library Recipes Library 1.19-2.0.0 releaseDownload
Recipes Library 1.18.2-2.0.0 release 50.95 KB Mar 10, 2022 1.18.2 65,754 download Recipes Library Recipes Library 1.18.2-2.0.0 releaseDownload
Recipes Library 1.18.1-2.0.0 release 51.75 KB Dec 12, 2021 1.18.1 28,911 download Recipes Library Recipes Library 1.18.1-2.0.0 releaseDownload
Recipes Library 1.18-2.0.0 release 51.75 KB Dec 5, 2021 1.18 882 download Recipes Library Recipes Library 1.18-2.0.0 releaseDownload
Recipes Library 1.17.1-2.0.0 release 51.86 KB Aug 1, 2021 1.17.1 1,363 download Recipes Library Recipes Library 1.17.1-2.0.0 releaseDownload
Recipes Library 1.16.5-2.0.0 release 50.54 KB May 7, 2021 1.16.5 29,503 download Recipes Library Recipes Library 1.16.5-2.0.0 releaseDownload
Recipes Library 1.16.4-2.0.0 release 50.49 KB May 7, 2021 1.16.4 53 download Recipes Library Recipes Library 1.16.4-2.0.0 releaseDownload
Recipes Library 1.16.3-2.0.0 release 50.35 KB May 7, 2021 1.16.3 21 download Recipes Library Recipes Library 1.16.3-2.0.0 releaseDownload
Recipes Library 1.16.2-2.0.0 release 50.35 KB May 7, 2021 1.16.2 21 download Recipes Library Recipes Library 1.16.2-2.0.0 releaseDownload
Recipes Library 1.16.1-2.0.0 release 50.35 KB May 7, 2021 1.16.1 24 download Recipes Library Recipes Library 1.16.1-2.0.0 releaseDownload
Recipes Library 1.15.2-2.0.0 release 50.22 KB May 7, 2021 1.15.2 416 download Recipes Library Recipes Library 1.15.2-2.0.0 releaseDownload
Recipes Library 1.14.4-2.0.0 release 50.16 KB May 7, 2021 1.14.4 144 download Recipes Library Recipes Library 1.14.4-2.0.0 releaseDownload
Recipes Library 1.16.5-1.0.0 release 36.29 KB Jan 18, 2021 1.16.5 628 download Recipes Library Recipes Library 1.16.5-1.0.0 releaseDownload
Recipes Library 1.16.4-1.0.0 release 36.15 KB Nov 4, 2020 1.16.4 476 download Recipes Library Recipes Library 1.16.4-1.0.0 releaseDownload
Recipes Library 1.16.3-1.0.0 release 36.13 KB Sep 11, 2020 1.16.3 149 download Recipes Library Recipes Library 1.16.3-1.0.0 releaseDownload
Recipes Library 1.16.2-1.1.0 release 36.14 KB Aug 24, 2020 1.16.2 87 download Recipes Library Recipes Library 1.16.2-1.1.0 releaseDownload
Recipes Library 1.16.1-1.1.0 release 36.02 KB Aug 24, 2020 1.16.1 86 download Recipes Library Recipes Library 1.16.1-1.1.0 releaseDownload
Recipes Library 1.15.2-1.1.0 release 36.02 KB Aug 24, 2020 1.15.2 99 download Recipes Library Recipes Library 1.15.2-1.1.0 releaseDownload
Recipes Library 1.14.4-1.1.0 release 35.96 KB Aug 24, 2020 1.14.4 55 download Recipes Library Recipes Library 1.14.4-1.1.0 releaseDownload
Recipes Library 1.16.2-1.0.0 release 31.01 KB Aug 17, 2020 1.16.2 39 download Recipes Library Recipes Library 1.16.2-1.0.0 releaseDownload
Recipes Library 1.16.1-1.0.0 release 30.87 KB Jul 27, 2020 1.16.1 95 download Recipes Library Recipes Library 1.16.1-1.0.0 releaseDownload
Recipes Library 1.15.2-1.0.0 release 30.86 KB Jul 27, 2020 1.15.2 58 download Recipes Library Recipes Library 1.15.2-1.0.0 releaseDownload
Recipes Library 1.14.4-1.0.0 release 30.81 KB Jul 27, 2020 1.14.4 32 download Recipes Library Recipes Library 1.14.4-1.0.0 releaseDownload

Screenshots

Description

Share this:

This mod is a library mod, needed any side where a dependent mod is installed.
It can be used on server and client side.

Support

Support: Supported Minecraft Versions
New Development and Fixes: 1.16.5
Bug Fixes: 1.15.2
Critical Bug Fixes: 1.14.4, 1.16.1-1.16.4
End of Support:

Features

This mod adds two recipes types "recipes_lib:crafting_shaped_nbt" and "recipes_lib:crafting_shapeless_nbt".
Ingredients Shaped NBT are Shapeless NBT to build like the vanilla shaped and shapeless recipes.
The result has to have three elements:
– item: Registry Name of the result item
– nbt: NBT data of the result item
– merge_nbt: Should an item be searched with, which the NBT should be merged.

Example:
"result": {
    "item": "minecraft:written_book",
    "nbt": "{pages:['{\"text\":\"Hallo2\"}']}",
    "merge_nbt": true
}

This mod adds a recipe type "recipes_lib:renaming".
The recipe has only one ingredient. Internally a name tag is added as ingredient.
The result of the recipe is the ingredient with the custom name of the name tag.

Example:
{
    "type": "recipes_lib:renaming",
    "ingredient": {
        "item": "dynamical_compass:dynamical_compass"
    }
}

This mod adds an ingredient type "recipes_lib:nbt".
This ingredient has to have four elements:
– type: Ingredient type
– item: Registry Name of the ingredient item
– nbt: NBT data of the ingredient item

– matchType: 
  – EQUAL: The NBT Data of the input item and the ingredient item must be exactly the same.
  – CONTAINS: The NBT Data of the ingredient item must be a subset of the input item NBT data.
  – CONTAINS_NONE: Any element NBT Data element of the ingredient item must be not in the set of the NBT data of the input item.
  – NOT_EQUAL: The NBT Data of the input item and the ingredient item must not be exactly the same.

Example:
{
    "type": "recipes_lib:nbt",
    "item": "minecraft:written_book",
    "nbt": "{pages:['{\"text\":\"Hallo2\"}']}",
    "matchType": "CONTAINS_NONE"
}

Thanks for the logo to Muse31.
You can use this mod in non-commercial modpacks without asking.
You can find more mods from me here.

Comments

Add a comment