Skip to content

Commit

Permalink
Debugstuff :I
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Oct 24, 2014
1 parent 54590e8 commit 2aa42a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/library/tools/AbilityHelper.java
Expand Up @@ -424,7 +424,7 @@ public static boolean damageEnergyTool (ItemStack stack, NBTTagCompound tags, En
return false;
}

energy -= usage*50;
energy -= usage;
tags.setInteger("Energy", energy);

//stack.setItemDamage(1 + (tool.getMaxEnergyStored(stack) - energy) * (stack.getMaxDamage() - 1) / tool.getMaxEnergyStored(stack));
Expand Down

0 comments on commit 2aa42a5

Please sign in to comment.