作者:rebot | 分类:模组
Minecraft 版本: 1.12.2
平台: forge
标签: library
This is a library mod used by some of my mods. It doesn't add any content to the game, it is designed to be used for mod develment. Here is a list of its features:
All functions come with documentation that can be accessed through the IDE or on GitHub via the source page.
To add this library to your project use the Modrinth maven like this:
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation 'maven.modrinth:telluriumforge:version' // Change version with the version you want to use
}
This library is freely usable by anyone, as long as the usage license is respected.
请登录后举报
暂无评论,抢个沙发吧~