Skip to content

Commit

Permalink
Adjust Thaumium bow-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Nov 20, 2014
1 parent 8687296 commit 8161d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/tools/TinkerTools.java
Expand Up @@ -704,7 +704,7 @@ private void modIntegration ()
}

TConstructRegistry.addBowstringMaterial(1, 2, new ItemStack((Item) obj, 1, 7), new ItemStack(TinkerWeaponry.bowstring, 1, 1), 1F, 0.8F, 0.9f, 0x63bcd9);
TConstructRegistry.addBowMaterial(31, 40, 1.2f);
TConstructRegistry.addBowMaterial(31, 35, 4.75f);
TConstructRegistry.addArrowMaterial(31, 1.8F, 0.5F);

TConstructRegistry.addDefaultToolPartMaterial(MaterialID.Thaumium);
Expand Down

0 comments on commit 8161d2b

Please sign in to comment.