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

Update listCells functionality to support Extended AE modded items #86

Open
Temperdox opened this issue May 30, 2024 · 0 comments
Open
Labels
area-Bridges ME/RS Bridge or other heavy networks

Comments

@Temperdox
Copy link

Describe your idea (If you have more than one idea, please open the rest in other issues)

When using the listCells() function, it is only able to detect cells stored in Applied Energistics 2 drives. A lot of modpacks have added the mod Extended AE which adds and extended Drive. The extended drive adds another 10 slots, but is functionally similar to Applied Energistics 2 drive.

Describe alternatives you've considered if any

In ListCells, there is:
Iterator iterator = node.getGrid().getMachineNodes(DriveBlockEntity.class).iterator();
I suggest adding functionality for:
TileExDrive from:
https://github.com/GlodBlock/ExtendedAE/blob/1.20.4-neoforge/src/main/java/com/glodblock/github/extendedae/common/tileentities/TileExDrive.java#L22

Additional context

No response

Linked Issues

No response

@zyxkad zyxkad added the area-Bridges ME/RS Bridge or other heavy networks label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Bridges ME/RS Bridge or other heavy networks
Projects
None yet
Development

No branches or pull requests

2 participants