minecraft-src/data/minecraft/recipe/yellow_carpet.json
2025-07-04 01:41:11 +03:00

17 lines
No EOL
255 B
JSON

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