The FabricMC implementation for MCCreativeLab.
Warning
Do not use the mod yet, it's still work in progress.
- Implement events
- Download the latest version of the mod from the actions page.
- Put the downloaded jar file into the
modsfolder of your Minecraft server. - Start the server and enjoy!
- Clone the repository.
- Run
./gradlew publishToMavenLocalto publish the mod to your local maven repository. - Add the following to your
build.gradle.kts:
val mccVersion: String by project // Add the version in the gradle.properties file
repositories {
mavenLocal()
}
dependencies {
modImplementation("com.github.mccreativelab:mcc-platform-fabric:${mccVersion}")
}This project is licensed under the GPL-3.0 License.