Skip to content

Commit

Permalink
Re-enable enchanted fabric bonus modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Oct 28, 2014
1 parent 0763397 commit db7e419
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/tconstruct/weaponry/WeaponryHandler.java
Expand Up @@ -125,12 +125,11 @@ else if(event.tool instanceof Crossbow)
return;

// enchanted fabric
/*
if (tags.getInteger("Handle") == 1) {
int modifiers = tags.getInteger("Modifiers");
modifiers += 1;
tags.setInteger("Modifiers", modifiers);
}*/
}

tags.setInteger("DrawSpeed", drawSpeed);
tags.setInteger("BaseDrawSpeed", drawSpeed); // used to calculate correct speed increase with redstone modifier
Expand Down

0 comments on commit db7e419

Please sign in to comment.