AdlyTempleton / MineChem

MineChem Minecraft Mod
Other
25 stars 3 forks source link

Decomposer and Synthesizer always use power #217

Closed jakimfett closed 10 years ago

jakimfett commented 10 years ago

Tested using a Mekanism energy cube and universal cable. The machines use power all the time, when they should only use power when they're running. An Ultimate Energy Cube from Mekanism gets drained in about 4 minutes, give or take a bit.

Decomposer full of power:

Energy cube after about 20 seconds:

Energy cube after about 2 minutes:

Energy cube after about 3 1/2 minutes:

jakimfett commented 10 years ago

Hey @Maxwolf, any chance you could take a look at this for me? I'm not completely sure how all the UE stuff works, and at the very least I'd like to pick your brain about the energy transfer process.

Maxwolf commented 10 years ago

Check out the energy class, it works very similar to most other energy systems. You request energy to be filled into the machine and it will give you the amount requested (if it's available in the network).

Probably got your consume() function out in the open and nothing stopping it. If all else fails I will take a look, Mandrake was saying that he wanted me to add a config option for something also could do all that at once.

jakimfett commented 10 years ago

Closing issue to clean up the tracker.