Skip to content

BlueLib Installation

Aram edited this page Dec 8, 2024 · 6 revisions

Integrating BlueLib with Your Minecraft Mod

Adding BlueLib to your Minecraft mod is straightforward. Follow the steps below to include BlueLib in your development environment.


Setup Instructions

  1. Add CurseMaven
    To access BlueLib on CurseMaven, follow the setup guide provided here.

  2. Include BlueLib in build.gradle
    Add BlueLib as a dependency in your mod’s build.gradle file. Use the appropriate dependency configuration based on your platform:

Platform-Specific Setup

NeoForge
dependencies {
	implementation "curse.maven:bluelib-1083303:CURSEFORGE_FILE_ID"
}
Fabric
dependencies {
	implementation "curse.maven:bluelib-1083303:CURSEFORGE_FILE_ID"
}

MultiLoader Configuration

BlueLib’s functionality is fully contained in the Common Package, making it simpler to integrate.

API Documentation

For detailed information on implementing the library and utilizing its features, please refer to our API Documentation.