Skip to content

Fej1Dev/Potentials

Repository files navigation

Potentials


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:

  • Energy Blocks and Block Entities
  • Energy Entities
  • Energy Items
  • Fluid Storage Blocks and Block Entities
  • Fluid Entities
  • Fluid Storage Items

How to Use?

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' build.gradle file

dependencies {
    modApi("com.fej1fun.potentials:potentials-${platform}-${mc_version}:${potentials_version}")
}

replace PLATFORM for that build.gradle's platform: common, fabric, neoforge. replace VERSION for the latest Potentials version.


Modrinth CurseForge

Architectury Api

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages