e39092335a
this will mean that FML is deliberately and very obviously incompatible with a modloader installation. Fix up worldtype so that the server can run.
13 lines
746 B
XML
13 lines
746 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="src-common"/>
|
|
<classpathentry kind="src" path="common"/>
|
|
<classpathentry kind="src" path="server"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
|
<classpathentry kind="lib" path="jars/minecraft_server.jar"/>
|
|
<classpathentry kind="lib" path="lib/argo-2.25.jar"/>
|
|
<classpathentry kind="lib" path="lib/asm-all-4.0.jar" sourcepath="lib/asm-all-4.0-source.jar"/>
|
|
<classpathentry kind="lib" path="lib/guava-12.0.1.jar" sourcepath="lib/guava-12.0.1-sources.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|