Correcting Steel Boiler Tooltip #1080
This commit is contained in:
parent
b4b8820373
commit
d9a318678c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public class GT_MetaTileEntity_Boiler_Steel
|
||||||
super(aID, aName, aNameRegional, new String[]{
|
super(aID, aName, aNameRegional, new String[]{
|
||||||
"Faster than the Bronze Boiler",
|
"Faster than the Bronze Boiler",
|
||||||
"Produces 300L of Steam per second",
|
"Produces 300L of Steam per second",
|
||||||
"Causes 20 Pollution per second"});
|
"Causes 30 Pollution per second"});
|
||||||
}
|
}
|
||||||
|
|
||||||
public GT_MetaTileEntity_Boiler_Steel(String aName, int aTier, String aDescription, ITexture[][][] aTextures) {
|
public GT_MetaTileEntity_Boiler_Steel(String aName, int aTier, String aDescription, ITexture[][][] aTextures) {
|
||||||
|
|
Loading…
Reference in a new issue