Skip to content

Commit

Permalink
The most important update of the galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Oct 1, 2014
1 parent cab2c28 commit f902576
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/assets/tinker/lang/en_US.lang
Expand Up @@ -717,6 +717,8 @@ smeltery.drain.tooltip1=Works both as input and output for
smeltery.drain.tooltip2=fluids in the Smeltery
smeltery.brick.tooltip1=Smeltery structure block
smeltery.brick.tooltip2=(Safe for decoration)
#Dear translators, only translate this line if the joke is applicable in your language.
grout.tooltip=I am Grout!

gui.smeltery.fuel=Fuel
gui.smeltery.emerald=Emeralds:
Expand Down
Expand Up @@ -34,6 +34,10 @@ public void addInformation (ItemStack stack, EntityPlayer player, List list, boo
{
switch (stack.getItemDamage())
{
case 1:
if(StatCollector.canTranslate("grout.tooltip"))
list.add(StatCollector.translateToLocal("grout.tooltip"));
break;
case 3:
list.add(StatCollector.translateToLocal("craftedsoil1.tooltip"));
break;
Expand Down

4 comments on commit f902576

@Adaptivity
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is reference to "Guardians of the Galaxy"? If so, shouldn't this be "I am Groot!"?

@PrincessOfEvil
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Block is called "Grout", lol.

@Adaptivity
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understood.

@TherminatorX
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hoo boy, glad you're so certain of the build that you're adding jokes.

Please sign in to comment.