-
Notifications
You must be signed in to change notification settings - Fork 33
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
Log spam with EnderIO non-fluid conduits passing next to GenericTank implementations #53
Comments
Just to confirm, you have an item and energy conduit but no liquid conduit yes? |
There is no liquid conduit in that block, no. The sprinkler in question is pulling its water from a pressure pipes water source below it. |
Can you confirm that the block you are looking at in that screenshot is in fact (-797,63,795) |
From what I can tell this is caused by As well as a lack of Null check at our end. A null check at our end will fix this though. Does not say if null is valid or invalid for return. I can only assume it's invalid. |
Oops, we do the null check, that's exactly what we are seeing here. Our end is working as expected. Raise an issue with the EnderIO team regarding returning an empty TankInfo array instead of null. |
I've popped open an issue with MinecraftForge. When they clarify the API's intended use, OpenMods will follow that. EnderIO will have to follow. |
[16:38:49] [Server thread/DEBUG] [OpenMods/]: openmods.liquids.GenericTank.fillFromSides(GenericTank.java:154): Tank class crazypants.enderio.conduit.TileConduitBundle @ (-797,63,795) returned null tank info. Nasty.
Block using GenericTank: OpenBlocks sprinkler.
Screenshot of how it is laid out in world:
The text was updated successfully, but these errors were encountered: