Mechanicals Lib

Quick rating

Community listing page, reviews here may not be monitored by the author.

Mechanicals Lib

By oierbravoOwner

No reviews yet

Common library for mods.

Mod Loaders
Minecraft

About

Description

Mechanicals Lib

Library for neoforge modding. Mainly, but not limited to, create addons.

Dedicated wiki

Add as dependency

  • build.gradle repository:
    maven {
        url "https://maven.fosil.eu/releases"
    }
  • build.gradle dependency:
jarJar(implementation("com.oierbravo.mechanicals:Mechanicals:${minecraft_version}-${mechanicals_version}"))
  • gradle.properties variables:
minecraft_version=1.21.1
mechanicals_version=4.28 #Use always latest.

License

  • Mechanicals Lib is licensed under the LGPL3 license. See LICENSE for more information.
  • Certain sections of the code are from the Create mod, which is licensed under the MIT license. See Create's license for more information.

Mechanicals Lib

Library for neoforge modding. Mainly, but not limited to, create addons.

Dedicated wiki

Add as dependency

  • build.gradle repository:
    maven {
        url "https://maven.fosil.eu/releases"
    }
  • build.gradle dependency:
jarJar(implementation("com.oierbravo.mechanicals:Mechanicals:${minecraft_version}-${mechanicals_version}"))
  • gradle.properties variables:
minecraft_version=1.21.1
mechanicals_version=4.28 #Use always latest.

License

  • Mechanicals Lib is licensed under the LGPL3 license. See LICENSE for more information.
  • Certain sections of the code are from the Create mod, which is licensed under the MIT license. See Create's license for more information.