Modding Library for Minecraft
Introducing Mechanicals Lib
Welcome to the world of Mechanicals Lib, an essential library for modding within the Neoforge platform. While its primary focus is on enhancing the experience of creating addons, its applications extend beyond that.
Integrating Mechanicals Lib as a Dependency
- To incorporate it into your project, add the following repository to your
build.gradle
file:maven { url "https://maven.fosil.eu/releases" }
- Next, specify the dependency in your
build.gradle
by using:jarJar(implementation("com.oierbravo.mechanicals:Mechanicals:${minecraft_version}-${mechanicals_version}"))
- Finally, modify your
gradle.properties
file to include these variables:minecraft_version=1.21.1 mechanicals_version=4.28 #Always ensure you're using the latest version.
Licensing Information
- This library operates under the LGPL3 license. Detailed information can be found in the LICENSE document.
- Some parts of the codebase are derived from the Create mod, which is available under the MIT license. For further details, please refer to Create’s licensing information.