mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
31 lines
500 B
JSON
Vendored
31 lines
500 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:enchanting_table"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
" B ",
|
|
"D#D",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"B": {
|
|
"item": "minecraft:book"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:obsidian"
|
|
},
|
|
"D": {
|
|
"item": "minecraft:diamond"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:enchanting_table"
|
|
}
|
|
}
|
|
}
|