diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-04 20:54:10 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-04 20:54:10 +1000 |
commit | 0ca4f1177cd2e5ee6bd2be38f6d0f2a60e143e33 (patch) | |
tree | bd3811c0c0daa578e73b3d5a13b5dec203801e45 /.classpath | |
parent | 9878a7c661309e57a65316013d309f9d87fea8a8 (diff) | |
download | GT5-Unofficial-0ca4f1177cd2e5ee6bd2be38f6d0f2a60e143e33.tar.gz GT5-Unofficial-0ca4f1177cd2e5ee6bd2be38f6d0f2a60e143e33.tar.bz2 GT5-Unofficial-0ca4f1177cd2e5ee6bd2be38f6d0f2a60e143e33.zip |
$ Fixed a client crashing bug where aspects didn't register properly due to the changes I made in AspectStack handling.
% Changed how logging is done for cable reflection tasks.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index f64ee72b03..37602a4409 100644 --- a/.classpath +++ b/.classpath @@ -13,6 +13,6 @@ <classpathentry kind="lib" path="libs/Baubles-deobf-1.7.10-1.0.1.10.jar"/> <classpathentry kind="lib" path="libs/forestry_1.7.10-4.2.2.50-deobf.jar"/> <classpathentry kind="lib" path="libs/industrialcraft-2-2.2.783-experimental-deobf.jar"/> - <classpathentry kind="lib" path="libs/gregtech_1.7.10-5.08.30-dev.jar"/> + <classpathentry kind="lib" path="libs/gregtech-5.09.23-NoTC-dev.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |