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

27 lines
424 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"P": {
"item": "minecraft:potato_planks"
},
"S": {
"item": "minecraft:stick"
},
"g": {
"item": "minecraft:gold_nugget"
}
},
"pattern": [
" S",
"IIg",
"PP "
],
"result": {
"count": 1,
"id": "minecraft:frying_table"
}
}