Skip to content

LCLPYT/kibu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86c6aee · Dec 16, 2024
Apr 28, 2024
Dec 16, 2024
Oct 24, 2024
Oct 24, 2024
Oct 24, 2024
Oct 24, 2024
Jul 19, 2024
Dec 16, 2024
Oct 24, 2024
Oct 25, 2024
Jul 19, 2024
Oct 24, 2024
Jul 19, 2024
Oct 24, 2024
Oct 24, 2024
Oct 24, 2024
Dec 16, 2024
Mar 30, 2023
Mar 30, 2023
Apr 24, 2024
Dec 16, 2024
Dec 16, 2024
Dec 16, 2024
Dec 16, 2024
Apr 24, 2024

Repository files navigation

kibu

A modding library for FabricMC, intended to be used on servers. Kibu provides capabilities useful for usage in kibu-plugins, e.g. event unregistration, which is needed when a plugin is unloaded.

Gradle Dependency

You can install kibu via Gradle.

To use kibu in your project, modify your build.gradle:

repositories {
    mavenCentral()
    
    maven {
        url "https://repo.lclpnet.work/repository/internal"
    }
}

dependencies {
    modImplementation 'work.lclpnet.mods.kibu:kibu:0.6.0'  // replace with your version
}

All available versions can be found here.

Credits

  • Gradle buildscript structure inspired by fabric.

Related projects