Kobata
Kobata
Rebased on latest as of this comment (including the remapping for the new pcc_at.cfg entries) Compiles with the old BC currently used because Forge temporarily re-added the old liquid API.
Updated to the BC 1.6 API: Since the build script pulls it from PC's website here's a temporary replacement: https://dl.dropboxusercontent.com/u/71722326/pcc/buildcraft-api.zip
I'll throw a more detailed thing here: Inventory Tweaks (for reasons including working on non-modded servers) works by sending click commands more or less as-if you physically clicked the mouse...
No, and it's not really about that -- it *would* know about all the items already if I understand it right (because there's slots) -- but it can't *interact* with...
@rubensworks There kinda is? You can do what AE does and do your own sorting using the ordering in the API. Note that like the rest of the API that's...
https://github.com/Inventory-Tweaks/inventory-tweaks/blob/develop/src/main/java/invtweaks/api/InvTweaksAPI.java#L70 The `sort` one below won't do what you want, that's just a way of programatically starting the normal Invtweaks sort. I'll add an extra note that the comparison may...
See https://github.com/Inventory-Tweaks/inventory-tweaks/issues/397 about the possible comparison order thing -- I haven't managed to get into putting enough debug in to track it down.
That second comment was about my error outputs, the log he posted to me had a whole bunch of them without any obvious related exception.
And I'll throw you the link he gave me too: https://drive.google.com/file/d/0BxtS3Obx6GxjMmpadkFReUNYSWc/view?usp=sharing ``` java.lang.IndexOutOfBoundsException: Index: 9027, Size: 9027 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.get(ArrayList.java:429) at net.minecraft.inventory.Container.func_75139_a(Container.java:113) at org.cyclops.colossalchests.inventory.container.ContainerColossalChest.getContainerSelection(ContainerColossalChest.java:306) at org.cyclops.colossalchests.inventory.container.ContainerColossalChest.invtweaks$slotMap(ContainerColossalChest.java) at invtweaks.InvTweaksObfuscation.getContainerSlotMap(InvTweaksObfuscation.java) at...
If you read my comments above, you don't really need to do a 'port' (the full sorting code is massively overkill anyway, a lot of what it does is for...