Descriptive tooltip added for hatch
This commit is contained in:
parent
00fdecb382
commit
ce9c4fa737
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class GT_MetaTileEntity_Hatch_Output extends GT_MetaTileEntity_Hatch {
|
|||
public byte mMode = 0;
|
||||
|
||||
public GT_MetaTileEntity_Hatch_Output(int aID, String aName, String aNameRegional, int aTier) {
|
||||
super(aID, aName, aNameRegional, aTier, 3, "Use Screwdriver to specify Output Type");
|
||||
super(aID, aName, aNameRegional, aTier, 3, "Fluid Output for Multiblocks (" + 8000 * (aTier + 1) + "L) (Screwdriver for output type)");
|
||||
}
|
||||
|
||||
public GT_MetaTileEntity_Hatch_Output(String aName, int aTier, String aDescription, ITexture[][][] aTextures) {
|
||||
|
|
Loading…
Reference in a new issue