Library to make creating and interpreting language files easier
Running the build.sh
file will both compile and install MCLang into your local repository
In your pom.xml
, add
<dependencies>
<dependency>
<groupId>dev.zomo</groupId>
<artifactId>MCLang</artifactId>
<version>1.0.4</version>
</dependency>
</dependencies>