HomeJavaModsRadixCore
RadixCore
ModsJava

RadixCore

by WildBamaBoy · on CurseForge

RadixCore. Free Minecraft Java mod — download and open it in the game.

⬇ Download on CurseForge

This project is now defunct and no longer supported. RadixCore will continue to function for mods that require it, but it will no longer be updated.

Overview

RadixCore is not a replacement for MinecraftForge, FML, LiteLoader, or any other API with mod loading capabilities.

It is a library of many different functions that will assist modders, both beginner and advanced, as they create and maintain their mods. It does not load mods. Instead, several core functionalities that need to be implemented in most mods are automatically handled by the API. RadixCore also offers additional powerful features that are enabled with only a few lines of code.


The API is constructed from the core of Minecraft Comes Alive. We found ourselves reusing a substantial portion of MCA's code in our other mods, and we realized how useful it could be to others.

Complete Feature List

If you are simply a player, you will notice no outward changes with RadixCore installed. It only does what mods tell it to do. If you don't use a mod that uses RadixCore - you don't need it!

If you are a modder, RadixCore will do quite a lot to help you create and maintain your mods.

Installation

RadixCore behaves just like a regular mod. It is installed the same way - simply drag and drop it into Minecraft's mods folder while Forge is installed.

Developers

In order to begin using RadixCore with your project, you will need to do the following:

  1. Setup a default mod workspace using a src version of Forge.
  2. Download the deobf version of RadixCore, available from our website.
  3. Place RadixCore somewhere in your workspace.
  4. Modify your build path to include the JAR you've just downloaded.
  5. RadixCore does not have a maven repository. Gradle must use the local version for compilation. See MCA's implementation of this.

All deobf and source distributions are located on our website. Curse will only be used to distribute the universal JAR.

RadixCore is a free Minecraft Java mod. Downloaded 8,538,672 times (via CurseForge). Download it and open it directly in the game.

Explore more