Fixed wrong creative tab name
This commit is contained in:
parent
9d312ea04d
commit
2af185d795
1 changed files with 1 additions and 2 deletions
|
@ -7,13 +7,12 @@ import cpw.mods.fml.common.registry.LanguageRegistry;
|
|||
|
||||
public class TabLiquidMechanics extends CreativeTabs
|
||||
{
|
||||
public static final TabLiquidMechanics INSTANCE = new TabLiquidMechanics("BasicPipes");
|
||||
public static final TabLiquidMechanics INSTANCE = new TabLiquidMechanics("fluidMechanics");
|
||||
private static ItemStack itemStack;
|
||||
|
||||
public TabLiquidMechanics(String par2Str)
|
||||
{
|
||||
super(CreativeTabs.getNextID(), par2Str);
|
||||
LanguageRegistry.instance().addStringLocalization("itemGroup.BasicPipes", "en_US", "Basic Pipes");
|
||||
}
|
||||
|
||||
public static void setItemStack(ItemStack newItemStack)
|
||||
|
|
Loading…
Reference in a new issue