diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-21 18:35:20 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-21 18:35:20 +1000 |
commit | 80907bc4a42cf3b7ca184213b83fae69ac72bdbf (patch) | |
tree | 970fb0bc5abaa53d31c98475cb0b7309f153682f /.classpath | |
parent | 77e7efe4f6ce3f6562c86569bbc831caa16ebf8d (diff) | |
download | GT5-Unofficial-80907bc4a42cf3b7ca184213b83fae69ac72bdbf.tar.gz GT5-Unofficial-80907bc4a42cf3b7ca184213b83fae69ac72bdbf.tar.bz2 GT5-Unofficial-80907bc4a42cf3b7ca184213b83fae69ac72bdbf.zip |
$ Re-wrote a lot of the fluid tank data storage. Fluids should now update in NBT as they are filled/drained.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index f64ee72b03..22eb51343b 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_1.7.10-5.08.30-dev.jar" sourcepath="/Gregtech/src/main/java"/> <classpathentry kind="output" path="bin"/> </classpath> |