Made during SpookyJam 2017, Mysterious Biomes (Formerly Spooky Biomes) is a bundle of some spooky feeling and miscellaneous nice to have biomes to enhance your gameplay!
This workspace has a custom gradle task called cleanCode
, this task adds license headers, formats the code and compiles a code standards report that can be found per subproject, example: neoforge/reports/main.html
Should you wish to do any of these on their own you can run any of the following:
./gradlew licenseFormat
Adds the license header to any classes without them../gradlew spotlessApply
Formats the code according to our code format rules../gradlew pmdMain
Compiles a code standards report you can use to improve your code.