minecraft-assets/data/minecraft/recipes/yellow_terracotta.json

21 lines
328 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "stained_terracotta",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:terracotta"
},
"X": {
"item": "minecraft:yellow_dye"
}
},
"result": {
"item": "minecraft:yellow_terracotta",
"count": 8
}
}