Developer reference

Information for developers

General information

  • If you encounter issues with IntelliJ such as folders not showing, delete the .idea folder and reimport the project.

Primary dependencies

Versioning

The BapUtils mod version is specified in two hardcoded locations. Ensure to update both values whenever you make changes to the version.

Constants.java

public static final String kModVersion = "0.0.0";

build.gradle.kts

version = "0.0.0"

DevAuth, developed by DJtheRedstoner

We utilize DevAuth, a creation of DJtheRedstoner, to ensure secure authentication within our development environments. For configuration details, please refer to their documentation.

  • To enable DevAuth, simply add a JVM property: "-Ddevauth.enabled=true"

Last updated