mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-22 18:25:59 +01:00
c46972e3d3
Removed listeners from main class. Added better location methods for hoppers. Incremented version. Started work on a real API Removed sc alias for the main command.
23 lines
886 B
XML
23 lines
886 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="FacetManager">
|
|
<facet type="minecraft" name="Minecraft">
|
|
<configuration>
|
|
<autoDetectTypes>
|
|
<platformType>SPIGOT</platformType>
|
|
</autoDetectTypes>
|
|
</configuration>
|
|
</facet>
|
|
</component>
|
|
<component name="NewModuleRootManager">
|
|
<output url="file://$MODULE_DIR$/../target/classes" />
|
|
<output-test url="file://$MODULE_DIR$/../target/classes" />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="Lib1" level="project" />
|
|
<orderEntry type="library" name="spigot-1.132" level="project" />
|
|
</component>
|
|
</module> |