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