Added the Guide-API in order to start work on books.

This commit is contained in:
WayofTime 2015-04-23 18:26:50 -04:00
parent 3e53489162
commit 110deaf0e6
3 changed files with 7 additions and 3 deletions

View file

@ -1,11 +1,10 @@
package WayofTime.alchemicalWizardry.common.achievements;
import WayofTime.alchemicalWizardry.ModItems;
import cpw.mods.fml.common.FMLCommonHandler;
import net.minecraft.stats.Achievement;
import net.minecraft.util.StatCollector;
import net.minecraftforge.common.AchievementPage;
import net.minecraftforge.common.MinecraftForge;
import WayofTime.alchemicalWizardry.ModItems;
import cpw.mods.fml.common.FMLCommonHandler;
public class ModAchievements
{