mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-02 20:06:43 +01:00
21 lines
272 B
JSON
21 lines
272 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"# ",
|
||
|
"## ",
|
||
|
"###"
|
||
|
],
|
||
|
"key": {
|
||
|
"#": [
|
||
|
{
|
||
|
"item": "unicopia:cloud_block",
|
||
|
"data": 0
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "unicopia:cloud_stairs",
|
||
|
"count": 4
|
||
|
}
|
||
|
}
|