Loading...
Beta Modpages Unclaimed

RadixCore

RadixCore

0 Likes
7878767 Downloads
Created by WildBamaBoy

Description

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.

  • Client/server synchronization is super simple with the use of the DataWatcherEx and its accompanying WatchedObjects.
  • Simple item and block initialization can automatically be handled with one line of code.
  • An easy to use .schematic file handler, which can read in schematics and paste them in the world.
  • An implementation of custom player data that is never lost on player death, server shutdown, etc.
  • Many various classes and methods to help with logic, simple math, and AI.
  • An automatic update checker. All you must provide is a URL containing your mod's current version and the URL that you would like users to be redirected to.
  • An automatic crash watcher/reporter that can be used to send crash reports from your mod to your designated remote system.
  • A language system allowing for easy translation of GUIs and parsing of variables.
  • A networking system somewhat reminiscent of the pre-1.7 system.
  • Even more...with your help! We want to expand RadixCore to effectively meet most modders' needs.

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.


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

Mantle

Shared code for Forge mods

AutoRegLib

A library to ease menial tasks in mod development.

CraftTweaker

CraftTweaker allows modpacks and servers to customize the game. With CraftTweaker you can change recipes, script events, add new commands and even change item properties!

CoFH Core

Contains Core Functionality for all Team CoFH mods. Also does some really cool stuff on its own!

Patchouli

Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers

Baubles

An addon module and API for Thaumcraft