Fixed something that doesn't fix anything.

This commit is contained in:
Florian Nücke 2014-06-22 15:19:04 +02:00
parent e7e04d91aa
commit 00c067f642

View File

@ -37,7 +37,7 @@ trait IndustrialCraft2 extends Common with IEnergySink {
@Optional.Method(modid = "IC2")
def injectEnergyUnits(directionFrom: ForgeDirection, amount: Double) =
tryChangeBuffer(directionFrom, amount * Settings.ratioIC2) / Settings.ratioIC2
amount - tryChangeBuffer(directionFrom, amount * Settings.ratioIC2) / Settings.ratioIC2
@Optional.Method(modid = "IC2")
def getMaxSafeInput = Integer.MAX_VALUE