blob: 83c49eb27dc2680ffafe8d0ad04566b1dcedd24f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"type": "minecraft:crafting_shaped",
"group": "carpet",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:cyan_wool"
}
},
"result": {
"item": "minecraft:cyan_carpet",
"count": 3
}
}
|