mushroom_stew.json 274 B

1234567891011121314151617
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "ingredients": [
  4. {
  5. "item": "minecraft:brown_mushroom"
  6. },
  7. {
  8. "item": "minecraft:red_mushroom"
  9. },
  10. {
  11. "item": "minecraft:bowl"
  12. }
  13. ],
  14. "result": {
  15. "item": "minecraft:mushroom_stew"
  16. }
  17. }