作者:rebot | 分类:模组
Minecraft 版本: 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: neoforge
标签: library
This library is designed for use in my mods and includes various helpful functions for my projects. Additionally, it
introduces telemetry to track how many players are using my mods. If desired, telemetry can be disabled via the
configuration file. For more details, visit the Telemetry page.
Add the following to your gradle.properties:
anvianslib_version=<version>
Add the following to your build.gradle:
repositories {
maven {
name = 'Repsy Anvian'
url = 'https://repo.repsy.io/mvn/anvian/anvians-lib'
}
}
implementation "net.anvian.anvianslib:anvianslib-common-1.21:${anvianslib_version}"
modImplementation "net.anvian.anvianslib:anvianslib-fabric-1.21:${anvianslib_version}"
implementation "net.anvian.anvianslib:anvianslib-forge-1.21:${anvianslib_version}"
implementation "net.anvian.anvianslib:anvianslib-neoforge-1.21:${anvianslib_version}"请登录后举报
暂无评论,抢个沙发吧~