Update large turbines output tooltip Blood-Asp/GT5-Unofficial#829 issue

This commit is contained in:
KpoxaPy 2017-01-05 15:04:15 +03:00
parent 3b2e1a50aa
commit d64c5b2106
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