Merge pull request #845 from KpoxaPy/issue-829
Fix #829 — Wrong output range in Tooltips
This commit is contained in:
commit
8cb644066b
4 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue