Posts by hiimcody1

    Not sure if this was confined to me or not, but upon overloading a machine and having it explode, it will not be removed from the energynet, it ghosts and placing any wire results in an explosion. On top of this, attempting to wrench or otherwise remove a machine results in the same behavior.


    I was able to manually remedy this by modifying the onInject() code to call this.invalidate() and to modify the onActivate code to also call this.invalidate() [only if player is wrenching it]


    I also removed the NEI related line as it's simply broken.


    The below code shows how to get around the explosions from wrenching/removing the machines. (I didn't include the NEI removal code)


    BlockAdvancedMachines.java


    TileEntityBaseMachine.java