Merge pull request #845 from KpoxaPy/issue-829

Fix #829 — Wrong output range in Tooltips
This commit is contained in:
Blood-Asp 2017-01-06 16:16:01 +01:00 committed by GitHub
commit 8cb644066b
4 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ public class GT_MetaTileEntity_LargeTurbine_Gas extends GT_MetaTileEntity_LargeT
"1x Dynamo Hatch (Back centered)",
"Stainless Steel Turbine Casings for the rest (24 at least!)",
"Needs a Turbine Item (Inside controller GUI)",
"Output depending on Rotor: 210-3360EU/t"};
"Output depending on Rotor: 102-6720EU/t"};
}
public int getFuelValue(FluidStack aLiquid) {

View file

@ -40,7 +40,7 @@ public class GT_MetaTileEntity_LargeTurbine_HPSteam extends GT_MetaTileEntity_La
"1x Dynamo Hatch (Back centered)",
"Titanium Turbine Casings for the rest (24 at least!)",
"Needs a Turbine Item (Inside controller GUI)",
"Output depending on Rotor: 210-3360EU/t"};
"Output depending on Rotor: 120-6720EU/t"};
}
@Override

View file

@ -43,7 +43,7 @@ public class GT_MetaTileEntity_LargeTurbine_Plasma extends GT_MetaTileEntity_Lar
"1x Dynamo Hatch (Back centered)",
"Tungstensteel Turbine Casings for the rest (24 at least!)",
"Needs a Turbine Item (Inside controller GUI)",
"Output depending on Rotor: 4200-67200EU/t"};
"Output depending on Rotor: 6553-332595EU/t"};
}
public int getFuelValue(FluidStack aLiquid) {

View file

@ -42,7 +42,7 @@ public class GT_MetaTileEntity_LargeTurbine_Steam extends GT_MetaTileEntity_Larg
"1x Dynamo Hatch (Back centered)",
"Turbine Casings for the rest (24 at least!)",
"Needs a Turbine Item (Inside controller GUI)",
"Output depending on Rotor: 105-1680EU/t"};
"Output depending on Rotor: 60-3360EU/t"};
}
@Override