Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 6 days ago
Updated 2 days ago
THIS MOD DOES NOTHING ON ITS OWN!
Potentials allows mod makers to use capabilities(lookups) for both Neoforge and Fabric simultaneously!
You can create your own capabilities or use existing ones. Current implementations:
- Energy Blocks and Block Entities
- Energy Items
- Fluid Storage Blocks and Block Entities
- Fluid Storage Items
How to Use?
Add the maven to your build.gradle
file
repositories {
maven { url "https://maven.odysseyus.fr/releases" }
}
Now add the api to each of your modules' PLATFORM/build.gradle
file
dependencies {
modApi("com.fej1fun.potentials:potentials-PLATFORM: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 Stellaris Project Discord!