Removed unused lib
This commit is contained in:
parent
badc37966a
commit
4b7b9d4fd2
2 changed files with 0 additions and 8 deletions
|
@ -2,7 +2,6 @@ package techreborn.achievement;
|
||||||
|
|
||||||
import cpw.mods.fml.common.FMLCommonHandler;
|
import cpw.mods.fml.common.FMLCommonHandler;
|
||||||
import techreborn.init.ModBlocks;
|
import techreborn.init.ModBlocks;
|
||||||
import techreborn.lib.AchievementNames;
|
|
||||||
import techreborn.lib.ModInfo;
|
import techreborn.lib.ModInfo;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
import net.minecraft.stats.Achievement;
|
import net.minecraft.stats.Achievement;
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
package techreborn.lib;
|
|
||||||
|
|
||||||
public class AchievementNames
|
|
||||||
{
|
|
||||||
public static final String ORE_PICKUP = "orePickup";
|
|
||||||
public static final String CENTRIFUGE_CRAFT = "centrifugeCraft";
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue