Skip to content

Commit

Permalink
Bring flamestring in line so it's an actual choice instead of just ma…
Browse files Browse the repository at this point in the history
…king normal tools lategame power. Also bring enchanted string in line a bit.
  • Loading branch information
bonii-xx committed Nov 20, 2014
1 parent 2396c9c commit 8687296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tconstruct/tools/TinkerTools.java
Expand Up @@ -703,7 +703,7 @@ private void modIntegration ()
TConstructRegistry.addPartMapping(TinkerTools.woodPattern, meta + 1, 31, new ItemStack(TinkerTools.patternOutputs[meta], 1, 31));
}

TConstructRegistry.addBowstringMaterial(1, 2, new ItemStack((Item) obj, 1, 7), new ItemStack(TinkerWeaponry.bowstring, 1, 1), 1F, 1F, 0.9f, 0x63bcd9);
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.addArrowMaterial(31, 1.8F, 0.5F);

Expand All @@ -720,7 +720,7 @@ private void modIntegration ()
try
{
Object plantItem = ItemHelper.getStaticItem("plantItem", "mods.natura.common.NContent");
TConstructRegistry.addBowstringMaterial(2, 2, new ItemStack((Item) plantItem, 1, 7), new ItemStack(TinkerWeaponry.bowstring, 1, 2), 1.2F, 0.8F, 1.3f, 0xd3414f);
TConstructRegistry.addBowstringMaterial(2, 2, new ItemStack((Item) plantItem, 1, 7), new ItemStack(TinkerWeaponry.bowstring, 1, 2), 1.2F, 1.1F, 1.2f, 0xd3414f);
}
catch (Exception e)
{
Expand Down

0 comments on commit 8687296

Please sign in to comment.