-
Notifications
You must be signed in to change notification settings - Fork 182
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
Pipe fixes #1713
Pipe fixes #1713
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mentioned that with these changes, item pipe endpoints no longer tick. Individual pipe segments and endpoints with covers requiring ticking do still tick, correct?
src/main/java/gregtech/common/pipelike/cable/net/EnergyNetWalker.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/common/pipelike/itempipe/net/ItemNetWalker.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/common/pipelike/itempipe/tile/TileEntityItemPipe.java
Outdated
Show resolved
Hide resolved
Thats correct. |
src/main/java/gregtech/common/pipelike/itempipe/tile/TileEntityItemPipe.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/common/pipelike/itempipe/tile/TileEntityItemPipe.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/common/pipelike/itempipe/tile/TileEntityItemPipe.java
Outdated
Show resolved
Hide resolved
This might not fix #1219. I just added an earlier check, so nothing will ever get printed. |
What
Implementation Details
Outcome
fixes and microoptimizations
Additional Information
Potential Compatibility Issues