No suggestions yet. Hit Enter to look it up.
As you start searching, your past searches will show here.
A Library mod used by The Panda Oliver
1.0.0-ALPHA.2.2 · 2 weeks ago · 7.33 MB
1.0.0-ALPHA.2.2 · 2 weeks ago · 7.33 MB
1.0.0-ALPHA.2.2 · 2 weeks ago · 7.36 MB
1.0.0-ALPHA.2.2 · 2 weeks ago · 7.36 MB
1.0.0-ALPHA.2.2 · 2 weeks ago · 7.36 MB

PandaLib is a library mod for Minecraft that provides various APIs and utilities to simplify mod development.
The library is written in Kotlin, and some APIs might not be fully supported by Java.
| Planned | In development |
|---|---|
| Config Serializers (TOML, YAML, XML, Properties) | Multi-Loader Framework |
| Config Menu API | |
| Wiki / Docs |
| Mod loader | Versions |
|---|---|
| Fabric | 1.20 – 1.21.10 |
| NeoForge | 1.20.5 – 1.21.10 |
| Forge | Support has ended |
Development is targeted 1.21.10
repositories {
mavenCentral()
maven("https://repo.pandasystems.dev/repository/maven-public/")
}
dependencies {
modApi("dev.pandasystems:pandalib-common-<game version>:<version>") // Common
api("dev.pandasystems:pandalib-neoforge-<game version>:<version>") // NeoForge
modApi("dev.pandasystems:pandalib-fabric-<game version>:<version>") // Fabric
// Only needed if you want to use the embedded Kotlin libraries in NeoForge environments.
additionalRuntimeClasspath(kotlin("stdlib"))
additionalRuntimeClasspath(kotlin("stdlib-jdk8"))
additionalRuntimeClasspath(kotlin("stdlib-jdk7"))
additionalRuntimeClasspath(kotlin("reflect", version = "2.2.0"))
additionalRuntimeClasspath("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
additionalRuntimeClasspath("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2")
additionalRuntimeClasspath("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.1")
additionalRuntimeClasspath("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
additionalRuntimeClasspath("org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.8.1")
additionalRuntimeClasspath("org.jetbrains.kotlinx:kotlinx-datetime:0.6.2")
additionalRuntimeClasspath("org.jetbrains.kotlinx:kotlinx-io-core:0.7.0")
additionalRuntimeClasspath("org.jetbrains.kotlinx:kotlinx-io-bytestring:0.7.0")
}
Thanks to Kinetic Hosting for supporting this project
Every purchased server via my affiliate link will help support me and my work.
The project is licensed under the GNU LGPLv3
by modmuss50
Lightweight and modular API providing common hooks and intercompatibility measures utilized by mods using the Fabric toolchain.
by shedaniel
Configuration Library for Minecraft Mods
by isxander
A builder-based configuration library for Minecraft!
by shedaniel
An intermediary api aimed to ease developing multiplatform mods.
Download PandaLib
Select a game version to see available downloads
No versions match your filters
About the creator
External link
You are about to leave SkinMC and visit an external website. Please be careful and make sure you trust this link before continuing.
Log in
Forgot your password? Reset
Don't have an account yet? Sign up
Log out
Are you sure you would like to log out of your SkinMC account?
Recover account
Lost your password? Recover it by entering your email address to get it back.
Found your password? Log in

Conversation