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

Recipe and Ingredients support for parity with base InDy #26

Open
GreyMario opened this issue Sep 14, 2023 · 2 comments
Open

Recipe and Ingredients support for parity with base InDy #26

GreyMario opened this issue Sep 14, 2023 · 2 comments

Comments

@GreyMario
Copy link

Issue type:

  • ➕ Feature request

Short description:

A quick skim and a Discord conversation have revealed that REST does not provide support for the Recipe and Ingredients base types. I guess these got forgotten about?

@rubensworks
Copy link
Member

Thanks for the suggestion!

@rubensworks rubensworks moved this to Options in Features Jun 24, 2024
@GaN8373
Copy link

GaN8373 commented Dec 25, 2024

Thanks for the suggestion!

hello, i clone the repo. try add recipe to endpoint result. the idea is: request "http://localhost:3000/registry/item/integratedrest/http" endpoint result append recipe arr.
example:

{
  "@context": "https://raw.githubusercontent.com/CyclopsMC/IntegratedREST/master-1.21/src/main/resources/context.jsonld",
  "@id": "http://localhost:3000/registry/item/integratedrest/http",
  "mod": "http://localhost:3000/registry/mod/integratedrest",
  "unlocalizedName": "block.integratedrest.http",
  "resourceLocation": "integratedrest:http",
  "block": "http://localhost:3000/registry/block/integratedrest/http",
  "recipeByInput": [...]
  "recipeByOutput": [...]
}

cyclops lib Are there any related methods involved? i try find machine reader the recipesByInput::Operation impl and recipesByOutput::Operation impl. Can you give me some advice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Options
Development

No branches or pull requests

3 participants