Crafting using Ender Dust, Book and Crystal Shards, arranged in the pattern shown. Produces Guidebook.
Guidebook
Guidebook is a item from Unknown Mod, crafted from Ender Dust, Book, and Crystal Shards.
Acquisition
Developer reference
- Registry name
betterend:guidebook- Namespace
betterend- Mod ID
unknown
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"D",
"B",
"C"
],
"ingredients": {
"B": {
"item": "minecraft:book"
},
"C": {
"item": "betterend:crystal_shards"
},
"D": {
"item": "betterend:ender_dust"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}