mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +01:00
Added a recipe to repair fractured gems
This commit is contained in:
parent
8bad2ce2de
commit
b182525d72
1 changed files with 21 additions and 0 deletions
21
src/main/resources/assets/unicopia/recipes/gem.json
Normal file
21
src/main/resources/assets/unicopia/recipes/gem.json
Normal 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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue