Skip to content

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!

License

Notifications You must be signed in to change notification settings

kiris-mods/mysterious-biomes

Repository files navigation

Mysterious Biomes

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!
Don't get too spooked! And remember to keep your ears alert for dangers that lurk in the mist...
Discord server invite. Website link. Latest commit.

Build Status

Getting Started with IntelliJ IDEA

  1. Clone or download this repository.
  2. Open the project in IntelliJ IDEA.
  3. If your default JVM/JDK is not Java 21 you will encounter an error when opening the project.
    This error is fixed by going to File > Settings > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM and changing the value to a valid Java 21 JVM. You will need to set the Project SDK to Java 21 also.
    This can be done by going to File > Project Structure > Project SDK.
    Once both have been set open the Gradle tab in IDEA and click the refresh button to reload the project.
  4. Once everything has refreshed and finished importing, open your Run/Debug Configurations,
    under the Application category there should now be options to run NeoForge or Fabric clients and servers. Select one of these and try to run it. (Restarting IDEA should help if they don't show up right away)
  5. Assuming you were able to run the game in step 4 your workspace should now be set up.

Custom gradle task

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.

About

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!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages