minecraft-src/data/minecraft/recipe/enchanting_table.json
2025-07-04 02:00:41 +03:00

18 lines
No EOL
292 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:obsidian",
"B": "minecraft:book",
"D": "minecraft:diamond"
},
"pattern": [
" B ",
"D#D",
"###"
],
"result": {
"count": 1,
"id": "minecraft:enchanting_table"
}
}