logo
banner
Rating
Voted0

Mod "Recipe Library" (1.20.4) - implementation of recipes

0
Mod version:1
Game version:1.20.4
The mod has been successfully tested for the absence of viruses
6221.22K221.87K
image

Minecraft

Report mod

  • image
modalImage

About This Mod

The Recipes Library Mod (1.20.4) adds an implementation of recipes. The mod adds the following recipe types: "recipes_lib:crafting_shaped_nbt", "recipes_lib:crafting_shapeless_nbt", "recipes_lib:renaming", "recipes_ lib:nbt", and also adds recipe types such as "recipes_lib:crafting_shapeless_nbt". This mod is a library mod and is required on any side where dependent mods are installed. It can be used both on the server side and on the client side.

This mod adds two types of recipes "recipes_lib:crafting_shaped_nbt" and "recipes_lib:crafting_shapeless_nbt" Shaped NBT is a shapeless NBT that can be used with vanilla formless recipes. Formless recipes can be made as formless recipes. The result must consist of three elements

item: registry name of the result element

nbt: NBT data of the result element

merge_nbt: search for the element with which to merge the NBT .

Example.

Example: "result": {

"item": "minecraft:written_book",

"nbt ":"{pages:['{\"text\":\"Hallo2\"}']}",.

"merge_nbt": true

}

This mod adds a recipe type "recipes_lib:renaming". There is only one ingredient in the recipe. Inside a recipe, the name tag is added as an ingredient. The recipe results in an ingredient with a custom name tag name.

Example:

{

"type": "recipes_lib:renaming",

< p>"ingredient": {

"item": "dynamical_compass:dynamical_compass"

}

}

This mod adds a type ingredient called "recipes_lib:nbt". This ingredient requires four elements:

type: the type of the ingredient

item: the registration name of the ingredient item

nbt: the NBT data for the ingredient item

< p>MATCHTYPE:

EQUAL: The NBT data of the input element and the NBT data of the ingredient element must be exactly the same.

CONTAINS: The NBT data of the component element must be a subset of the NBT data of the input element.

CONTAINS_NONE: CONTAINS_NONE: Ingredient element NBT data elements are not included in the input element NBT data set.

NOT_EQUAL: Input element NBT data and ingredient element NBT data must not be absolutely identical.

Example.

{

"type": "recipes_lib:nbt",

"item": "minecraft :written_book",

"nbt": "{pages:['{\"text\":\"Hallo2\"}']}", "item".

"matchType": "contains_none"

}

Similar Mods/Addons

Game Version *

1.20.4 (9368e7ce22cca435d0e3f88f0282b95a.jar)