package com.harry9137.ct.achievement; import net.minecraft.init.Blocks; import net.minecraft.stats.Achievement; import net.minecraft.stats.AchievementList; public class AchievementIdiot { public static Achievement IdiotAchievement = new Achievement("CreepTech.Idiot", "Idiot", 1, -1, Blocks.tnt, null); public void init(){ } }