-
Notifications
You must be signed in to change notification settings - Fork 180
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
Implement Bucket Behavior to Cells #2660
base: master
Are you sure you want to change the base?
Conversation
move methods to IItemBehaviour
|
||
blockHandler = createHandler(cellFluid, world, pos.offset(facing)); | ||
success = GTTransferUtils.transferFluids(cellHandler, blockHandler) > 0; | ||
isFill = true; |
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.
Are these isFill
backwards? Right now you are setting isFill
to true when you are attempting to transfer fluid from the cell into the world, which is emptying, not filling.
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.
i interpreted it as "filling the block", but it really could be either or.
What
allows GT cells to pick up and place in world fluids
Implementation Details
add behavior to
ItemFluidContainer
Outcome
"Finally, a weapon to surpass Thermal Expansion Reservoirs"