Update, config does not work correctly.

This commit is contained in:
Zachary Daltorio
2013-11-18 09:09:38 -05:00
parent 4efed36f16
commit 4fe0313b3e
91 changed files with 3099 additions and 84 deletions

View File

@@ -8,8 +8,8 @@ import net.minecraft.item.ItemHoe;
* User: Orthus
* Date: 10/8/13
*/
public class TaintedDiamonHoe extends ItemHoe {
public TaintedDiamonHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
public class TaintedDiamondHoe extends ItemHoe {
public TaintedDiamondHoe(int par1, EnumToolMaterial par2EnumToolMaterial) {
super(par1, par2EnumToolMaterial);
setCreativeTab(CreativeTabs.tabTools);
}