Mechanicals Lib
Library for Neoforge mod development. Primarily intended for Create addons, but also supports other modding aspects.
Wiki and Documentation
Detailed technical documentation is available on the project's dedicated wiki resource.
Project Integration
To add the library to your mod, include the following configurations:
Repository in build.gradle:
maven {
url "https://maven.fosil.eu/releases"
}
Dependency in build.gradle:
jarJar(implementation("com.oierbravo.mechanicals:Mechanicals:${minecraft_version}-${mechanicals_version}"))
Variables in gradle.properties:
minecraft_version=1.21.1
mechanicals_version=4.28 #Always use the latest version
Licensing
The library is distributed under LGPL3 license. Certain code components are borrowed from the Create mod, which uses MIT license.