SafLib
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 1.1.1
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/saflib
资源信息
Minecraft 版本: 1.21
平台: fabric
资源介绍
Saflib
SafLib is a small and simple library mod intended for usage within my mods.
The library provides:
- Math utils
- Easy registry
- S2C particle spawning
- Base classes for various things
Dev Use
For 1.20/1.20.1, please use v1.0.32+ as previous versions contain registry issues
If you're interested in using the library, use the modrinth maven to access versions and simply include it into your project
In your build.gradle file:
repositories {
exclusiveContent {
forRepository {
maven {
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation include("maven.modrinth:saflib:VERSION}")
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~