作者:rebot | 分类:模组
Minecraft 版本: 26.1 26.1.1 26.1.2
平台: neoforge
标签: library
THIS MOD DOES NOTHING ON ITS OWN!
Potentials allows mod makers to use Capabilities(Api lookups) for both
Neoforge and Fabric simultaneously!
You can create your own capabilities or use existing ones.
Current implementations:
Add the maven to your build.gradle file
repositories {
maven { url "https://maven.exodusstudio.org/releases" }
}
Now add the api to each of your modules' PLATFORM/build.gradle file
dependencies {
modApi("com.fej1fun.potentials:potentials-${platform}-${mc_version}:${version}")
}
replace PLATFORM for that build.gradle's platform: common, fabric, neoforge.
replace VERSION for the latest Potentials version.
If you've found a bug or need help, join the Exodus Studio Community Discord!
请登录后举报
暂无评论,抢个沙发吧~