功能介绍
SafLib提供以下功能:
- 数学工具
- 简易注册表
- 服务器到客户端粒子生成
- 各种事物的基础类
开发使用
如果你使用的是1.20/1.20.1版本,请使用v1.0.32+,因为之前的版本存在注册表问题。
如果你有兴趣使用这个库,请使用modrinth的maven访问版本,然后简单地将其包含到你的项目中。
在你的``build.gradle``文件中:
repositories {
exclusiveContent {
forRepository {
maven {
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation include("maven.modrinth:saflib:VERSION}")
}
已复制!
来自Modrinth
v1.1.1 (1.21)
saflib-1.1.1.jar下载1.1.1#Release
- Update to 1.21
- Disable search groups temporarily
- Disable search groups temporarily
展开
版本: 1.1.1
支持游戏: 1.21
类型: Fabric
Release
下载次数: 89
v1.1.0 (1.20.1)
saflib-1.1.0.jar下载1.1.0#Release
- MathUtil updates
- Bump fabric version
- Bump fabric version
展开
版本: 1.1.0
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 144
v1.0.33 (1.20.1)
saflib-1.0.33.jar下载1.0.33#Release
- Update to 1.20.1
- Fix multi-mod registry compatibility
- Fix multi-mod registry compatibility
展开
版本: 1.0.33
支持游戏: 1.20, 1.20.1
类型: Fabric
Release
下载次数: 127
收录