minecraft-assets/data/minecraft/recipes/purple_carpet_from_white_ca...

23 lines
365 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "carpet",
"key": {
"#": {
"item": "minecraft:white_carpet"
},
"$": {
"item": "minecraft:purple_dye"
}
},
"pattern": [
"###",
"#$#",
"###"
],
"result": {
"count": 8,
"item": "minecraft:purple_carpet"
},
"show_notification": true
}