mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-03 04:16:43 +01:00
18 lines
263 B
JSON
18 lines
263 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"# #",
|
||
|
"* *",
|
||
|
" # "
|
||
|
],
|
||
|
"key": {
|
||
|
"#": [
|
||
|
{ "item": "minecraft:stick" }
|
||
|
],
|
||
|
"*": [
|
||
|
{ "item": "minecraft:iron_nugget" }
|
||
|
]
|
||
|
},
|
||
|
"result": { "item": "unicopia:mug" }
|
||
|
}
|