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

17 lines
255 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "carpet",
"key": {
"#": {
"item": "minecraft:brown_wool"
}
},
"pattern": [
"##"
],
"result": {
"count": 3,
"item": "minecraft:brown_carpet"
}
}