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