mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-28 15:38:00 +01:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"###",
|
|
"###",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": [
|
|
{ "item": "unicopia:cloud_block" }
|
|
]
|
|
},
|
|
"result": { "item": "unicopia:cloud", "data": 2, "count": 1 }
|
|
}
|