Skip to content

Commit

Permalink
Move Creative Tab class to library since it's only used there for the…
Browse files Browse the repository at this point in the history
… registry.
  • Loading branch information
bonii-xx committed Aug 21, 2014
1 parent ab14d03 commit fa40865
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/TConstruct.java
Expand Up @@ -30,7 +30,7 @@
import tconstruct.armor.player.TPlayerHandler;
import tconstruct.armor.player.TPlayerStats;
import tconstruct.client.TControls;
import tconstruct.common.TConstructCreativeTab;
import tconstruct.library.TConstructCreativeTab;
import tconstruct.common.TProxyCommon;
import tconstruct.library.TConstructRegistry;
import tconstruct.library.crafting.Detailing;
Expand Down
@@ -1,4 +1,4 @@
package tconstruct.common;
package tconstruct.library;

import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/tconstruct/library/TConstructRegistry.java
Expand Up @@ -13,7 +13,6 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

import tconstruct.common.TConstructCreativeTab;
import tconstruct.library.crafting.Detailing;
import tconstruct.library.crafting.LiquidCasting;
import tconstruct.library.crafting.ToolBuilder;
Expand Down

0 comments on commit fa40865

Please sign in to comment.