mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Fixed something that doesn't fix anything.
This commit is contained in:
parent
e7e04d91aa
commit
00c067f642
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user