Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump all of the edible recipes to JSON #568

Open
1 task done
benjamin-kirkbride opened this issue Dec 10, 2024 · 1 comment
Open
1 task done

Dump all of the edible recipes to JSON #568

benjamin-kirkbride opened this issue Dec 10, 2024 · 1 comment

Comments

@benjamin-kirkbride
Copy link

Your GTNH Discord Username

beefy_swain

Feature Request

Apologies if this is not the right place or if this already exists. Also I am not a Java dev so I apologize for using the wrong terminology.

I would like a dump of all of the recipes that have outputs that are edible. I have looked through the dumps that exist and none do quite what I want.

Example of what I would like:

[
  {
    "result": {
      "item": "minecraft:mushroom_stew"
    },
    "ingredients": [
      "minecraft:bowl",
      "minecraft:red_mushroom",
      "minecraft:brown_mushroom"
    ]
  },
  {
    "result": {
      "item": "minecraft:bread"
    },
    "ingredients": [
      "minecraft:wheat",
      "minecraft:wheat",
      "minecraft:wheat"
    ]
  }
]

Another dump for furnace recipes would be great too, as a stretch goal.

I want this because I want to put together a proposal of how food can be overhauled in GT:NH to have it not be a nuisance thing that most people just ignore completely via the hunger axe, particularly by leveraging the Nutrition mod.

Final Checklist

  • I have searched the issues and haven't found a similar issue.
@boubou19
Copy link
Member

I guess we can add such option in NEI. But @benjamin-kirkbride I suggest you contact either Dream or I on discord to talk about the possible overhaul of food you want to do first, to see if we are interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants