Moved to Techreborn misc tab
This commit is contained in:
parent
44814c1aa9
commit
88c8771e8b
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ package techreborn.items;
|
|||
import cpw.mods.fml.relauncher.Side;
|
||||
import cpw.mods.fml.relauncher.SideOnly;
|
||||
import techreborn.client.TechRebornCreativeTab;
|
||||
import techreborn.client.TechRebornCreativeTabMisc;
|
||||
import net.minecraft.client.renderer.texture.IIconRegister;
|
||||
import net.minecraft.item.Item;
|
||||
|
||||
|
@ -10,7 +11,7 @@ public class ItemUUmatter extends Item{
|
|||
|
||||
public ItemUUmatter()
|
||||
{
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
||||
setCreativeTab(TechRebornCreativeTabMisc.instance);
|
||||
setUnlocalizedName("techreborn.uumattaer");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue