Skip to content

FixinWithMixin/Tesla-Core-Lib

 
 

Repository files navigation

Tesla-Core-Lib

Minecraft library useful in creating power hungry machines

If one wants to use this lib in his mod

One must first add the maven repository to the list:

repositories {
    maven { name='TCL'; url='https://maven.mcmoddev.com' }
}

And then one must add the dependency:

compile("net.ndrei:tesla-core-lib:${project.teslacorelib_mc_version}-${project.teslacorelib_version}:deobf") { changing = true }

And I would also recommend having these in your gradle.properties:

teslacorelib_mc_version = 1.12
teslacorelib_version = 1.0.13

For easier update later on.

The artifacts for the latest version will get updated on maven after each git push.

The version number goes up after every release on curse forge.

About

Minecraft library useful in creating power hungry machines (fixed I guess?)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.7%
  • Java 0.3%