Skip to content

Commit

Permalink
Move BowBase out of library
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Sep 19, 2013
1 parent db9046a commit 6fec7f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tconstruct.library.tools;
package tconstruct.items.tools;

import java.util.HashMap;
import java.util.Iterator;
Expand All @@ -8,6 +8,8 @@
import tconstruct.common.TContent;
import tconstruct.entity.projectile.ArrowEntity;
import tconstruct.library.crafting.ToolBuilder;
import tconstruct.library.tools.AbilityHelper;
import tconstruct.library.tools.ToolCore;

import net.minecraft.client.renderer.texture.IconRegister;
import net.minecraft.enchantment.Enchantment;
Expand Down
1 change: 0 additions & 1 deletion src/tconstruct/items/tools/Shortbow.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.World;
import tconstruct.common.TContent;
import tconstruct.library.tools.BowBase;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;

Expand Down

0 comments on commit 6fec7f3

Please sign in to comment.