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

18 lines
272 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:baked_potato_bricks"
}
},
"pattern": [
"###",
"# #",
"###"
],
"result": {
"count": 1,
"id": "minecraft:potato_refinery"
}
}