Create Parchment-Common

eden-api was causing issues so I'm moving Parchment's common interfaces and utilities here
This commit is contained in:
lexikiq
2021-05-02 14:31:43 -04:00
parent 140fac2b6c
commit 26f9a018bb
5 changed files with 90 additions and 47 deletions

View File

@@ -23,6 +23,7 @@
<finalName>${project.artifactId}</finalName>
</build>
<modules>
<module>Parchment-Common</module>
<module>Parchment-API</module>
<module>Parchment-Server</module>
<module>Paper${file.separator}Paper-MojangAPI</module> <!-- We don't plan on patching this, so this hack is good enough. -->