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

18 lines
284 B
JSON

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