Circuit Core

Quick rating

Circuit Core

No reviews yet

Core "library" for many of AussieBox's mods

API/Library
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
0.4.2-1.21.11
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Circuit Core

modrinth github
patreon-singular discord-singular

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
    • Player-exclusive item capabilities
      • Make an item player-exclusive with PlayerExclusiveItemHelper.makeExclusive().
      • From there, world operators can allow specific players to use items individually.
        • You can also set a default list of players during registration.
    • 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 in gradle.properties)}
circuit_core_version={SEE TABLE BELOW}
Game Version Latest Version Supported
1.21.11 0.4.2
1.21.10 0.4.2
1.21.8 0.4.2
1.21.1 0.4.2

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works