diff options
author | Blood-Asp <Blood@Asp> | 2015-09-05 23:18:46 +0200 |
---|---|---|
committer | Blood-Asp <Blood@Asp> | 2015-09-05 23:18:46 +0200 |
commit | 1f3bb4317f799aba85e774b30ccc67019cecdf02 (patch) | |
tree | 9d67b620f73175a1d7f50e019899919a109b23b3 /main/java/gregtech/common/tools | |
parent | fbf9df8b2e9c7e007a979873472a8a6c84f7ab66 (diff) | |
download | GT5-Unofficial-1f3bb4317f799aba85e774b30ccc67019cecdf02.tar.gz GT5-Unofficial-1f3bb4317f799aba85e774b30ccc67019cecdf02.tar.bz2 GT5-Unofficial-1f3bb4317f799aba85e774b30ccc67019cecdf02.zip |
GT5.08.29
Diffstat (limited to 'main/java/gregtech/common/tools')
-rw-r--r-- | main/java/gregtech/common/tools/GT_Tool_Wrench.java | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/main/java/gregtech/common/tools/GT_Tool_Wrench.java b/main/java/gregtech/common/tools/GT_Tool_Wrench.java index 8a79c96750..2b68b6eaa2 100644 --- a/main/java/gregtech/common/tools/GT_Tool_Wrench.java +++ b/main/java/gregtech/common/tools/GT_Tool_Wrench.java @@ -141,10 +141,4 @@ public class GT_Tool_Wrench {
return new ChatComponentText(EnumChatFormatting.GREEN + aPlayer.getCommandSenderName() + EnumChatFormatting.WHITE + " threw a Monkey Wrench into the Plans of " + EnumChatFormatting.RED + aEntity.getCommandSenderName() + EnumChatFormatting.WHITE);
}
-}
-
-
-/* Location: F:\Torrent\minecraft\jd-gui-0.3.6.windows\gregtech_1.7.10-5.07.07-dev.jar
- * Qualified Name: gregtech.common.tools.GT_Tool_Wrench
- * JD-Core Version: 0.7.0.1
- */
\ No newline at end of file +}
\ No newline at end of file |