Crafting using Book, Book and Book, arranged in the pattern shown. Produces Book Stack.
Book Stack
Iron's Spells 'n Spellbooks · by Iron431, Lab3
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Book Stack | 1–1 | 100% | Drops itself with Silk Touch |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Book Stack | 1–1 | 100% | Drops itself with Silk Touch |
| — | 1–1 | 100% | — |
Developer reference
- Registry name
irons_spellbooks:book_stack- Namespace
irons_spellbooks- Mod ID
irons_spellbooks
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"B",
"B",
"B"
],
"ingredients": {
"B": {
"item": "minecraft:book"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}