aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-02-20 00:57:04 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-02-20 00:57:04 +1000
commit2d3e33a26084e068756852ee9d5de4d65ffd91ac (patch)
tree3fd479d2baa64158c323c33b5486cacfd4cd64d7 /.classpath
parente7d8f3dcfe82b5c56dea66c8a231f1a47b7a0f60 (diff)
downloadGT5-Unofficial-2d3e33a26084e068756852ee9d5de4d65ffd91ac.tar.gz
GT5-Unofficial-2d3e33a26084e068756852ee9d5de4d65ffd91ac.tar.bz2
GT5-Unofficial-2d3e33a26084e068756852ee9d5de4d65ffd91ac.zip
AntiGriefer Block basic implementation added.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 6d6a1a9bdd..f03424b542 100644
--- a/.classpath
+++ b/.classpath
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="conduits/|miscutil/enderio/" kind="src" path="src/Java"/>
+ <classpathentry excluding="miscutil/enderio/|conduits/" kind="src" path="src/Java"/>
<classpathentry kind="src" path="src/resources"/>
<classpathentry combineaccessrules="false" kind="src" path="/Forge"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/industrialcraft-2-2.2.720-experimental-dev.jar"/>
<classpathentry kind="lib" path="libs/gregtech_1.7.10-5.08.30-dev.jar"/>
+ <classpathentry kind="lib" path="libs/EnderIO-1.7.10-2.3.0.420_beta-dev.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>