

📖 关于:
Blueprint 是一个模组库,旨在方便访问 Team Abnormals 大多数模组之间共享的代码,但任何人都可以并且也鼓励使用它!它拥有许多非常实用的功能,例如注册表辅助工具、数据同步、多种数据驱动的修改系统、生物群系 API、纹饰材料 API、Endimator 动画 API,等等!

💻 面向开发者:
将 Blueprint 添加到你的模组中其实非常简单!
首先,你需要将 Blueprint 作为依赖项添加,以便在代码中访问这个库。为此,请将以下内容添加到你的 build.gradle 中:
repositories {
maven {
url = "https://maven.teamabnormals.com"
}
}
dependencies {
implementation("com.teamabnormals:blueprint:")
}
将 `` 替换为你想要的 Blueprint 版本,并包含对应的 Minecraft 版本。
例如,1.21.1-8.0.0 将得到 blueprint-1.21.1-8.0.0.jar。
接下来,你还必须将其作为 NeoForge 的依赖项添加,这样你的模组在加载时会要求安装 Blueprint。在你的 neoforge.mods.toml 中,向文件添加以下代码块:
[[dependencies.]]
modId = "blueprint"
type = "required"
versionRange = "[,)"
ordering = "AFTER"
side = "BOTH"
将 `` 替换为你想要的 Blueprint 版本。
例如,8.0.0 将指定 Blueprint 的 8.0.0 版本。
上面 neoforge.mods.toml 的代码块会匹配所选版本以及其后的所有版本。如果你希望以不同方式指定目标版本,建议阅读 neoforge.mods.toml 规范。

📦 Team Abnormals 的主要模组:
🗃️ Team Abnormals 的次要模组:


友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:139,547 | 历史访问人次:234,621
今日访问人数:25,067 | 今日访问人次:28,126
昨日访问人数:25,573 | 昨日访问人次:27,367
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6