ZPM Console interacts with the wrong side of FE Blocks
mallrat208 opened this issue ยท 3 comments
So this is a bit of a weird one...
I've been playing around with using this in a modpack and ran into some shenanigans trying to get the ZPM Console to power FE accepting blocks. Using Immersive Engineering Capacitors, you have to enable power acceptance on the opposite side of the block you would expect. So if a ZPM Console has a HV Capacitor to the East, you need the East side of the Capacitor to accept power, not the WEST as you'd expect since that's the side actually in contact with the ZPM Console.
SGCraft/src/mod/gcewing/sg/features/zpm/console/ZpmConsoleTE.java
Lines 325 to 331 in a335ea6
references to side
on lines 328 to 331 should probably refer to side.getOpposite()
This might also explain one or two of the other issues people have had with the Console seemingly not working at random despite working in testing. A block that doesn't care what side the energy is coming from would never run into this issue, only something setup to be sided would.
I have looked at this again; give this a try:
http://solder.almuramc.com/downloads/SGCraft-2.0.4-beta-2.jar