Removed Mining tab
This commit is contained in:
parent
b38c21c48a
commit
a398b79ee1
1 changed files with 0 additions and 10 deletions
|
@ -65,14 +65,4 @@ public class IndustryTabs extends CreativeTabs
|
||||||
}
|
}
|
||||||
return tabHydrualic;
|
return tabHydrualic;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IndustryTabs tabMining()
|
|
||||||
{
|
|
||||||
if (tabMining == null)
|
|
||||||
{
|
|
||||||
tabMining = new IndustryTabs("Mining");
|
|
||||||
}
|
|
||||||
return tabMining;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue