File Details
RadixCore-1.7.10-2.0.0-universal.jar
- R
- Mar 23, 2015
- 141.86 KB
- 32.9K
- 1.7.10
File Name
RadixCore-1.7.10-2.0.0-universal.jar
Supported Versions
- 1.7.10
MAJOR: This is a total rewrite of RadixCore. All previous implementations of RadixCore are now invalidated and must be updated.
Feature: Added RenderHelper for easy rendering of graphics on-screen and text popups.
Feature: DataWatcherEx, an extended version of the DataWatcher object that makes client/server synchronization very simple.
Feature: Added ModCrashWatcher, which can be extended and automatically called when a crash occurs.
Feature: Added AbstractPlayerData, which can be extended and used to handle extended persisting player data for every player in a world.
Feature: Added SimpleOreGenerator. Use to easily register a new ore with Minecraft.
Feature: Added SchematicHandler, which can read and paste .schematic files into a world.
Feature: Added _SkeletonPacket_ for easy copy/paste creation of new packets.
Feature: Added several types of items that can be automatically registered with RadixStartup.
Feature: Added NumberCycleList for easy cycling through a group of sorted numbers.
Change: Inventory now supports enchanted items.
Change: You can now specify an update protocol to use for your update checker. More coming soon!
Fix: Potential client-side crashing issues when the update checker fails to make a connection have been resolved.
Removed: IUnenforcedCore and EnforcedCore are no longer in use. Use RadixCore.registerMod() to begin using any built-in functions.