Added License, and tried to add crafting recipes.
This commit is contained in:
@@ -22,7 +22,8 @@ public static Achievement ShadowWarrior;
|
||||
public static AchievementPage Divine_Equipment = new AchievementPage("Divine Equipment", HollowBeThyName, ChildOfTheDamned, EndersGame, FallenOne, Redemption, ShadowWarrior);
|
||||
|
||||
// Crafting Recipes
|
||||
|
||||
void addCraftingRecipes()
|
||||
{
|
||||
ItemStack quartzStack = new ItemStack(Item.netherQuartz);
|
||||
ItemStack goldStack = new ItemStack(Item.ingotGold);
|
||||
ItemStack eyeStack = new ItemStack(Item.eyeOfEnder);
|
||||
@@ -31,3 +32,4 @@ ItemStack stoneStack = new ItemStack(Block.stone);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -50,8 +50,8 @@ public class Divine_Equipment
|
||||
@Mod.EventHandler
|
||||
public void preInit(FMLPreInitializationEvent event){
|
||||
content = new Divine_Content();
|
||||
crafting = new Divine_Crafting();
|
||||
addCraftingRecipes = new Divine_Crafting();
|
||||
}
|
||||
public static Divine_Content content;
|
||||
public static Divine_Crafting crafting;
|
||||
public static Divine_Crafting addCraftingRecipes;
|
||||
}
|
||||
Reference in New Issue
Block a user