Added a recipe to repair fractured gems

This commit is contained in:
Sollace 2018-09-20 23:21:51 +02:00
parent 8bad2ce2de
commit b182525d72

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"###",
" # "
],
"key": {
"#": [
{
"item": "unicopia:corrupted_gem",
"data": 0
}
]
},
"result": {
"item": "unicopia:gem",
"data": 0,
"count": 1
}
}