Files
minecraft-assets/data/minecraft/recipes/brown_carpet_from_white_carpet.json
2023-02-15 18:28:18 +01:00

23 lines
363 B
JSON

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