Skip to content

Commit

Permalink
Add a small tooltip to the seared tanks so they can be found when sea…
Browse files Browse the repository at this point in the history
…rching for 'smeltery' in NEI.
  • Loading branch information
bonii-xx committed Dec 7, 2014
1 parent 1941ddb commit 6e3f6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/assets/tinker/lang/en_US.lang
Expand Up @@ -662,6 +662,7 @@ manual2.tooltip=By: Skyla
manual3.tooltip=By: Thruul M'gon
searedtank1.tooltip=Contains
searedtank2.tooltip=Keeps any fluids it has when harvested
searedtank3.tooltip=Heart of the Smeltery
oreberries1.tooltip=Sweet Irony
oreberries2.tooltip=Pure Luster
oreberries3.tooltip=Tastes like metal
Expand Down
Expand Up @@ -33,6 +33,7 @@ public void addInformation (ItemStack stack, EntityPlayer player, List list, boo
}
else
{
list.add(StatCollector.translateToLocal("searedtank3.tooltip"));
list.add(StatCollector.translateToLocal("searedtank2.tooltip"));
}
}
Expand Down

0 comments on commit 6e3f6e1

Please sign in to comment.