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

16 lines
263 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"tag": "minecraft:heatable_potatos"
},
{
"item": "minecraft:lava_bucket"
}
],
"result": {
"count": 1,
"id": "minecraft:hot_potato"
}
}