自己使用的模组开发库
Go to file
2026-03-14 22:21:18 +08:00
.github/workflows feat: 让Lib39跨加载器化,未完成 2026-03-09 19:44:09 +08:00
buildSrc feat: 迁移到多加载器版本,还有点小BUG,待修 2026-03-13 04:19:23 +08:00
common docs: 添加Javadoc 2026-03-14 22:21:18 +08:00
fabric docs: 添加Javadoc 2026-03-14 22:21:18 +08:00
forge docs: 添加Javadoc 2026-03-14 22:21:18 +08:00
gradle/wrapper feat: 让Lib39跨加载器化,未完成 2026-03-09 19:44:09 +08:00
node_modules style: 引入cz 2026-02-20 14:47:24 +08:00
.gitattributes Update some of the file infos 2023-07-15 17:16:28 -04:00
.gitignore feat: 跨版本化,第二部分,未完成 2026-03-11 21:02:57 +08:00
build.gradle feat: 让Lib39跨加载器化,未完成 2026-03-09 19:44:09 +08:00
gradle.properties feat: 迁移到多加载器版本,还有点小BUG,待修 2026-03-13 04:19:23 +08:00
LICENSE 命令别名工具,调整McLangDataValue 2025-10-12 21:39:00 +08:00
package-lock.json style: 引入cz 2026-02-20 14:47:24 +08:00
package.json style: 引入cz 2026-02-20 14:47:24 +08:00
README.md docs: 更新ReadMe,添加小图标 2026-03-01 22:49:17 +08:00
settings.gradle feat: 跨版本化,第二部分,未完成 2026-03-11 21:02:57 +08:00

Lib39

GitHub Release License

CurseForge Download Modrinth Download

Lib39 is a general-purpose dependency library for Minecraft mods.
It provides utility methods and core functionality that other mods can build upon.

How to implementation?

In repositories:

    maven {
    name = "LTD Maven"
    url = "https://nexus.bot.leisuretimedock.top/repository/maven-public/"
}

In dependencies:

dependencies {
	implementation("top.r3944realms.lib39:lib39:1.20.1-0.4.1")
}