Since we have the crying obsidian block, I thought that it could be used to craft the enchanting table!
The enchanting table would now be crafted with a crying obsidian in the middle of the bottom of of the table like this:
{
"type": "minecraft:crafting_shaped",
"pattern": [
" B ",
"D#D",
"#C#"
],
"key": {
"B": {
"item": "minecraft:book"
},
"#": {
"item": "minecraft:obsidian"
},
"C": {
"item": "minecraft:crying_obsidian"
},
"D": {
"item": "minecraft:diamond"
}
},
"result": {
"item": "minecraft:enchanting_table"
}
}
And the bottom texture of the enchanting table has to be changed if the recipe is changed as that. I thought that it would be better if the energy from the crying obsidian in the enchanting table drips out!
Please sign in to leave a comment.
1 Comments