minecraft-assets/data/minecraft/recipes/green_carpet_from_white_car...

23 lines
363 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "carpet",
"key": {
"#": {
"item": "minecraft:white_carpet"
},
"$": {
"item": "minecraft:green_dye"
}
},
"pattern": [
"###",
"#$#",
"###"
],
"result": {
"count": 8,
"item": "minecraft:green_carpet"
},
"show_notification": true
}