Descriptive tooltip added for hatch
This commit is contained in:
parent
0ad3c057b1
commit
ecc7df01b4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class GT_MetaTileEntity_Hatch_Input extends GT_MetaTileEntity_Hatch {
|
|||
public GT_Recipe_Map mRecipeMap = null;
|
||||
|
||||
public GT_MetaTileEntity_Hatch_Input(int aID, String aName, String aNameRegional, int aTier) {
|
||||
super(aID, aName, aNameRegional, aTier, 3, "For inputting Materials into Multiblocks");
|
||||
super(aID, aName, aNameRegional, aTier, 3, "Fluid Input for Multiblocks (" + 8000 * (aTier + 1) + "L)");
|
||||
}
|
||||
|
||||
public GT_MetaTileEntity_Hatch_Input(String aName, int aTier, String aDescription, ITexture[][][] aTextures) {
|
||||
|
|
Loading…
Reference in a new issue