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

Regulator card #613

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lordIcocain
Copy link

No limit for export in ME chest when ME chest item stack is MAX_INT.
I removed 64 limit from import bus.

Export bus :

  • can push 1 - MAX_INT items every 1 - 72000 tick.
  • Limited by number slots * 64 items.
  • Have no limit with ME chest and infinity chest.
  • Stock mode :
    • Keep 1 - MAX_INT item in target inventory every 1 - 72000 tick.
    • Not working with digital inventory.
      Import bus :
  • can import 1 - MAX_INT items every 1 - 72000 tick.
  • Stock mode :
    • Keep 1 - MAX_INT item in ME storage every 1 - 72000 tick.
    • Not working with digital inventory.

Require re-connect device after place card for ticks work propertly. idk how fix.
I wanna add same functional for fluid buses.
No idea for recipe/tier.

image
image

@Dream-Master Dream-Master requested a review from a team November 17, 2024 20:48
Copy link
Member

@GDCloudstrike GDCloudstrike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like an unnecessary ae buff, the functionality of this card can mostly already be replicated with more involved setups, simplifying them like this is not exactly what we should be striving for. The infinite speed setting would be much better suited for the i/o port, since that wouldn't devalue the creative setups that stem from utilizing its speed, unlike the simplified upgrade card here.
Also, I think that the import bus limit shouldn't be unconditionally removed like this as it majorly impacts its functionality as a whole (why use speed cards if it has almost infinite speed by default).

@EnderProyects
Copy link

If the a recipe is not added, at least tyhe card could be implemented to test things in creative mode, althought I think it could have a very endgame recipe since is usefull

@Dream-Master Dream-Master requested a review from a team November 18, 2024 07:19
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

Successfully merging this pull request may close these issues.

4 participants