d16851f5f6
SemVer: 1.21
22 lines
346 B
JSON
22 lines
346 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "building",
|
|
"group": "stained_terracotta",
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:terracotta"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:red_dye"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"###",
|
|
"#X#",
|
|
"###"
|
|
],
|
|
"result": {
|
|
"count": 8,
|
|
"id": "minecraft:red_terracotta"
|
|
}
|
|
} |