There was / is an energy bonus that is 0% at height 0 and increases to a bonus of 20% at height 128.
http://forum.feed-the-beast.com/threads/mfr-laser-drill.30272/ quotes this line from the source
intenergyPerWorkHere=(int)(_energyPerWork*(1-0.2*Math.min(yCoord-_bedrockLevel,128.0)/128.0))
Fudge (talk) 12:20, 6 October 2015 (UTC)
- This is true, however it's a little more extreme now.
float energyPerWorkHere = _energyPerWork * (1.2f - 0.4f * Math.min(yCoord - _bedrockLevel, 128f) / 128f);
- I'll update this later this evening if someone else doesn't get to it first. -PaladinAHOne Staff (talk) 19:11, 6 October 2015 (UTC)
- I'll let you do it cause I don't know MFR :P
- How does Fudge have negative wikipoints? My bot does too. -Xbony2, Master of Feed The Beast Wiki (talk) 21:57, 6 October 2015 (UTC)