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

23 lines
379 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "stained_terracotta",
"key": {
"#": {
"item": "minecraft:terracotta"
},
"X": {
"item": "minecraft:pink_dye"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 8,
"item": "minecraft:pink_terracotta"
},
"show_notification": true
}