nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Red Core

Red Core

Mod

Red Core is the foundational library for Red Studio projects and associated projects.

Client and server Library

246.1k downloads
12 followers

Red Core 1.8-1.12 0.6

Changelog

Changelog File (Include Previous Versions)

Red Core Version 0.6 Changelog - 2025-02-01

Deprecation Warning

The method RedLogger#printFramedError has been renamed to RedLogger#logFramedError, all usages should be updated before 0.8.

Added

  • Case a utility enum for handling checking, applying and enforcing naming conventions, currently supported casing:
    • camelCase
    • PascalCase
    • kebab-case
    • lower_snake_case
    • UPPER_SNAKE_CASE
  • Added RedLogger#framed which allows logging lists in a readable manner (e.g., versioning information)
  • Added DecimalUtils a utility class which currently allows for truncating decimal numbers for human reading
  • Added empty private constructors to hide implicit public ones
  • Added the brand new Vector suite, it has Vector3 and Vector2 variants for every primitive

Changed

  • Improved documentation for RedLogger#logFramedError
  • Renamed RedLogger#printFramedError to RedLogger#framedError
  • Switched from Javadoc to Markdowndoc
  • Most utility classes now use Lombok @UtilityClass

Internal

Red Core MC

Added

  • AABBUtil a utility class for handling axis aligned bounding boxes
  • AABBUtil#orientAABB a utility method for orienting a north facing AABB towards any EnumFacing allowing you to make only one AABB that works for every direction
  • Added empty private constructors to hide implicit public ones

Removed

  • Removed support for 1.7.10 (Compatibility layer caused issue with the ownership system, wrongfully attributing issues to Red Core)

Optimization

  • OptiNotFine now uses MethodHandle

Internal

Files

!Red-Core-MC-1.8-1.12-0.6.jar(147.61 KiB) Primary Download
!Red-Core-MC-1.8-1.12-0.6-sources.jar(24.01 KiB) Download

External resources


Project members

Desoroxxx

Owner


Technical information

License
MIT
Client side
required
Server side
required
Project ID