minecraft-src/data/minecraft/recipe/red_terracotta.json
2025-07-04 02:00:41 +03:00

18 lines
No EOL
302 B
JSON

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