davboecki
davboecki
I can't reproduce this. Is there anybody else who can confirm, that they have this issue?
Ok that looks like a problem with the item updating when opening the pipe (power usage). The only real way to fix this will be to add hidden dummy slots...
Will have to take a look at this. I can't prommise that I can fix this other than removing the 0mB altogether.
LP only ignores sidedness in special cases and only on pipes not on modules. Except when you use an upgrade.
Glancing over this, you have a lot of `new ArrayList()` in there. Some functions are used quite a lot. Maybe check if you can use something like `java.util.Collections.emptyList()` To reduce...
What LP version are you using?
@boggis2 Have you tried using build 108+ ? I havn't tested this specific case but there have been some changes to extra handling that should help fix this problem. Could...
Possible solution could be to do a two stage matching first check if there is something matching including damange and NBT and only if there is no match check with...
We still need a crash report to look into this.
The reason for those checks was: https://github.com/RS485/LogisticsPipes/blob/00a86254547bc71ead627a12c98d044ee455cde7/dummy/powercrystals/minefactoryreloaded/api/IDeepStorageUnit.java#L20 . At some point that changed but the check wasn't removed. Thanks for finding that.