A polygonal world generator.
A polygonal world generator. This is the official world generator that will be used by the Lantern server, but is provided as a plugin to make it usable on any other sponge implementation.
java
, js
and native
.java
and js
The following steps will ensure your project is cloned properly.
git clone https://github.com/LanternPowered/Porygen.git
cd Porygen
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any ‘gradle’ command.
In order to build Porygen you simply need to run the gradle build
command.
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any ‘gradle’ command.
For [IntelliJ]