Files
minecraft-assets/data/minecraft/recipes/gray_potato_peels_block.json
2025-02-03 11:41:59 +01:00

18 lines
273 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"P": {
"item": "minecraft:gray_potato_peels"
}
},
"pattern": [
"PPP",
"PPP",
"PPP"
],
"result": {
"count": 1,
"id": "minecraft:gray_potato_peels_block"
}
}