Added Achievements
This commit is contained in:
parent
25c8d238dd
commit
35bb173292
5 changed files with 115 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
package WayofTime.alchemicalWizardry.common.achievements;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.inventory.IInventory;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.stats.Achievement;
|
||||
|
||||
public interface ICraftAchievement
|
||||
{
|
||||
public Achievement getAchievementOnCraft(ItemStack stack, EntityPlayer player, IInventory matrix);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue