Files
neochrome/pack/config/paxi/datapacks/trees/data/kitchenkarrot/recipes/fries.json
2026-01-24 05:19:02 -07:00

18 lines
273 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:potato"
},
{
"tag": "forge:cooking_oil"
},
{
"tag": "forge:salt"
}
],
"result": {
"item": "kitchenkarrot:fries"
}
}