Skip to content

Commit

Permalink
Random streamer localization
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Apr 16, 2014
1 parent 53e2c5a commit a8b13ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/items/tools/Arrow.java
Expand Up @@ -124,7 +124,7 @@ public void getSubItems (Item id, CreativeTabs tab, List list)
extra = getExtraItem();
extraStack = extra != null ? new ItemStack(extra, 1, 0) : null;
tool = ToolBuilder.instance
.buildTool(new ItemStack(getHeadItem(), 1, random.nextInt(18)), new ItemStack(getHandleItem(), 1, random.nextInt(18)), accessoryStack, extraStack, "Random Streamer");
.buildTool(new ItemStack(getHeadItem(), 1, random.nextInt(18)), new ItemStack(getHandleItem(), 1, random.nextInt(18)), accessoryStack, extraStack, StatCollector.translateToLocal("item.tool.randomarrow"));

if (tool == null)
{
Expand Down

0 comments on commit a8b13ec

Please sign in to comment.