Skip to content
Snippets Groups Projects
Commit 8975c444 authored by Dennis Bonke's avatar Dennis Bonke
Browse files

Prep work.

parent 9a8c5373
Branches 1.7-source
No related tags found
No related merge requests found
...@@ -17,4 +17,4 @@ public class CreativeTabATMaterials { ...@@ -17,4 +17,4 @@ public class CreativeTabATMaterials {
return "Advanced Tools:Materials"; return "Advanced Tools:Materials";
} }
}; };
} }
\ No newline at end of file
...@@ -77,6 +77,7 @@ public class ModItems { ...@@ -77,6 +77,7 @@ public class ModItems {
public static Item emeraldBoots = new EmeraldArmor("EmeraldBoots", "emeraldboots", emeraldArmor, 3); public static Item emeraldBoots = new EmeraldArmor("EmeraldBoots", "emeraldboots", emeraldArmor, 3);
// Enderion // Enderion
// TODO: To be replaced to Advanced Machines
// TODO: Change Tool and Armor material values to fit Enderion. // TODO: Change Tool and Armor material values to fit Enderion.
// TODO: Finish Enderion. // TODO: Finish Enderion.
public static Item.ToolMaterial enderion = EnumHelper.addToolMaterial("Enderion", 3, 2000, 11.0f, 4.5f, 32); public static Item.ToolMaterial enderion = EnumHelper.addToolMaterial("Enderion", 3, 2000, 11.0f, 4.5f, 32);
...@@ -128,6 +129,7 @@ public class ModItems { ...@@ -128,6 +129,7 @@ public class ModItems {
//public static Item flintBoots = new FlintArmor("flintBoots", "flintboots", flintArmor, 3); //public static Item flintBoots = new FlintArmor("flintBoots", "flintboots", flintArmor, 3);
// Netherion // Netherion
// TODO: To be replaced to Advanced Machines
// TODO: Change Tool and Armor material values to fit Netherion. // TODO: Change Tool and Armor material values to fit Netherion.
// TODO: Finish Netherion. // TODO: Finish Netherion.
//public static Item.ToolMaterial netherion = EnumHelper.addToolMaterial("Netherion", 2, 400, 6.5f, 3.0f, 15); //public static Item.ToolMaterial netherion = EnumHelper.addToolMaterial("Netherion", 2, 400, 6.5f, 3.0f, 15);
...@@ -145,6 +147,7 @@ public class ModItems { ...@@ -145,6 +147,7 @@ public class ModItems {
//public static Item netherionBoots = new NetherionArmor("netherionBoots", "netherionboots", netherionArmor, 3); //public static Item netherionBoots = new NetherionArmor("netherionBoots", "netherionboots", netherionArmor, 3);
// Quartz // Quartz
// TODO: To be replaced to Advanced Machines
// TODO: Change Tool and Armor material values to fit Quartz. // TODO: Change Tool and Armor material values to fit Quartz.
// TODO: Finish Quartz. // TODO: Finish Quartz.
//public static Item.ToolMaterial quartz = EnumHelper.addToolMaterial("Quartz", 2, 400, 6.5f, 3.0f, 15); //public static Item.ToolMaterial quartz = EnumHelper.addToolMaterial("Quartz", 2, 400, 6.5f, 3.0f, 15);
...@@ -162,6 +165,7 @@ public class ModItems { ...@@ -162,6 +165,7 @@ public class ModItems {
//public static Item quartzBoots = new QuartzArmor("quartzBoots", "quartzboots", quartzArmor, 3); //public static Item quartzBoots = new QuartzArmor("quartzBoots", "quartzboots", quartzArmor, 3);
// Copper // Copper
// TODO: To be replaced to Advanced Machines
// TODO: Change Tool and Armor material values to fit Copper. // TODO: Change Tool and Armor material values to fit Copper.
// TODO: Finish Copper. // TODO: Finish Copper.
//public static Item.ToolMaterial copper = EnumHelper.addToolMaterial("Copper", 2, 400, 6.5f, 3.0f, 15); //public static Item.ToolMaterial copper = EnumHelper.addToolMaterial("Copper", 2, 400, 6.5f, 3.0f, 15);
...@@ -230,6 +234,7 @@ public class ModItems { ...@@ -230,6 +234,7 @@ public class ModItems {
GameRegistry.registerItem(boneHoe, "Bone Hoe"); GameRegistry.registerItem(boneHoe, "Bone Hoe");
// Enderion // Enderion
// TODO: To be replaced to Advanced Machines
GameRegistry.registerItem(enderionPickaxe, "Enderion Pickaxe"); GameRegistry.registerItem(enderionPickaxe, "Enderion Pickaxe");
GameRegistry.registerItem(enderionShovel, "Enderion Shovel"); GameRegistry.registerItem(enderionShovel, "Enderion Shovel");
GameRegistry.registerItem(enderionAxe, "Enderion Axe"); GameRegistry.registerItem(enderionAxe, "Enderion Axe");
...@@ -253,6 +258,7 @@ public class ModItems { ...@@ -253,6 +258,7 @@ public class ModItems {
//GameRegistry.registerItem(flintHoe, "Flint Hoe"); //GameRegistry.registerItem(flintHoe, "Flint Hoe");
// Netherion // Netherion
// TODO: To be replaced to Advanced Machines
// TODO: Make Textures for Netherion before being re-enabled. // TODO: Make Textures for Netherion before being re-enabled.
//GameRegistry.registerItem(netherionPickaxe, "Netherion Pickaxe"); //GameRegistry.registerItem(netherionPickaxe, "Netherion Pickaxe");
//GameRegistry.registerItem(netherionShovel, "Netherion Shovel"); //GameRegistry.registerItem(netherionShovel, "Netherion Shovel");
...@@ -261,6 +267,7 @@ public class ModItems { ...@@ -261,6 +267,7 @@ public class ModItems {
//GameRegistry.registerItem(netherionHoe, "Netherion Hoe"); //GameRegistry.registerItem(netherionHoe, "Netherion Hoe");
// Quartz // Quartz
// TODO: To be replaced to Advanced Machines
// TODO: Make Textures for Quartz before being re-enabled. // TODO: Make Textures for Quartz before being re-enabled.
//GameRegistry.registerItem(quartzPickaxe, "Quartz Pickaxe"); //GameRegistry.registerItem(quartzPickaxe, "Quartz Pickaxe");
//GameRegistry.registerItem(quartzShovel, "Quartz Shovel"); //GameRegistry.registerItem(quartzShovel, "Quartz Shovel");
...@@ -269,6 +276,7 @@ public class ModItems { ...@@ -269,6 +276,7 @@ public class ModItems {
//GameRegistry.registerItem(quartzHoe, "Quartz Hoe"); //GameRegistry.registerItem(quartzHoe, "Quartz Hoe");
// Copper // Copper
// TODO: To be replaced to Advanced Machines
// TODO: Make Textures for Copper before being re-enabled. // TODO: Make Textures for Copper before being re-enabled.
//GameRegistry.registerItem(copperPickaxe, "Copper Pickaxe"); //GameRegistry.registerItem(copperPickaxe, "Copper Pickaxe");
//GameRegistry.registerItem(copperShovel, "Copper Shovel"); //GameRegistry.registerItem(copperShovel, "Copper Shovel");
...@@ -316,6 +324,7 @@ public class ModItems { ...@@ -316,6 +324,7 @@ public class ModItems {
//GameRegistry.registerItem(flintBoots, "Flint Boots"); //GameRegistry.registerItem(flintBoots, "Flint Boots");
// Netherion // Netherion
// TODO: To be replaced to Advanced Machines
// TODO: Make Textures for Netherion before being re-enabled. // TODO: Make Textures for Netherion before being re-enabled.
//GameRegistry.registerItem(netherionHelmet, "Netherion Helmet"); //GameRegistry.registerItem(netherionHelmet, "Netherion Helmet");
//GameRegistry.registerItem(netherionChestplate, "Netherion Chestplate"); //GameRegistry.registerItem(netherionChestplate, "Netherion Chestplate");
...@@ -323,6 +332,7 @@ public class ModItems { ...@@ -323,6 +332,7 @@ public class ModItems {
//GameRegistry.registerItem(netherionBoots, "Netherion Boots"); //GameRegistry.registerItem(netherionBoots, "Netherion Boots");
// Quartz // Quartz
// TODO: To be replaced to Advanced Machines
// TODO: Make Textures for Quartz before being re-enabled. // TODO: Make Textures for Quartz before being re-enabled.
//GameRegistry.registerItem(quartzHelmet, "Quartz Helmet"); //GameRegistry.registerItem(quartzHelmet, "Quartz Helmet");
//GameRegistry.registerItem(quartzChestplate, "Quartz Chestplate"); //GameRegistry.registerItem(quartzChestplate, "Quartz Chestplate");
...@@ -330,6 +340,7 @@ public class ModItems { ...@@ -330,6 +340,7 @@ public class ModItems {
//GameRegistry.registerItem(quartzBoots, "Quartz Boots"); //GameRegistry.registerItem(quartzBoots, "Quartz Boots");
// Copper // Copper
// TODO: To be replaced to Advanced Machines
// TODO: Make Textures for Copper before being re-enabled. // TODO: Make Textures for Copper before being re-enabled.
//GameRegistry.registerItem(copperHelmet, "Copper Helmet"); //GameRegistry.registerItem(copperHelmet, "Copper Helmet");
//GameRegistry.registerItem(copperChestplate, "Copper Chestplate"); //GameRegistry.registerItem(copperChestplate, "Copper Chestplate");
......
...@@ -4,6 +4,7 @@ import com.zandor300.advancedtools.creativetab.CreativeTabATTools; ...@@ -4,6 +4,7 @@ import com.zandor300.advancedtools.creativetab.CreativeTabATTools;
import com.zandor300.advancedtools.items.genericitems.ATItemArmor; import com.zandor300.advancedtools.items.genericitems.ATItemArmor;
import com.zandor300.advancedtools.reference.Reference; import com.zandor300.advancedtools.reference.Reference;
@Deprecated
public class EnderionArmor extends ATItemArmor{ public class EnderionArmor extends ATItemArmor{
public EnderionArmor(String name, String texture, ArmorMaterial material, int j) { public EnderionArmor(String name, String texture, ArmorMaterial material, int j) {
super(material, j, j); super(material, j, j);
......
...@@ -4,6 +4,7 @@ import com.zandor300.advancedtools.creativetab.CreativeTabATTools; ...@@ -4,6 +4,7 @@ import com.zandor300.advancedtools.creativetab.CreativeTabATTools;
import com.zandor300.advancedtools.items.genericitems.ATItemArmor; import com.zandor300.advancedtools.items.genericitems.ATItemArmor;
import com.zandor300.advancedtools.reference.Reference; import com.zandor300.advancedtools.reference.Reference;
@Deprecated
public class NetherionArmor extends ATItemArmor { public class NetherionArmor extends ATItemArmor {
public NetherionArmor(String name, String texture, ArmorMaterial material, int j) { public NetherionArmor(String name, String texture, ArmorMaterial material, int j) {
super(material, j, j); super(material, j, j);
......
...@@ -4,6 +4,7 @@ import com.zandor300.advancedtools.creativetab.CreativeTabATTools; ...@@ -4,6 +4,7 @@ import com.zandor300.advancedtools.creativetab.CreativeTabATTools;
import com.zandor300.advancedtools.items.genericitems.ATItemArmor; import com.zandor300.advancedtools.items.genericitems.ATItemArmor;
import com.zandor300.advancedtools.reference.Reference; import com.zandor300.advancedtools.reference.Reference;
@Deprecated
public class QuartzArmor extends ATItemArmor { public class QuartzArmor extends ATItemArmor {
public QuartzArmor(String name, String texture, ArmorMaterial material, int j) { public QuartzArmor(String name, String texture, ArmorMaterial material, int j) {
super(material, j, j); super(material, j, j);
......
...@@ -2,6 +2,7 @@ package com.zandor300.advancedtools.items.tools.ingot; ...@@ -2,6 +2,7 @@ package com.zandor300.advancedtools.items.tools.ingot;
import com.zandor300.advancedtools.items.genericitems.ItemAT; import com.zandor300.advancedtools.items.genericitems.ItemAT;
@Deprecated
public class EnderionIngot extends ItemAT{ public class EnderionIngot extends ItemAT{
public EnderionIngot(int id) { public EnderionIngot(int id) {
this.setUnlocalizedName("EnderionIngot"); this.setUnlocalizedName("EnderionIngot");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment