Перейти к содержимому
Mineforgian

Potentials

Library to allow mod developers to use cross platform capabilities

Загрузки
141K
Подписчики
13
Обновлён
30 июля 2026 г.
Лицензия
MIT

Опубликован 24 декабря 2024 г.

Curseforge Github Architectury Api


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' 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!

Ченджлог

0.9.3Бета26.2 · 30 июля 2026 г.

0.9.3 changelog

Dev Fixes

  • Fix generics issue
0.9.3Бета26.2 · 30 июля 2026 г.

0.9.3 changelog

Dev Fixes

  • Fix generics issue
0.9.3Бета26.1, 26.1.1, 26.1.2 · 30 июля 2026 г.

0.9.3 changelog

Dev Fixes

  • Fix generics issue
0.9.3Бета26.1, 26.1.1, 26.1.2 · 30 июля 2026 г.

0.9.3 changelog

Dev Fixes

  • Fix generics issue
0.9.2Бета26.2 · 19 июля 2026 г.

0.9.2 changelog

Fixes

  • Fix item fluid components sync on dedicated server
0.9.2Бета26.2 · 19 июля 2026 г.

0.9.2 changelog

Fixes

  • Fix item fluid components sync on dedicated server
0.9.2Бета26.1, 26.1.1, 26.1.2 · 19 июля 2026 г.

0.9.2 changelog

Fixes

  • Fix item fluid components sync on dedicated server
0.9.2Бета26.1, 26.1.1, 26.1.2 · 19 июля 2026 г.

0.9.2 changelog

Fixes

  • Fix item fluid components sync on dedicated server

Комментарии

Загружаем…