Lib39/README.md
3944Realms 8ebdccc830
Some checks failed
Build and Release / build (push) Failing after 1h59m18s
Build and Release / release (push) Has been cancelled
feat: 完善CommandNode,使其支持权限控制输出以及兼容管理器初始化方法控制触发完善
2026-03-01 22:34:57 +08:00

461 B
Raw Blame History

Lib39

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")
}