Recipes Library Mod (1.19.4, 1.18.2) Forge

Recipes Library Mod adds custom recipe types with NBT support for Minecraft 1.19.4, 1.18.2 and other versions. Download for Forge now.

Recipes Library is a library mod that adds new recipe types to Minecraft. If you’re making a mod that needs custom recipes, this handles the heavy lifting. It’s required on both server and client where mods using it are installed.

What It Does

This mod adds four new recipe and ingredient types that let mod makers do things vanilla recipes can’t. You can create shaped and shapeless recipes that work with NBT data, rename items, and match ingredients based on their NBT properties.

Shaped and Shapeless NBT Recipes

These work like normal crafting recipes but let you set NBT data on the output. Each result needs three things: the item, its NBT data, and whether to merge NBT with an existing item.

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

Renaming Recipe Type

Takes an item and a name tag, then outputs that item with the name tag’s custom name applied. Perfect for creating named tools or special items.

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

NBT Ingredient Type

Match ingredients by their NBT data. Four matching modes let you check if NBT is equal, contains a value, contains none of a value, or is not equal. Useful when you need a recipe that only works with specific enchanted or modified items.

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

Installation

Recipes Library is a Forge mod. You’ll need Forge installed first, then drop the jar into your mods folder.

New to Forge? Check out our guides:

Want more mods? Browse all Minecraft mods on 1Minecraft.

Downloads

Minecraft 1.14.4

Recipes-Library-Mod-Forge-1.14.4.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 50.2 KB

Minecraft 1.15.2

Recipes-Library-Mod-Forge-1.15.2.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 50.2 KB

Minecraft 1.16.5

Recipes-Library-Mod-Forge-1.16.5.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 50.5 KB

Minecraft 1.17.1

Recipes-Library-Mod-Forge-1.17.1.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 51.9 KB

Minecraft 1.18.1

Recipes-Library-Mod-Forge-1.18.1.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 51.8 KB

Minecraft 1.18.2

Recipes-Library-Mod-Forge-1.18.2.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 51.0 KB

Minecraft 1.19

Recipes-Library-Mod-Forge-1.19.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 52.6 KB

Minecraft 1.19.1

Recipes-Library-Mod-Forge-1.19.1.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 52.6 KB

Minecraft 1.19.2

Recipes-Library-Mod-Forge-1.19.2.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 52.6 KB

Minecraft 1.19.3

Recipes-Library-Mod-Forge-1.19.3.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 52.7 KB

Minecraft 1.19.4

Recipes-Library-Mod-Forge-1.19.4.jar

This file is part of Recipes Library Mod (1.19.4, 1.18.2) Forge. Visit the main page for features, installation guide, screenshots, and more download options.

Size: 53.1 KB

Leave a Reply

Your email address will not be published. Required fields are marked *