作者:rebot | 分类:模组
Minecraft 版本: 26.1.2
平台: neoforge
标签: library management utility
Knot is a lightweight multi-loader API designed to bridge the gap between Fabric and NeoForge. Instead of fraying your nerves managing multiple codebases, Knot abstracts loader-specific complexities so you can write your code once and deploy it everywhere.
Designed for stability and simplicity, Knot securely ties your project together without the bloat.
To start using Knot in your workspace, add the following to your build.gradle:
repositories {
maven { url "https://maven.daqem.com/releases" }
}
dependencies {
// Replace with the latest version
modImplementation "com.daqem.knot:knot-common:<version>"
}
Check out the Official Wiki for documentation and example templates.
Knot is a library mod. It does not add content on its own, but it is required for many other mods to function correctly. Fret knot, installation is simple:
mods folder.Found a bug? Have a suggestion?
请登录后举报
暂无评论,抢个沙发吧~