IMS212 / joml-mod

JOML repackaged as a Fabric Mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JOML Mod

JOML repackaged as a Fabric mod for easy inclusion.

JOML and this mod are both licensed under the MIT License.

To include JOML, add the following (or similar) to your build.gradle.

repositories {
 	maven {
    name = "grondag"
    url = "https://grondag-repo.appspot.com"
    credentials {
      username "guest"
       password ""
	  }
  }
}

dependencies {
  modImplementation "grondag:joml-mod:1.0+"
  include "grondag:joml-mod:1.0+"
}

About

JOML repackaged as a Fabric Mod

License:Other