Skip to content

Commit

Permalink
Disable Knuckles modifier since it doesn't do anything currently :S
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Sep 9, 2014
1 parent d9c3f26 commit ce9a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/armor/TinkerArmor.java
Expand Up @@ -246,6 +246,6 @@ private void registerModifiers ()
ModifyBuilder.registerModifier(new GloveSpeed(1, new ItemStack[] { redstoneItem, redstoneBlock }, new int[] { 1, 9 }));
//ModifyBuilder.registerModifier(new GloveClimb(new ItemStack[] { new ItemStack(Items.slime_ball), new ItemStack(Blocks.web), new ItemStack(TinkerTools.materials, 1, 25) }));
modAttackGlove = new ModAttack("Quartz", 2, new ItemStack[] { new ItemStack(Items.quartz), new ItemStack(Blocks.quartz_block, 1, Short.MAX_VALUE) }, new int[] { 1, 4 }, 50, 50, "Accessory");
ModifyBuilder.registerModifier(modAttackGlove);
//ModifyBuilder.registerModifier(modAttackGlove);
}
}

0 comments on commit ce9a013

Please sign in to comment.