minecraft-src/data/minecraft/recipe/gray_terracotta.json
2025-07-04 01:41:11 +03:00

22 lines
No EOL
348 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "stained_terracotta",
"key": {
"#": {
"item": "minecraft:terracotta"
},
"X": {
"item": "minecraft:gray_dye"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 8,
"id": "minecraft:gray_terracotta"
}
}