Skip to content

Repository files navigation

🔮 mcc-platform-fabric

The FabricMC implementation for MCCreativeLab.

Warning

Do not use the mod yet, it's still work in progress.

📝 TODO

  • Implement events

⬇️ Installation

  1. Download the latest version of the mod from the actions page.
  2. Put the downloaded jar file into the mods folder of your Minecraft server.
  3. Start the server and enjoy!

🛠️ Development

  1. Clone the repository.
  2. Run ./gradlew publishToMavenLocal to publish the mod to your local maven repository.
  3. 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}")
}

📜 License

This project is licensed under the GPL-3.0 License.

About

The FabricMC implementation for MCCreativeLab

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages