diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-05-15 11:33:32 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-05-15 11:33:32 +1000 |
commit | 6d4c465858fe1a199628de86edff1152f97faa52 (patch) | |
tree | 3b6b27cbff7c245308306910f9e7b9be22eb24f4 /.classpath | |
parent | 1d5ca1b761e2fba9e1ba63655da738c7a4cb8137 (diff) | |
download | GT5-Unofficial-6d4c465858fe1a199628de86edff1152f97faa52.tar.gz GT5-Unofficial-6d4c465858fe1a199628de86edff1152f97faa52.tar.bz2 GT5-Unofficial-6d4c465858fe1a199628de86edff1152f97faa52.zip |
First steps towards the Industrial Coking Oven, plus some other misc fixes.
SteamCondenser doesn't show it's tickTime in GUI anymore.
Added compat for some IC2 cables and TC/FB shards.
Added compat for CompactWindmills.
Implemented compat handler for OreDicting/Recipe handling
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 7152e15d22..ea2ed7fe17 100644 --- a/.classpath +++ b/.classpath @@ -9,5 +9,6 @@ <classpathentry kind="lib" path="libs/Waila-1.5.10_1.7.10-deobf.jar"/> <classpathentry kind="lib" path="libs/EnderIO-1.7.10-2.2.8.381-dev.jar" sourcepath="libsrc/EnderIO-1.7.10-2.2.8.381-sources.jar"/> <classpathentry kind="lib" path="libs/gregtech-5.8.50UX-dev.jar"/> + <classpathentry kind="lib" path="libs/API.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |