Warning
This version REQUIRES a JDK 8 and GRADLE 2.10, also this particular modified version DO NOT have HTML build attached due to missing repositories. This is modified only to run Desktop.
Mindustry v1 originated by Anuke from GDL - Metal Monstrosity Jam
Moment is an early version based on this commit released in April 30th, 2017 just 2 days after release in Itch.io, it's the only working version without extensive bugfixes. Created by Anuken and was for GDL - Metal Monstrosity Jam ranked 1st place out of the rest.
Important
Before building, running, or packing Moment.jar, please do note, install GRADLE 2.10 or run with GRADLEW -V, if it fails try using (VIA LOCALLY) the gradle-2.10-rc-2-all.zip to the gradle installation folder or where it failed to unzip the file.
Running: gradlew desktop:run
Building: gradlew desktop:dist
Important
FOR LINUX users, run chmod +x gradlew as if you try to run it normally it would result permission denied error, also LINUX cannot run at all IF it was builded, but can able to use desktop:run.
Running: ./gradlew desktop:run
Building: ./gradlew desktop:dist