Files
minecraft-assets/data/minecraft/recipes/lime_carpet.json
2023-08-23 18:29:06 +02:00

18 lines
282 B
JSON

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