Added Hoe,Shovel, and Axe Class files, Updated Blessed Sword and Tainted Sword Textures.
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 520 B |
|
Before Width: | Height: | Size: 446 B After Width: | Height: | Size: 490 B |
|
Before Width: | Height: | Size: 513 B After Width: | Height: | Size: 508 B |
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 492 B |
|
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 512 B |
|
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
BIN
loose redist/items/blessed/BlessedDiamondAxe.class
Normal file
BIN
loose redist/items/blessed/BlessedDiamondHoe.class
Normal file
BIN
loose redist/items/blessed/BlessedDiamondShovel.class
Normal file
BIN
loose redist/items/blessed/BlessedGoldAxe.class
Normal file
BIN
loose redist/items/blessed/BlessedGoldHoe.class
Normal file
BIN
loose redist/items/blessed/BlessedGoldShovel.class
Normal file
BIN
loose redist/items/blessed/BlessedIronAxe.class
Normal file
BIN
loose redist/items/blessed/BlessedIronHoe.class
Normal file
BIN
loose redist/items/blessed/BlessedIronShovel.class
Normal file
BIN
loose redist/items/blessed/BlessedStoneAxe.class
Normal file
BIN
loose redist/items/blessed/BlessedStoneHoe.class
Normal file
BIN
loose redist/items/blessed/BlessedStoneShovel.class
Normal file
BIN
loose redist/items/blessed/BlessedWoodAxe.class
Normal file
BIN
loose redist/items/blessed/BlessedWoodHoe.class
Normal file
BIN
loose redist/items/blessed/BlessedWoodShovel.class
Normal file
BIN
loose redist/items/tainted/TaintedDiamonHoe.class
Normal file
BIN
loose redist/items/tainted/TaintedDiamondAxe.class
Normal file
BIN
loose redist/items/tainted/TaintedDiamondShovel.class
Normal file
BIN
loose redist/items/tainted/TaintedGoldAxe.class
Normal file
BIN
loose redist/items/tainted/TaintedGoldHoe.class
Normal file
BIN
loose redist/items/tainted/TaintedGoldShovel.class
Normal file
BIN
loose redist/items/tainted/TaintedIronAxe.class
Normal file
BIN
loose redist/items/tainted/TaintedIronHoe.class
Normal file
BIN
loose redist/items/tainted/TaintedIronShovel.class
Normal file
BIN
loose redist/items/tainted/TaintedStoneAxe.class
Normal file
BIN
loose redist/items/tainted/TaintedStoneHoe.class
Normal file
BIN
loose redist/items/tainted/TaintedStoneShovel.class
Normal file
BIN
loose redist/items/tainted/TaintedWoodAxe.class
Normal file
BIN
loose redist/items/tainted/TaintedWoodHoe.class
Normal file
BIN
loose redist/items/tainted/TaintedWoodShovel.class
Normal file
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 520 B |
|
Before Width: | Height: | Size: 446 B After Width: | Height: | Size: 490 B |
|
Before Width: | Height: | Size: 513 B After Width: | Height: | Size: 508 B |
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 492 B |
|
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 512 B |
|
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
@@ -35,6 +35,7 @@ public class Divine_Content {
|
|||||||
int BlessedSigilID = Divine_Equipment.BlessedSigilID;
|
int BlessedSigilID = Divine_Equipment.BlessedSigilID;
|
||||||
int EnderSigilID = Divine_Equipment.EnderSigilID;
|
int EnderSigilID = Divine_Equipment.EnderSigilID;
|
||||||
int HiddenSigilID = Divine_Equipment.HiddenSigilID;
|
int HiddenSigilID = Divine_Equipment.HiddenSigilID;
|
||||||
|
|
||||||
int TaintedDiamondSwordID = Divine_Equipment.TaintedDiamondSwordID;
|
int TaintedDiamondSwordID = Divine_Equipment.TaintedDiamondSwordID;
|
||||||
int TaintedGoldSwordID = Divine_Equipment.TaintedGoldSwordID;
|
int TaintedGoldSwordID = Divine_Equipment.TaintedGoldSwordID;
|
||||||
int TaintedIronSwordID = Divine_Equipment.TaintedIronSwordID;
|
int TaintedIronSwordID = Divine_Equipment.TaintedIronSwordID;
|
||||||
@@ -45,6 +46,22 @@ public class Divine_Content {
|
|||||||
int TaintedIronPickaxeID = Divine_Equipment.TaintedIronPickaxeID;
|
int TaintedIronPickaxeID = Divine_Equipment.TaintedIronPickaxeID;
|
||||||
int TaintedStonePickaxeID = Divine_Equipment.TaintedStonePickaxeID;
|
int TaintedStonePickaxeID = Divine_Equipment.TaintedStonePickaxeID;
|
||||||
int TaintedWoodPickaxeID = Divine_Equipment.TaintedWoodPickaxeID;
|
int TaintedWoodPickaxeID = Divine_Equipment.TaintedWoodPickaxeID;
|
||||||
|
int TaintedDiamondAxeID = Divine_Equipment.TaintedDiamondAxeID;
|
||||||
|
int TaintedGoldAxeID = Divine_Equipment.TaintedGoldAxeID;
|
||||||
|
int TaintedIronAxeID = Divine_Equipment.TaintedIronAxeID;
|
||||||
|
int TaintedStoneAxeID = Divine_Equipment.TaintedStoneAxeID;
|
||||||
|
int TaintedWoodAxeID = Divine_Equipment.TaintedWoodAxeID;
|
||||||
|
int TaintedDiamondShovelID = Divine_Equipment.TaintedDiamondShovelID;
|
||||||
|
int TaintedGoldShovelID = Divine_Equipment.TaintedGoldShovelID;
|
||||||
|
int TaintedIronShovelID = Divine_Equipment.TaintedIronShovelID;
|
||||||
|
int TaintedStoneShovelID = Divine_Equipment.TaintedStoneShovelID;
|
||||||
|
int TaintedWoodShovelID = Divine_Equipment.TaintedWoodShovelID;
|
||||||
|
int TaintedDiamondHoeID = Divine_Equipment.TaintedDiamondHoeID;
|
||||||
|
int TaintedGoldHoeID = Divine_Equipment.TaintedGoldHoeID;
|
||||||
|
int TaintedIronHoeID = Divine_Equipment.TaintedIronHoeID;
|
||||||
|
int TaintedStoneHoeID = Divine_Equipment.TaintedStoneHoeID;
|
||||||
|
int TaintedWoodHoeID = Divine_Equipment.TaintedWoodHoeID;
|
||||||
|
|
||||||
int BlessedDiamondSwordID = Divine_Equipment.BlessedDiamondSwordID;
|
int BlessedDiamondSwordID = Divine_Equipment.BlessedDiamondSwordID;
|
||||||
int BlessedGoldSwordID = Divine_Equipment.BlessedGoldSwordID;
|
int BlessedGoldSwordID = Divine_Equipment.BlessedGoldSwordID;
|
||||||
int BlessedIronSwordID = Divine_Equipment.BlessedIronSwordID;
|
int BlessedIronSwordID = Divine_Equipment.BlessedIronSwordID;
|
||||||
@@ -55,6 +72,21 @@ public class Divine_Content {
|
|||||||
int BlessedIronPickaxeID = Divine_Equipment.BlessedIronPickaxeID;
|
int BlessedIronPickaxeID = Divine_Equipment.BlessedIronPickaxeID;
|
||||||
int BlessedStonePickaxeID = Divine_Equipment.BlessedStonePickaxeID;
|
int BlessedStonePickaxeID = Divine_Equipment.BlessedStonePickaxeID;
|
||||||
int BlessedWoodPickaxeID = Divine_Equipment.BlessedWoodPickaxeID;
|
int BlessedWoodPickaxeID = Divine_Equipment.BlessedWoodPickaxeID;
|
||||||
|
int BlessedDiamondAxeID = Divine_Equipment.BlessedDiamondAxeID;
|
||||||
|
int BlessedGoldAxeID = Divine_Equipment.BlessedGoldAxeID;
|
||||||
|
int BlessedIronAxeID = Divine_Equipment.BlessedIronAxeID;
|
||||||
|
int BlessedStoneAxeID = Divine_Equipment.BlessedStoneAxeID;
|
||||||
|
int BlessedWoodAxeID = Divine_Equipment.BlessedWoodAxeID;
|
||||||
|
int BlessedDiamondShovelID = Divine_Equipment.BlessedDiamondShovelID;
|
||||||
|
int BlessedGoldShovelID = Divine_Equipment.BlessedGoldShovelID;
|
||||||
|
int BlessedIronShovelID = Divine_Equipment.BlessedIronShovelID;
|
||||||
|
int BlessedStoneShovelID = Divine_Equipment.BlessedStoneShovelID;
|
||||||
|
int BlessedWoodShovelID = Divine_Equipment.BlessedWoodShovelID;
|
||||||
|
int BlessedDiamondHoeID = Divine_Equipment.BlessedDiamondHoeID;
|
||||||
|
int BlessedGoldHoeID = Divine_Equipment.BlessedGoldHoeID;
|
||||||
|
int BlessedIronHoeID = Divine_Equipment.BlessedIronHoeID;
|
||||||
|
int BlessedStoneHoeID = Divine_Equipment.BlessedStoneHoeID;
|
||||||
|
int BlessedWoodHoeID = Divine_Equipment.BlessedWoodHoeID;
|
||||||
|
|
||||||
|
|
||||||
//Blessed Blocks
|
//Blessed Blocks
|
||||||
@@ -92,6 +124,27 @@ public class Divine_Content {
|
|||||||
public static Item TaintedStonePickaxe;
|
public static Item TaintedStonePickaxe;
|
||||||
public static Item TaintedWoodPickaxe;
|
public static Item TaintedWoodPickaxe;
|
||||||
|
|
||||||
|
// Tainted Axes
|
||||||
|
public static Item TaintedDiamondAxe;
|
||||||
|
public static Item TaintedGoldAxe;
|
||||||
|
public static Item TaintedIronAxe;
|
||||||
|
public static Item TaintedStoneAxe;
|
||||||
|
public static Item TaintedWoodAxe;
|
||||||
|
|
||||||
|
// Tainted Shovel
|
||||||
|
public static Item TaintedDiamondShovel;
|
||||||
|
public static Item TaintedGoldShovel;
|
||||||
|
public static Item TaintedIronShovel;
|
||||||
|
public static Item TaintedStoneShovel;
|
||||||
|
public static Item TaintedWoodShovel;
|
||||||
|
|
||||||
|
// Tainted Hoes
|
||||||
|
public static Item TaintedDiamondHoe;
|
||||||
|
public static Item TaintedGoldHoe;
|
||||||
|
public static Item TaintedIronHoe;
|
||||||
|
public static Item TaintedStoneHoe;
|
||||||
|
public static Item TaintedWoodHoe;
|
||||||
|
|
||||||
// Blessed Swords
|
// Blessed Swords
|
||||||
public static Item BlessedDiamondSword;
|
public static Item BlessedDiamondSword;
|
||||||
public static Item BlessedGoldSword;
|
public static Item BlessedGoldSword;
|
||||||
@@ -106,6 +159,27 @@ public class Divine_Content {
|
|||||||
public static Item BlessedStonePickaxe;
|
public static Item BlessedStonePickaxe;
|
||||||
public static Item BlessedWoodPickaxe;
|
public static Item BlessedWoodPickaxe;
|
||||||
|
|
||||||
|
// Blessed Axe
|
||||||
|
public static Item BlessedDiamondAxe;
|
||||||
|
public static Item BlessedGoldAxe;
|
||||||
|
public static Item BlessedIronAxe;
|
||||||
|
public static Item BlessedStoneAxe;
|
||||||
|
public static Item BlessedWoodAxe;
|
||||||
|
|
||||||
|
// Blessed Shovel
|
||||||
|
public static Item BlessedDiamondShovel;
|
||||||
|
public static Item BlessedGoldShovel;
|
||||||
|
public static Item BlessedIronShovel;
|
||||||
|
public static Item BlessedStoneShovel;
|
||||||
|
public static Item BlessedWoodShovel;
|
||||||
|
|
||||||
|
// Blessed Hoes
|
||||||
|
public static Item BlessedDiamondHoe;
|
||||||
|
public static Item BlessedGoldHoe;
|
||||||
|
public static Item BlessedIronHoe;
|
||||||
|
public static Item BlessedStoneHoe;
|
||||||
|
public static Item BlessedWoodHoe;
|
||||||
|
|
||||||
// Ender
|
// Ender
|
||||||
|
|
||||||
// Hidden
|
// Hidden
|
||||||
@@ -216,7 +290,7 @@ public class Divine_Content {
|
|||||||
|
|
||||||
TaintedWoodSword = new TaintedWoodSword(TaintedWoodSwordID, TaintedWood).setUnlocalizedName("Tainted_Sword_Wood").setTextureName("divine_equipment:Tainted_Sword_Wood");
|
TaintedWoodSword = new TaintedWoodSword(TaintedWoodSwordID, TaintedWood).setUnlocalizedName("Tainted_Sword_Wood").setTextureName("divine_equipment:Tainted_Sword_Wood");
|
||||||
LanguageRegistry.addName(TaintedWoodSword, "Tainted Wooden Sword");
|
LanguageRegistry.addName(TaintedWoodSword, "Tainted Wooden Sword");
|
||||||
GameRegistry.addRecipe(new ItemStack(TaintedWoodSword), " m ", " S ", " s ", 'S', TaintedSigil, 'm', Block.wood, 's', Item.stick);
|
GameRegistry.addRecipe(new ItemStack(TaintedWoodSword), " m ", " S ", " s ", 'S', TaintedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
|
||||||
// Pickaxes
|
// Pickaxes
|
||||||
|
|
||||||
@@ -238,9 +312,84 @@ public class Divine_Content {
|
|||||||
|
|
||||||
TaintedWoodPickaxe = new TaintedWoodPickaxe(TaintedWoodPickaxeID, TaintedWood).setUnlocalizedName("Tainted_Pickaxe_Wood").setTextureName("divine_equipment:Tainted_Pickaxe_Wood");
|
TaintedWoodPickaxe = new TaintedWoodPickaxe(TaintedWoodPickaxeID, TaintedWood).setUnlocalizedName("Tainted_Pickaxe_Wood").setTextureName("divine_equipment:Tainted_Pickaxe_Wood");
|
||||||
LanguageRegistry.addName(TaintedWoodPickaxe, "Tainted Wooden Pickaxe");
|
LanguageRegistry.addName(TaintedWoodPickaxe, "Tainted Wooden Pickaxe");
|
||||||
GameRegistry.addRecipe(new ItemStack(TaintedWoodPickaxe), "mSm", " s ", " s ", 'S', TaintedSigil, 'm', Block.wood, 's', Item.stick);
|
GameRegistry.addRecipe(new ItemStack(TaintedWoodPickaxe), "mSm", " s ", " s ", 'S', TaintedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
|
||||||
|
// Axes
|
||||||
|
|
||||||
|
TaintedDiamondAxe = new items.tainted.TaintedDiamondAxe(TaintedDiamondAxeID, TaintedDiamond).setUnlocalizedName("Tainted_Axe_Diamond").setTextureName("divine_equipment:Tainted_Axe_Diamond");
|
||||||
|
LanguageRegistry.addName(TaintedDiamondAxe, "Tainted Diamond Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedDiamondAxe), "mS ", "ms ", " s ", 'S', TaintedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedDiamondAxe), " Sm", " sm", " s ", 'S', TaintedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedGoldAxe = new items.tainted.TaintedGoldAxe(TaintedGoldAxeID, TaintedGold).setUnlocalizedName("Tainted_Axe_Gold").setTextureName("divine_equipment:Tainted_Axe_Gold");
|
||||||
|
LanguageRegistry.addName(TaintedGoldAxe, "Tainted Gold Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedGoldAxe), "mS ", "ms ", " s ", 'S', TaintedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedIronAxe = new items.tainted.TaintedIronAxe(TaintedIronAxeID, TaintedIron).setUnlocalizedName("Tainted_Axe_Iron").setTextureName("divine_equipment:Tainted_Axe_Iron");
|
||||||
|
LanguageRegistry.addName(TaintedIronAxe, "Tainted Iron Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedIronAxe), "mS ", "ms ", " s ", 'S', TaintedSigil, 'm', Item.ingotIron, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedGoldAxe), " Sm", " sm", " s ", 'S', TaintedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedStoneAxe = new TaintedStoneAxe(TaintedStoneAxeID, TaintedStone).setUnlocalizedName("Tainted_Axe_Stone").setTextureName("divine_equipment:Tainted_Axe_Stone");
|
||||||
|
LanguageRegistry.addName(TaintedStoneAxe, "Tainted Stone Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedStoneAxe), "mS ", "ms ", " s ", 'S', TaintedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedStoneAxe), " Sm", " sm", " s ", 'S', TaintedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedWoodAxe = new TaintedWoodAxe(TaintedWoodAxeID, TaintedWood).setUnlocalizedName("Tainted_Axe_Wood").setTextureName("divine_equipment:Tainted_Axe_Wood");
|
||||||
|
LanguageRegistry.addName(TaintedWoodAxe, "Tainted Wooden Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedWoodAxe), "mS ", "ms ", " s ", 'S', TaintedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedWoodAxe), " Sm", " sm", " s ", 'S', TaintedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
|
||||||
|
// Shovels
|
||||||
|
|
||||||
|
TaintedDiamondShovel = new items.tainted.TaintedDiamondShovel(TaintedDiamondShovelID, TaintedDiamond).setUnlocalizedName("Tainted_Shovel_Diamond").setTextureName("divine_equipment:Tainted_Shovel_Diamond");
|
||||||
|
LanguageRegistry.addName(TaintedDiamondShovel, "Tainted Diamond Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedDiamondShovel), " m ", " S ", " s ", 'S', TaintedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedGoldShovel = new items.tainted.TaintedGoldShovel(TaintedGoldShovelID, TaintedGold).setUnlocalizedName("Tainted_Shovel_Gold").setTextureName("divine_equipment:Tainted_Shovel_Gold");
|
||||||
|
LanguageRegistry.addName(TaintedGoldShovel, "Tainted Gold Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedGoldShovel), " m ", " S ", " s ", 'S', TaintedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedIronShovel = new items.tainted.TaintedIronShovel(TaintedIronShovelID, TaintedIron).setUnlocalizedName("Tainted_Shovel_Iron").setTextureName("divine_equipment:Tainted_Shovel_Iron");
|
||||||
|
LanguageRegistry.addName(TaintedIronShovel, "Tainted Iron Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedIronShovel), " m ", " S ", " s ", 'S', TaintedSigil, 'm', Item.ingotIron, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedStoneShovel = new TaintedStoneShovel(TaintedStoneShovelID, TaintedStone).setUnlocalizedName("Tainted_Shovel_Stone").setTextureName("divine_equipment:Tainted_Shovel_Stone");
|
||||||
|
LanguageRegistry.addName(TaintedStoneShovel, "Tainted Stone Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedStoneShovel), " m ", " S ", " s ", 'S', TaintedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedWoodShovel = new TaintedWoodShovel(TaintedWoodShovelID, TaintedWood).setUnlocalizedName("Tainted_Shovel_Wood").setTextureName("divine_equipment:Tainted_Shovel_Wood");
|
||||||
|
LanguageRegistry.addName(TaintedWoodShovel, "Tainted Wooden Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedWoodShovel), " m ", " S ", " s ", 'S', TaintedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
|
||||||
|
// Tainted Hoes
|
||||||
|
|
||||||
|
TaintedDiamondHoe = new TaintedDiamonHoe(TaintedDiamondHoeID, TaintedDiamond).setUnlocalizedName("Tainted_Hoe_Diamond").setTextureName("divine_equipment:Tainted_Hoe_Diamond");
|
||||||
|
LanguageRegistry.addName(TaintedDiamondHoe, "Tainted Diamond Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedDiamondHoe), "mS ", " s ", " s ", 'S', TaintedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedDiamondHoe), " Sm", " s ", " s ", 'S', TaintedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedGoldHoe = new items.tainted.TaintedGoldHoe(TaintedGoldHoeID, TaintedGold).setUnlocalizedName("Tainted_Hoe_Gold").setTextureName("divine_equipment:Tainted_Hoe_Gold");
|
||||||
|
LanguageRegistry.addName(TaintedGoldHoe, "Tainted Gold Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedGoldHoe), "mS ", " s ", " s ", 'S', TaintedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedIronHoe = new items.tainted.TaintedIronHoe(TaintedIronHoeID, TaintedIron).setUnlocalizedName("Tainted_Hoe_Iron").setTextureName("divine_equipment:Tainted_Hoe_Iron");
|
||||||
|
LanguageRegistry.addName(TaintedIronHoe, "Tainted Iron Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedIronHoe), "mS ", " s ", " s ", 'S', TaintedSigil, 'm', Item.ingotIron, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedGoldHoe), " Sm", " s ", " s ", 'S', TaintedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedStoneHoe = new TaintedStoneHoe(TaintedStoneHoeID, TaintedStone).setUnlocalizedName("Tainted_Hoe_Stone").setTextureName("divine_equipment:Tainted_Hoe_Stone");
|
||||||
|
LanguageRegistry.addName(TaintedStoneHoe, "Tainted Stone Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedStoneHoe), "mS ", " s ", " s ", 'S', TaintedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedStoneHoe), " Sm", " s ", " s ", 'S', TaintedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
|
||||||
|
TaintedWoodHoe = new TaintedWoodHoe(TaintedWoodHoeID, TaintedWood).setUnlocalizedName("Tainted_Hoe_Wood").setTextureName("divine_equipment:Tainted_Hoe_Wood");
|
||||||
|
LanguageRegistry.addName(TaintedWoodHoe, "Tainted Wooden Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedWoodHoe), "mS ", " s ", " s ", 'S', TaintedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(TaintedWoodHoe), " Sm", " s ", " s ", 'S', TaintedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
|
||||||
// Blessed Items
|
// Blessed Items
|
||||||
|
|
||||||
// Blessed Swords
|
// Blessed Swords
|
||||||
|
|
||||||
BlessedDiamondSword = new items.blessed.BlessedDiamondSword(BlessedDiamondSwordID, BlessedDiamond).setUnlocalizedName("Blessed_Sword_Diamond").setTextureName("divine_equipment:Blessed_Sword_Diamond");
|
BlessedDiamondSword = new items.blessed.BlessedDiamondSword(BlessedDiamondSwordID, BlessedDiamond).setUnlocalizedName("Blessed_Sword_Diamond").setTextureName("divine_equipment:Blessed_Sword_Diamond");
|
||||||
@@ -261,7 +410,7 @@ public class Divine_Content {
|
|||||||
|
|
||||||
BlessedWoodSword = new BlessedWoodSword(BlessedWoodSwordID, BlessedWood).setUnlocalizedName("Blessed_Sword_Wood").setTextureName("divine_equipment:Blessed_Sword_Wood");
|
BlessedWoodSword = new BlessedWoodSword(BlessedWoodSwordID, BlessedWood).setUnlocalizedName("Blessed_Sword_Wood").setTextureName("divine_equipment:Blessed_Sword_Wood");
|
||||||
LanguageRegistry.addName(BlessedWoodSword, "Blessed Wooden Sword");
|
LanguageRegistry.addName(BlessedWoodSword, "Blessed Wooden Sword");
|
||||||
GameRegistry.addRecipe(new ItemStack(BlessedWoodSword), " m ", " S ", " s ", 'S', BlessedSigil, 'm', Block.wood, 's', Item.stick);
|
GameRegistry.addRecipe(new ItemStack(BlessedWoodSword), " m ", " S ", " s ", 'S', BlessedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
|
||||||
// Pickaxes
|
// Pickaxes
|
||||||
|
|
||||||
@@ -283,6 +432,82 @@ public class Divine_Content {
|
|||||||
|
|
||||||
BlessedWoodPickaxe = new BlessedWoodPickaxe(BlessedWoodPickaxeID, BlessedWood).setUnlocalizedName("Blessed_Pickaxe_Wood").setTextureName("divine_equipment:Blessed_Pickaxe_Wood");
|
BlessedWoodPickaxe = new BlessedWoodPickaxe(BlessedWoodPickaxeID, BlessedWood).setUnlocalizedName("Blessed_Pickaxe_Wood").setTextureName("divine_equipment:Blessed_Pickaxe_Wood");
|
||||||
LanguageRegistry.addName(BlessedWoodPickaxe, "Blessed Wooden Pickaxe");
|
LanguageRegistry.addName(BlessedWoodPickaxe, "Blessed Wooden Pickaxe");
|
||||||
GameRegistry.addRecipe(new ItemStack(BlessedWoodPickaxe), "mSm", " s ", " s ", 'S', BlessedSigil, 'm', Block.wood, 's', Item.stick);
|
GameRegistry.addRecipe(new ItemStack(BlessedWoodPickaxe), "mSm", " s ", " s ", 'S', BlessedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
|
||||||
|
// Axes
|
||||||
|
|
||||||
|
BlessedDiamondAxe = new BlessedDiamondAxe(BlessedDiamondAxeID, BlessedDiamond).setUnlocalizedName("Blessed_Axe_Diamond").setTextureName("divine_equipment:Blessed_Axe_Diamond");
|
||||||
|
LanguageRegistry.addName(BlessedDiamondAxe, "Blessed Diamond Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedDiamondAxe), "mS ", "ms ", " s ", 'S', BlessedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedDiamondAxe), " Sm", " sm", " s ", 'S', BlessedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedGoldAxe = new BlessedGoldAxe(BlessedGoldAxeID, BlessedGold).setUnlocalizedName("Blessed_Axe_Gold").setTextureName("divine_equipment:Blessed_Axe_Gold");
|
||||||
|
LanguageRegistry.addName(BlessedGoldAxe, "Blessed Gold Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedGoldAxe), "mS ", "ms ", " s ", 'S', BlessedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedGoldAxe), " Sm", " sm", " s ", 'S', BlessedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
|
||||||
|
BlessedIronAxe = new BlessedIronAxe(BlessedIronAxeID, BlessedIron).setUnlocalizedName("Blessed_Axe_Iron").setTextureName("divine_equipment:Blessed_Axe_Iron");
|
||||||
|
LanguageRegistry.addName(BlessedIronAxe, "Blessed Iron Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedIronAxe), "mS ", "ms ", " s ", 'S', BlessedSigil, 'm', Item.ingotIron, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedGoldAxe), " Sm", " sm", " s ", 'S', BlessedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedStoneAxe = new BlessedStoneAxe(BlessedStoneAxeID, BlessedStone).setUnlocalizedName("Blessed_Axe_Stone").setTextureName("divine_equipment:Blessed_Axe_Stone");
|
||||||
|
LanguageRegistry.addName(BlessedStoneAxe, "Blessed Stone Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedStoneAxe), "mS ", "ms ", " s ", 'S', BlessedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedStoneAxe), " Sm", " sm", " s ", 'S', BlessedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedWoodAxe = new BlessedWoodAxe(BlessedWoodAxeID, BlessedWood).setUnlocalizedName("Blessed_Axe_Wood").setTextureName("divine_equipment:Blessed_Axe_Wood");
|
||||||
|
LanguageRegistry.addName(BlessedWoodAxe, "Blessed Wooden Axe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedWoodAxe), "mS ", "ms ", " s ", 'S', BlessedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedWoodAxe), " Sm", " sm", " s ", 'S', BlessedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
|
||||||
|
// Shovels
|
||||||
|
|
||||||
|
BlessedDiamondShovel = new BlessedDiamondShovel(BlessedDiamondShovelID, BlessedDiamond).setUnlocalizedName("Blessed_Shovel_Diamond").setTextureName("divine_equipment:Blessed_Shovel_Diamond");
|
||||||
|
LanguageRegistry.addName(BlessedDiamondShovel, "Blessed Diamond Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedDiamondShovel), " m ", " S ", " s ", 'S', BlessedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedGoldShovel = new BlessedGoldShovel(BlessedGoldShovelID, BlessedGold).setUnlocalizedName("Blessed_Shovel_Gold").setTextureName("divine_equipment:Blessed_Shovel_Gold");
|
||||||
|
LanguageRegistry.addName(BlessedGoldShovel, "Blessed Gold Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedGoldShovel), " m ", " S ", " s ", 'S', BlessedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedIronShovel = new BlessedIronShovel(BlessedIronShovelID, BlessedIron).setUnlocalizedName("Blessed_Shovel_Iron").setTextureName("divine_equipment:Blessed_Shovel_Iron");
|
||||||
|
LanguageRegistry.addName(BlessedIronShovel, "Blessed Iron Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedIronShovel), " m ", " S ", " s ", 'S', BlessedSigil, 'm', Item.ingotIron, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedStoneShovel = new BlessedStoneShovel(BlessedStoneShovelID, BlessedStone).setUnlocalizedName("Blessed_Shovel_Stone").setTextureName("divine_equipment:Blessed_Shovel_Stone");
|
||||||
|
LanguageRegistry.addName(BlessedStoneShovel, "Blessed Stone Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedStoneShovel), " m ", " S ", " s ", 'S', BlessedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedWoodShovel = new BlessedWoodShovel(BlessedWoodShovelID, BlessedWood).setUnlocalizedName("Blessed_Shovel_Wood").setTextureName("divine_equipment:Blessed_Shovel_Wood");
|
||||||
|
LanguageRegistry.addName(BlessedWoodShovel, "Blessed Wooden Shovel");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedWoodShovel), " m ", " S ", " s ", 'S', BlessedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
|
||||||
|
// Blessed Hoes
|
||||||
|
|
||||||
|
BlessedDiamondHoe = new BlessedDiamondHoe(BlessedDiamondHoeID, BlessedDiamond).setUnlocalizedName("Blessed_Hoe_Diamond").setTextureName("divine_equipment:Blessed_Hoe_Diamond");
|
||||||
|
LanguageRegistry.addName(BlessedDiamondHoe, "Blessed Diamond Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedDiamondHoe), "mS ", " s ", " s ", 'S', BlessedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedDiamondHoe), " Sm", " s ", " s ", 'S', BlessedSigil, 'm', Item.diamond, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedGoldHoe = new BlessedGoldHoe(BlessedGoldHoeID, BlessedGold).setUnlocalizedName("Blessed_Hoe_Gold").setTextureName("divine_equipment:Blessed_Hoe_Gold");
|
||||||
|
LanguageRegistry.addName(BlessedGoldHoe, "Blessed Gold Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedGoldHoe), "mS ", " s ", " s ", 'S', BlessedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedIronHoe = new BlessedIronHoe(BlessedIronHoeID, BlessedIron).setUnlocalizedName("Blessed_Hoe_Iron").setTextureName("divine_equipment:Blessed_Hoe_Iron");
|
||||||
|
LanguageRegistry.addName(BlessedIronHoe, "Blessed Iron Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedIronHoe), "mS ", " s ", " s ", 'S', BlessedSigil, 'm', Item.ingotIron, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedGoldHoe), " Sm", " s ", " s ", 'S', BlessedSigil, 'm', Item.ingotGold, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedStoneHoe = new BlessedStoneHoe(BlessedStoneHoeID, BlessedStone).setUnlocalizedName("Blessed_Hoe_Stone").setTextureName("divine_equipment:Blessed_Hoe_Stone");
|
||||||
|
LanguageRegistry.addName(BlessedStoneHoe, "Blessed Stone Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedStoneHoe), "mS ", " s ", " s ", 'S', BlessedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedStoneHoe), " Sm", " s ", " s ", 'S', BlessedSigil, 'm', Block.stone, 's', Item.stick);
|
||||||
|
|
||||||
|
BlessedWoodHoe = new BlessedWoodHoe(BlessedWoodHoeID, BlessedWood).setUnlocalizedName("Blessed_Hoe_Wood").setTextureName("divine_equipment:Blessed_Hoe_Wood");
|
||||||
|
LanguageRegistry.addName(BlessedWoodHoe, "Blessed Wooden Hoe");
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedWoodHoe), "mS ", " s ", " s ", 'S', BlessedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
|
GameRegistry.addRecipe(new ItemStack(BlessedWoodHoe), " Sm", " s ", " s ", 'S', BlessedSigil, 'm', Block.planks, 's', Item.stick);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,76 +19,152 @@ import net.minecraftforge.common.Configuration;
|
|||||||
public class Divine_Equipment
|
public class Divine_Equipment
|
||||||
{
|
{
|
||||||
public static final String modid = "divine_equipment";
|
public static final String modid = "divine_equipment";
|
||||||
|
// Blocks
|
||||||
public static int TaintedStoneID;
|
public static int TaintedStoneID;
|
||||||
public static int TaintedWoodID;
|
public static int TaintedWoodID;
|
||||||
public static int BlesssedStoneID;
|
public static int BlesssedStoneID;
|
||||||
public static int BlessedWoodID;
|
public static int BlessedWoodID;
|
||||||
|
// Sigils
|
||||||
public static int BlankSigilID;
|
public static int BlankSigilID;
|
||||||
public static int TaintedSigilID;
|
public static int TaintedSigilID;
|
||||||
public static int BlessedSigilID;
|
public static int BlessedSigilID;
|
||||||
public static int EnderSigilID;
|
public static int EnderSigilID;
|
||||||
public static int HiddenSigilID;
|
public static int HiddenSigilID;
|
||||||
|
// Tainted Swords
|
||||||
public static int TaintedDiamondSwordID;
|
public static int TaintedDiamondSwordID;
|
||||||
public static int TaintedGoldSwordID;
|
public static int TaintedGoldSwordID;
|
||||||
public static int TaintedIronSwordID;
|
public static int TaintedIronSwordID;
|
||||||
public static int TaintedStoneSwordID;
|
public static int TaintedStoneSwordID;
|
||||||
public static int TaintedWoodSwordID;
|
public static int TaintedWoodSwordID;
|
||||||
|
// Tainted Pickaxes
|
||||||
public static int TaintedDiamondPickaxeID;
|
public static int TaintedDiamondPickaxeID;
|
||||||
public static int TaintedGoldPickaxeID;
|
public static int TaintedGoldPickaxeID;
|
||||||
public static int TaintedIronPickaxeID;
|
public static int TaintedIronPickaxeID;
|
||||||
public static int TaintedStonePickaxeID;
|
public static int TaintedStonePickaxeID;
|
||||||
public static int TaintedWoodPickaxeID;
|
public static int TaintedWoodPickaxeID;
|
||||||
|
// Tainted Axes
|
||||||
|
public static int TaintedDiamondAxeID;
|
||||||
|
public static int TaintedGoldAxeID;
|
||||||
|
public static int TaintedIronAxeID;
|
||||||
|
public static int TaintedStoneAxeID;
|
||||||
|
public static int TaintedWoodAxeID;
|
||||||
|
// Tainted Shovels
|
||||||
|
public static int TaintedDiamondShovelID;
|
||||||
|
public static int TaintedGoldShovelID;
|
||||||
|
public static int TaintedIronShovelID;
|
||||||
|
public static int TaintedStoneShovelID;
|
||||||
|
public static int TaintedWoodShovelID;
|
||||||
|
// Tainted Hoes
|
||||||
|
public static int TaintedDiamondHoeID;
|
||||||
|
public static int TaintedGoldHoeID;
|
||||||
|
public static int TaintedIronHoeID;
|
||||||
|
public static int TaintedStoneHoeID;
|
||||||
|
public static int TaintedWoodHoeID;
|
||||||
|
// Blessed
|
||||||
|
// Blessed Swords
|
||||||
public static int BlessedDiamondSwordID;
|
public static int BlessedDiamondSwordID;
|
||||||
public static int BlessedGoldSwordID;
|
public static int BlessedGoldSwordID;
|
||||||
public static int BlessedIronSwordID;
|
public static int BlessedIronSwordID;
|
||||||
public static int BlessedStoneSwordID;
|
public static int BlessedStoneSwordID;
|
||||||
public static int BlessedWoodSwordID;
|
public static int BlessedWoodSwordID;
|
||||||
|
// Blessed Pickaxes
|
||||||
public static int BlessedDiamondPickaxeID;
|
public static int BlessedDiamondPickaxeID;
|
||||||
public static int BlessedGoldPickaxeID;
|
public static int BlessedGoldPickaxeID;
|
||||||
public static int BlessedIronPickaxeID;
|
public static int BlessedIronPickaxeID;
|
||||||
public static int BlessedStonePickaxeID;
|
public static int BlessedStonePickaxeID;
|
||||||
public static int BlessedWoodPickaxeID;
|
public static int BlessedWoodPickaxeID;
|
||||||
|
// Blessed Axes
|
||||||
|
public static int BlessedDiamondAxeID;
|
||||||
|
public static int BlessedGoldAxeID;
|
||||||
|
public static int BlessedIronAxeID;
|
||||||
|
public static int BlessedStoneAxeID;
|
||||||
|
public static int BlessedWoodAxeID;
|
||||||
|
// Blessed Shovels
|
||||||
|
public static int BlessedDiamondShovelID;
|
||||||
|
public static int BlessedGoldShovelID;
|
||||||
|
public static int BlessedIronShovelID;
|
||||||
|
public static int BlessedStoneShovelID;
|
||||||
|
public static int BlessedWoodShovelID;
|
||||||
|
// Blessed Hoes
|
||||||
|
public static int BlessedDiamondHoeID;
|
||||||
|
public static int BlessedGoldHoeID;
|
||||||
|
public static int BlessedIronHoeID;
|
||||||
|
public static int BlessedStoneHoeID;
|
||||||
|
public static int BlessedWoodHoeID;
|
||||||
|
|
||||||
@Instance("Divine_Equipment")
|
@Instance("Divine_Equipment")
|
||||||
public static Divine_Equipment INSTANCE;
|
public static Divine_Equipment INSTANCE;
|
||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void preInit(FMLPreInitializationEvent event){
|
public void preInit(FMLPreInitializationEvent event){
|
||||||
Configuration Divine_Equipment = new Configuration(event.getSuggestedConfigurationFile());
|
Configuration DivineEquipment = new Configuration(event.getSuggestedConfigurationFile());
|
||||||
|
|
||||||
Divine_Equipment.load();
|
DivineEquipment.load();
|
||||||
TaintedStoneID = Divine_Equipment.getBlock("tainted stone", 2550).getInt();
|
TaintedStoneID = DivineEquipment.getBlock("tainted stone", 2550).getInt();
|
||||||
TaintedWoodID = Divine_Equipment.getBlock("tainted wood", 2551).getInt();
|
TaintedWoodID = DivineEquipment.getBlock("tainted wood", 2551).getInt();
|
||||||
BlesssedStoneID = Divine_Equipment.getBlock("blessed stone", 2552).getInt();
|
BlesssedStoneID = DivineEquipment.getBlock("blessed stone", 2552).getInt();
|
||||||
BlessedWoodID = Divine_Equipment.getBlock("blessed wood", 2553).getInt();
|
BlessedWoodID = DivineEquipment.getBlock("blessed wood", 2553).getInt();
|
||||||
BlankSigilID = Divine_Equipment.getItem("Blank Sigil", 6557).getInt();
|
BlankSigilID = DivineEquipment.getItem("Blank Sigil", 6557).getInt();
|
||||||
TaintedSigilID = Divine_Equipment.getItem("Tainted Sigil", 6558).getInt();
|
TaintedSigilID = DivineEquipment.getItem("Tainted Sigil", 6558).getInt();
|
||||||
BlessedSigilID = Divine_Equipment.getItem("Blessed Sigil", 2559).getInt();
|
BlessedSigilID = DivineEquipment.getItem("Blessed Sigil", 2559).getInt();
|
||||||
EnderSigilID = Divine_Equipment.getItem("Ender Sigil", 6560).getInt();
|
EnderSigilID = DivineEquipment.getItem("Ender Sigil", 6560).getInt();
|
||||||
HiddenSigilID = Divine_Equipment.getItem("Hidden Sigil", 6561).getInt();
|
HiddenSigilID = DivineEquipment.getItem("Hidden Sigil", 6561).getInt();
|
||||||
TaintedDiamondSwordID = Divine_Equipment.getItem("Tainted Diamond Sword", 6570).getInt();
|
|
||||||
TaintedGoldSwordID = Divine_Equipment.getItem("Tainted Gold Sword", 6571).getInt();
|
TaintedDiamondSwordID = DivineEquipment.getItem("Tainted Diamond Sword", 6570).getInt();
|
||||||
TaintedIronSwordID = Divine_Equipment.getItem("Tainted Iron Sword", 6572).getInt();
|
TaintedGoldSwordID = DivineEquipment.getItem("Tainted Gold Sword", 6571).getInt();
|
||||||
TaintedStoneSwordID = Divine_Equipment.getItem("Tainted Stone Sword", 6573).getInt();
|
TaintedIronSwordID = DivineEquipment.getItem("Tainted Iron Sword", 6572).getInt();
|
||||||
TaintedWoodSwordID = Divine_Equipment.getItem("Tainted Wood Sword", 6574).getInt();
|
TaintedStoneSwordID = DivineEquipment.getItem("Tainted Stone Sword", 6573).getInt();
|
||||||
TaintedDiamondPickaxeID = Divine_Equipment.getItem("Tainted Diamond Pickaxe", 6575).getInt();
|
TaintedWoodSwordID = DivineEquipment.getItem("Tainted Wood Sword", 6574).getInt();
|
||||||
TaintedGoldPickaxeID = Divine_Equipment.getItem("Tainted Gold Pickaxe", 6576).getInt();
|
TaintedDiamondPickaxeID = DivineEquipment.getItem("Tainted Diamond Pickaxe", 6575).getInt();
|
||||||
TaintedIronPickaxeID = Divine_Equipment.getItem("Tainted Iron Pickaxe", 6577).getInt();
|
TaintedGoldPickaxeID = DivineEquipment.getItem("Tainted Gold Pickaxe", 6576).getInt();
|
||||||
TaintedStonePickaxeID = Divine_Equipment.getItem("Tainted Stone Pickaxe", 6578).getInt();
|
TaintedIronPickaxeID = DivineEquipment.getItem("Tainted Iron Pickaxe", 6577).getInt();
|
||||||
TaintedWoodPickaxeID = Divine_Equipment.getItem("Tainted Wood Pickaxe", 6579).getInt();
|
TaintedStonePickaxeID = DivineEquipment.getItem("Tainted Stone Pickaxe", 6578).getInt();
|
||||||
BlessedDiamondSwordID = Divine_Equipment.getItem("Blessed Diamond Sword", 6593).getInt();
|
TaintedWoodPickaxeID = DivineEquipment.getItem("Tainted Wood Pickaxe", 6579).getInt();
|
||||||
BlessedGoldSwordID = Divine_Equipment.getItem("Blessed Gold Sword", 6594).getInt();
|
TaintedDiamondAxeID = DivineEquipment.getItem("Tainted Diamond Axe", 6580).getInt();
|
||||||
BlessedIronSwordID = Divine_Equipment.getItem("Blessed Iron Sword", 6595).getInt();
|
TaintedGoldAxeID = DivineEquipment.getItem("Tainted Gold Axe", 6581).getInt();
|
||||||
BlessedStoneSwordID = Divine_Equipment.getItem("Blessed Stone Sword", 6596).getInt();
|
TaintedIronAxeID = DivineEquipment.getItem("Tainted Iron Axe", 6582).getInt();
|
||||||
BlessedWoodSwordID = Divine_Equipment.getItem("Blessed Wood Sword", 6597).getInt();
|
TaintedStoneAxeID = DivineEquipment.getItem("Tainted Stone Axe", 6583).getInt();
|
||||||
BlessedDiamondPickaxeID = Divine_Equipment.getItem("Blessed Diamond Pickaxe", 6598).getInt();
|
TaintedWoodAxeID = DivineEquipment.getItem("Tainted Wood Axe", 6584).getInt();
|
||||||
BlessedGoldPickaxeID = Divine_Equipment.getItem("Blessed Gold Pickaxe", 6599).getInt();
|
TaintedDiamondShovelID = DivineEquipment.getItem("Tainted Diamond Shovel", 6685).getInt();
|
||||||
BlessedIronPickaxeID = Divine_Equipment.getItem("Blessed Iron Pickaxe", 6600).getInt();
|
TaintedGoldShovelID = DivineEquipment.getItem("Tainted Gold Shovel", 6686).getInt();
|
||||||
BlessedStonePickaxeID = Divine_Equipment.getItem("Blessed Stone Pickaxe", 6601).getInt();
|
TaintedIronShovelID = DivineEquipment.getItem("Tainted Iron Shovel", 6687).getInt();
|
||||||
BlessedWoodPickaxeID = Divine_Equipment.getItem("Blessed Wood Pickaxe", 6902).getInt();
|
TaintedStoneShovelID = DivineEquipment.getItem("Tainted Stone Shovel", 6688).getInt();
|
||||||
Divine_Equipment.save();
|
TaintedWoodShovelID = DivineEquipment.getItem("Tainted Wood Shovel", 6689).getInt();
|
||||||
|
TaintedDiamondHoeID = DivineEquipment.getItem("Tainted Diamond Hoe", 6690).getInt();
|
||||||
|
TaintedGoldHoeID = DivineEquipment.getItem("Tainted Gold Hoe", 6691).getInt();
|
||||||
|
TaintedIronHoeID = DivineEquipment.getItem("Tainted Iron Hoe", 6692).getInt();
|
||||||
|
TaintedStoneHoeID = DivineEquipment.getItem("Tainted Stone Hoe", 6693).getInt();
|
||||||
|
TaintedWoodHoeID = DivineEquipment.getItem("Tainted Wood Hoe", 6694).getInt();
|
||||||
|
|
||||||
|
BlessedDiamondSwordID = DivineEquipment.getItem("Blessed Diamond Sword", 6595).getInt();
|
||||||
|
BlessedGoldSwordID = DivineEquipment.getItem("Blessed Gold Sword", 6596).getInt();
|
||||||
|
BlessedIronSwordID = DivineEquipment.getItem("Blessed Iron Sword", 6597).getInt();
|
||||||
|
BlessedStoneSwordID = DivineEquipment.getItem("Blessed Stone Sword", 6598).getInt();
|
||||||
|
BlessedWoodSwordID = DivineEquipment.getItem("Blessed Wood Sword", 6599).getInt();
|
||||||
|
BlessedDiamondPickaxeID = DivineEquipment.getItem("Blessed Diamond Pickaxe", 6600).getInt();
|
||||||
|
BlessedGoldPickaxeID = DivineEquipment.getItem("Blessed Gold Pickaxe", 6601).getInt();
|
||||||
|
BlessedIronPickaxeID = DivineEquipment.getItem("Blessed Iron Pickaxe", 6602).getInt();
|
||||||
|
BlessedStonePickaxeID = DivineEquipment.getItem("Blessed Stone Pickaxe", 6603).getInt();
|
||||||
|
BlessedWoodPickaxeID = DivineEquipment.getItem("Blessed Wood Pickaxe", 6604).getInt();
|
||||||
|
BlessedDiamondAxeID = DivineEquipment.getItem("Blessed Diamond Axe", 6605).getInt();
|
||||||
|
BlessedGoldAxeID = DivineEquipment.getItem("Blessed Gold Axe", 6606).getInt();
|
||||||
|
BlessedIronAxeID = DivineEquipment.getItem("Blessed Iron Axe", 6607).getInt();
|
||||||
|
BlessedStoneAxeID = DivineEquipment.getItem("Blessed Stone Axe", 6608).getInt();
|
||||||
|
BlessedWoodAxeID = DivineEquipment.getItem("Blessed Wood Axe", 6609).getInt();
|
||||||
|
BlessedDiamondShovelID = DivineEquipment.getItem("Blessed Diamond Shovel", 6610).getInt();
|
||||||
|
BlessedGoldShovelID = DivineEquipment.getItem("Blessed Gold Shovel", 6611).getInt();
|
||||||
|
BlessedIronShovelID = DivineEquipment.getItem("Blessed Iron Shovel", 6612).getInt();
|
||||||
|
BlessedStoneShovelID = DivineEquipment.getItem("Blessed Stone Shovel", 6613).getInt();
|
||||||
|
BlessedWoodShovelID = DivineEquipment.getItem("Blessed Wood Shovel", 6614).getInt();
|
||||||
|
BlessedDiamondHoeID = DivineEquipment.getItem("Blessed Diamond Hoe", 6615).getInt();
|
||||||
|
BlessedGoldHoeID = DivineEquipment.getItem("Blessed Gold Hoe", 6616).getInt();
|
||||||
|
BlessedIronHoeID = DivineEquipment.getItem("Blessed Iron Hoe", 6617).getInt();
|
||||||
|
BlessedStoneHoeID = DivineEquipment.getItem("Blessed Stone Hoe", 6618).getInt();
|
||||||
|
BlessedWoodHoeID = DivineEquipment.getItem("Blessed Wood Hoe", 6619).getInt();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
DivineEquipment.save();
|
||||||
content = new Divine_Content();
|
content = new Divine_Content();
|
||||||
achivements = new Divine_Achievements();
|
achivements = new Divine_Achievements();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,15 @@
|
|||||||
package items.blessed;
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.Item;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* User: Orthus
|
* User: Orthus
|
||||||
* Date: 9/30/13
|
* Date: 9/30/13
|
||||||
*/
|
*/
|
||||||
public class BlessedDiamond {
|
public class BlessedDiamond extends Item{
|
||||||
|
public BlessedDiamond(int par1) {
|
||||||
|
super(par1);
|
||||||
|
setCreativeTab(CreativeTabs.tabMaterials);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
16
src/divine_equipment/items/blessed/BlessedDiamondAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedDiamondAxe extends ItemAxe {
|
||||||
|
public BlessedDiamondAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedDiamondHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedDiamondHoe extends ItemHoe {
|
||||||
|
public BlessedDiamondHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedDiamondShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedDiamondShovel extends ItemSpade {
|
||||||
|
public BlessedDiamondShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedGoldAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedGoldAxe extends ItemAxe {
|
||||||
|
public BlessedGoldAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedGoldHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedGoldHoe extends ItemHoe {
|
||||||
|
public BlessedGoldHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedGoldShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedGoldShovel extends ItemSpade {
|
||||||
|
public BlessedGoldShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedIronAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedIronAxe extends ItemAxe {
|
||||||
|
public BlessedIronAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedIronHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedIronHoe extends ItemHoe {
|
||||||
|
public BlessedIronHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedIronShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedIronShovel extends ItemSpade {
|
||||||
|
public BlessedIronShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedStoneAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedStoneAxe extends ItemAxe {
|
||||||
|
public BlessedStoneAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedStoneHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedStoneHoe extends ItemHoe {
|
||||||
|
public BlessedStoneHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedStoneShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedStoneShovel extends ItemSpade {
|
||||||
|
public BlessedStoneShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedWoodAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedWoodAxe extends ItemAxe {
|
||||||
|
public BlessedWoodAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedWoodHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedWoodHoe extends ItemHoe {
|
||||||
|
public BlessedWoodHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/blessed/BlessedWoodShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.blessed;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class BlessedWoodShovel extends ItemSpade {
|
||||||
|
public BlessedWoodShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedDiamonHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedDiamonHoe extends ItemHoe {
|
||||||
|
public TaintedDiamonHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedDiamondAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedDiamondAxe extends ItemAxe {
|
||||||
|
public TaintedDiamondAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedDiamondShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedDiamondShovel extends ItemSpade {
|
||||||
|
public TaintedDiamondShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedGoldAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedGoldAxe extends ItemAxe {
|
||||||
|
public TaintedGoldAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedGoldHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedGoldHoe extends ItemHoe {
|
||||||
|
public TaintedGoldHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedGoldShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedGoldShovel extends ItemSpade {
|
||||||
|
public TaintedGoldShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedIronAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedIronAxe extends ItemAxe {
|
||||||
|
public TaintedIronAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedIronHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedIronHoe extends ItemHoe {
|
||||||
|
public TaintedIronHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedIronShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedIronShovel extends ItemSpade {
|
||||||
|
public TaintedIronShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedStoneAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedStoneAxe extends ItemAxe {
|
||||||
|
public TaintedStoneAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedStoneHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedStoneHoe extends ItemHoe {
|
||||||
|
public TaintedStoneHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedStoneShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedStoneShovel extends ItemSpade {
|
||||||
|
public TaintedStoneShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedWoodAxe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemAxe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedWoodAxe extends ItemAxe {
|
||||||
|
public TaintedWoodAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedWoodHoe.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemHoe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedWoodHoe extends ItemHoe {
|
||||||
|
public TaintedWoodHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||
16
src/divine_equipment/items/tainted/TaintedWoodShovel.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package items.tainted;
|
||||||
|
|
||||||
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
|
import net.minecraft.item.EnumToolMaterial;
|
||||||
|
import net.minecraft.item.ItemSpade;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/8/13
|
||||||
|
*/
|
||||||
|
public class TaintedWoodShovel extends ItemSpade {
|
||||||
|
public TaintedWoodShovel(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||||
|
super(par1, par2EnumToolMaterial);
|
||||||
|
setCreativeTab(CreativeTabs.tabTools);
|
||||||
|
}
|
||||||
|
}
|
||||||