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

JEI Integrator #82

Open
tizu69 opened this issue May 5, 2024 · 3 comments
Open

JEI Integrator #82

tizu69 opened this issue May 5, 2024 · 3 comments
Labels
area-Automata Automata cores / turtle relatives needs review

Comments

@tizu69
Copy link

tizu69 commented May 5, 2024

Describe your idea

A turtle addon (that fits into the slot) that accepts an array of items & counts (script can pick if user's inv should also be valid inputs) and an array of recipe types, and lets the user's JEI know this. auto-insertion will be unlocked depending on this, and will be inserted into the first 3x3 slots, OR an event, depending on the config

Describe alternatives you've considered if any

dying

Additional context

{
  ["available"] = {
    ["minecraft:stick"] = 20, -- 20 sticks can be used for crafting
  },
  ["recipeTypes"] = {
    "minecraft:smelting"
  },
  ["acceptInventoryItems"] = true,
  ["insertInto"] = "event", -- could be used to pull resources from the system
}

Linked Issues

No response

@zyxkad zyxkad added the area-Automata Automata cores / turtle relatives label May 5, 2024
@zyxkad
Copy link
Collaborator

zyxkad commented May 5, 2024

what do you want to archive use this?

@zyxkad
Copy link
Collaborator

zyxkad commented May 5, 2024

It sounds good, but this idea is a bit off what CC:T or AP should do

@tizu69
Copy link
Author

tizu69 commented May 5, 2024

mainly storage systems, so that you don't have to manually search for the items in it if u wanna craft a recipe but don't have it automated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Automata Automata cores / turtle relatives needs review
Projects
None yet
Development

No branches or pull requests

2 participants