Crafting using Any Orange Dye, Any Purple Dye, Book of Binding: Empty, Any Purple Dye and Any Orange Dye, arranged in the pattern shown. Produces Book of Binding: Marid.
Book of Binding: Marid
Occultism · by Kli Kli
Function
This book has not been bound to a marid yet.
Acquisition
Crafting using Purified Ink, Any Orange Dye, Awakened Feather, Any Purple Dye, Taboo Book, Any Purple Dye and Any Orange Dye, arranged in the pattern shown. Produces Book of Binding: Marid.
Related items
Developer reference
- Registry name
occultism:book_of_binding_marid- Namespace
occultism- Mod ID
occultism- Tags (2)
minecraft:items/bookshelf_books occultism:items/books/books_of_binding
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" o ",
"pbp",
" o "
],
"ingredients": {
"b": {
"item": "occultism:book_of_binding_empty"
},
"o": {
"tag": "forge:dyes/orange"
},
"p": {
"tag": "forge:dyes/purple"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"cof",
"pbp",
" o "
],
"ingredients": {
"b": {
"item": "occultism:taboo_book"
},
"c": {
"item": "occultism:purified_ink"
},
"f": {
"item": "occultism:awakened_feather"
},
"o": {
"tag": "forge:dyes/orange"
},
"p": {
"tag": "forge:dyes/purple"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}