-
Notifications
You must be signed in to change notification settings - Fork 4
BlueLib Installation
Aram edited this page Dec 8, 2024
·
6 revisions
Adding BlueLib to your Minecraft mod is straightforward. Follow the steps below to include BlueLib in your development environment.
-
Add CurseMaven
To access BlueLib on CurseMaven, follow the setup guide provided here. -
Include BlueLib in
build.gradle
Add BlueLib as a dependency in your mod’sbuild.gradle
file. Use the appropriate dependency configuration based on your platform:
NeoForge
dependencies {
implementation "curse.maven:bluelib-1083303:CURSEFORGE_FILE_ID"
}
Fabric
dependencies {
implementation "curse.maven:bluelib-1083303:CURSEFORGE_FILE_ID"
}
BlueLib’s functionality is fully contained in the Common Package, making it simpler to integrate.
- You can use the common dependency
- You can use the platform-specific dependency.
For detailed information on implementing the library and utilizing its features, please refer to our API Documentation.
Variant Loader
Logging
Interfaces
Utility Classes
- Conversion
- Math
- Minecraft