RadixCore 1.12.2/1.10.2 – Standard Mod Framework

Author: Kompot
0
331
radixcore minecraft mod

RadixCore 1.12.2/1.10.2 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.

Features:

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.

How to install:

  1. Make sure you have already installed Minecraft Forge.
  2. Locate the minecraft application folder.
    • On windows open Run from the start menu, type %appdata% and click Run.
    • On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
  3. Place the mod you have just downloaded (.jar file) into the Mods folder.
  4. When you launch Minecraft and click the mods button you should now see the mod is installed.
( Rating: 00 votes)

Comments

Your email address will not be published. Required fields are marked *

  • There are no comments yet. But yours could become the first one!