
Circuit Core
Core "library" for many of AussieBox's mods
- Загрузки
- 67
- Подписчики
- 1
- Обновлён
- 6 июля 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 20 июня 2026 г.
Core "library" used by many of AussieBox's mods!
Circuit Core is a mod used by most of AussieBox's projects that supplies utility methods for Client & Server-sided mods. Currently, it provides:
- A PlayerAnimationLib wrapper (is that what you call it?)
- Item, Block, and ItemGroup registry util
- Also adds registered items to ItemGroups automatically!
- Advancement granting/revoking util
- Devenv-exclusive utilities:
/circuit_core command- Animation setting (for PAL wrapper)
- Quick infinite effect toggle
The mod also supports four versions at the moment: 1.21.1, 1.21.8, 1.21.10, and 1.21.11.
Depending on Circuit Core
You are free to depend on Circuit Core as you wish, and do not require credit to do so. However, keep in mind that the code itself is licensed under ARR (with conditions).
[!IMPORTANT] If fetching the dependency fails, check Jitpack to ensure your version has finished building. If it's still in progress, wait for it to finish then try again.
To depend on Circuit Core, add this to your build.gradle:
// Inside your repositories block:
maven { url 'https://jitpack.io' }
maven {
name = "RedlanceMinecraft"
url = "https://repo.redlance.org/public"
}
// Inside your dependencies block:
modImplementation "com.github.AussieBox:Circuit-Core:${project.minecraft_version}~${project.circuit_core_version}"
Then, define the mod's version in your gradle.properties.
minecraft_version={YOUR GAME VERSION (should already be here)}
circuit_core_version={SEE TABLE BELOW}
| Game Version | Latest Version | Supported |
|---|---|---|
| 1.21.11 | 0.2.1 | ✅ |
| 1.21.10 | 0.2.1 | ✅ |
| 1.21.8 | 0.2.1 | ✅ |
| 1.21.1 | 0.2.1 | ✅ |
Ченджлог
0.2.1-1.21.8Релиз1.21.8 · 6 июля 2026 г.
Changes
- Fixed
BlockHelpernot setting block keys, causing anExceptionInInitializerErrorin 1.21.8+
0.2.1-1.21.11Релиз1.21.11 · 6 июля 2026 г.
Changes
- Fixed
BlockHelpernot setting block keys, causing anExceptionInInitializerErrorin 1.21.8+
0.2.1-1.21.10Релиз1.21.10 · 6 июля 2026 г.
Changes
- Fixed
BlockHelpernot setting block keys, causing anExceptionInInitializerErrorin 1.21.8+
0.2.1-1.21.1Релиз1.21.1 · 6 июля 2026 г.
Changes
- Fixed
BlockHelpernot setting block keys, causing anExceptionInInitializerErrorin 1.21.8+
0.2.0-1.21.8Релиз1.21.8 · 1 июля 2026 г.
Additions
BlockHelpernow has methods to register a custom item alongside a block
Changes
BlockHelpernow works with theItemRegistrysystem
0.2.0-1.21.11Релиз1.21.11 · 1 июля 2026 г.
Additions
BlockHelpernow has methods to register a custom item alongside a block
Changes
BlockHelpernow works with theItemRegistrysystem
0.2.0-1.21.10Релиз1.21.10 · 1 июля 2026 г.
Additions
BlockHelpernow has methods to register a custom item alongside a block
Changes
BlockHelpernow works with theItemRegistrysystem
0.2.0-1.21.1Релиз1.21.1 · 1 июля 2026 г.
Additions
BlockHelpernow has methods to register a custom item alongside a block
Changes
BlockHelpernow works with theItemRegistrysystem
Комментарии
Загружаем…
