mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-03-09 19:51:28 +01:00
18 lines
270 B
JSON
18 lines
270 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"###",
|
||
|
"#*#",
|
||
|
"###"
|
||
|
],
|
||
|
"key": {
|
||
|
"#": [
|
||
|
{ "item": "minecraft:slime" }
|
||
|
],
|
||
|
"*": [
|
||
|
{ "item": "unicopia:gem" }
|
||
|
]
|
||
|
},
|
||
|
"result": { "item": "unicopia:cuccoon", "count": 1 }
|
||
|
}
|