Crafting using Any Purple Dye, Any Purple Dye, Book of Binding: Empty, Any Purple Dye and Any Purple Dye, arranged in the pattern shown. Produces Book of Binding: Afrit.
Book of Binding: Afrit
Occultism · by Kli Kli
Function
This book has not been bound to an afrit yet.
Acquisition
Crafting using Purified Ink, Any Purple Dye, Awakened Feather, Any Purple Dye, Taboo Book, Any Purple Dye and Any Purple Dye, arranged in the pattern shown. Produces Book of Binding: Afrit.
Related items
Developer reference
- Registry name
occultism:book_of_binding_afrit- 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": [
" p ",
"pbp",
" p "
],
"ingredients": {
"b": {
"item": "occultism:book_of_binding_empty"
},
"p": {
"tag": "forge:dyes/purple"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"cpf",
"pbp",
" p "
],
"ingredients": {
"b": {
"item": "occultism:taboo_book"
},
"c": {
"item": "occultism:purified_ink"
},
"f": {
"item": "occultism:awakened_feather"
},
"p": {
"tag": "forge:dyes/purple"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}