Railcraft

Railcraft

34M Downloads

IC2 Classic Compatiblity request

Speiger opened this issue ยท 0 comments

commented

I know CJ IC2 Classic is not a thing (at least public knowen and stuff) but could you implement some things support to it.

The only 1 thing which is really problematic with a lot of mods and that is there is never enough infromation transportet to the enet. I have manually injected some baseinformation and also a selflearning system created (after every start it does resets it data which i need to change) which kinda handles most of the stuff but not everything.

Could you implement this class also to your energySources?
https://github.com/TinyModularThings/IC2Classic/blob/master/ic2/api/energy/tile/IEnergySourceInfo.java
This class give the Enet all info which it needs to handle your Electric Source without problems.
How to use: Just return the value that it will emit max no matter what. (Please no Integer MaxValue. Real Values example: SteamTurbine produces max 200 EU. so you return 200 with it.)

I will add manual support to some of your generators but that solution is a dirty fix and i do not want to do everything manual for the end of my life...

Thanks for reading. Speiger