All power in use = No power

Started by PillowTalk420, June 18, 2014, 09:39:01 PM

Previous topic - Next topic

PillowTalk420

So I was messing around with the perfect optimization of power, and got it down to 1 thermal generator = exactly 25 lights.

So I build 25 lights hooked them up to 1 generator and... Nothing turned on. They all had the right power flow, but nothing came on until I removed 1 light from the grid.

It seems you can not consume every last watt of energy to power things; you need at least 1w unused.

Architect

I can almost guarantee that somewhere there is a if # > # hat should be if # >= # XD I hate little things like that which get missed.
Check out BetterPower+ and all its derivatives by clicking the picture below.

It adds many new methods of power generation and uses for it, as well as other things such as incidents.


ItchyFlea

All my mods are licensed under a Attribution-NonCommercial-ShareAlike 4.0 International
Ask for permission before using in ModPacks

Click here for a list of the mods I've created

Tynan

Quote from: Architect on June 19, 2014, 04:20:58 PM
I can almost guarantee that somewhere there is a if # > # hat should be if # >= # XD I hate little things like that which get missed.

The power's in floats, which have inherent inaccuracy, so most likely I need to add an (X <= Y-EPSILON) instead of (X<=Y). :(
Tynan Sylvester - @TynanSylvester - Tynan's Blog