Files
minecraft-assets/data/minecraft/recipe/green_carpet.json
2025-01-15 18:31:25 +01:00

15 lines
231 B
JSON

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