For the record, since I don't see these mentioned anywhere else:
Shift-clicking from a macerator/extractor (and I'd assume others, I don't have anything else made yet) causes the server to crash with the following exception.
Code
java.lang.NoSuchMethodError: ic2.common.ContainerIC2.a(Lhm;IIZ)Z
at ic2.common.ContainerIC2.transferToSlots(ContainerIC2.java:108)
at ic2.common.ContainerIC2.a(ContainerIC2.java:61)
at df.a(SourceFile:108)
at iw.a(NetServerHandler.java:603)
at my.a(SourceFile:28)
at ma.b(SourceFile:272)
at iw.a(NetServerHandler.java:45)
at dr.a(SourceFile:108)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:369)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
at ce.run(SourceFile:417)
2011-12-11 19:08:45 [SEVERE] Unexpected exception
java.lang.NoSuchMethodError: ic2.common.ContainerIC2.a(Lhm;IIZ)Z
at ic2.common.ContainerIC2.transferToSlots(ContainerIC2.java:108)
at ic2.common.ContainerIC2.a(ContainerIC2.java:61)
at df.a(SourceFile:108)
at iw.a(NetServerHandler.java:603)
at my.a(SourceFile:28)
at ma.b(SourceFile:272)
at iw.a(NetServerHandler.java:45)
at dr.a(SourceFile:108)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:369)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
at ce.run(SourceFile:417)
Display More
This may be because I have all of BuildCraft 2.2.5 and RedPower 2.0pr3b installed, but probably not considering IC2's colourful history with shift-clicking. I'd test out other machines/without other mods but I don't have time right now. Anyone else notice this?