Files
minecraft-assets/data/minecraft/recipe/light_gray_carpet.json
2024-11-06 18:31:49 +01:00

15 lines
241 B
JSON

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