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

No energy capability returned on EnumFacing null when machine is paused #41

Open
DrManganese opened this issue May 31, 2018 · 2 comments
Assignees

Comments

@DrManganese
Copy link

When looking at an ElectricTileEntity that is paused The One Probe doesn't show an energy bar. This is because TOP gets the tile's capability with a facing of null, which defaults to north in your code when paused, thus not returning the capability.

Would it be possible to change the logic to make sure the capability is always returned on facing = null?

@DrManganese
Copy link
Author

Same thing happens when the side that null defaults to has its energy interaction disabled. Items/fluids capabilities show the same behavior.

@faceofcat faceofcat self-assigned this Jun 1, 2018
@faceofcat
Copy link
Collaborator

when a TCL machine is paused it doesn't react in any way to any outside stuff...

but I see your point...

one should still be able to query stuff about it... just don't insert/extract stuff...

I'll think about it.

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

No branches or pull requests

2 participants