Red Core

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

File Details

Red Core 0.3.1

  • B
  • Jul 16, 2023
  • 67.75 KB
  • 14.6K
  • 1.12.2
  • Forge

File Name

Red-Core-0.3.1.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:red-core-873867:4647789")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog File (Include Previous Versions)

Red Core Version 0.3.1 Changelog - 2023-7-16 [YANKED]

Fixed

  • Fixed Forge not being able to subscribe the RedClientTicker causing a crash

Red Core Version 0.3 Changelog - 2023-7-16

Added

  • RedClientTicker: A useful ticker that allows you to have ticks every 2, 5 or 10 normal ticks, for things that shouldn't run 20 times a second.
  • OptiNotFine: A must-have when working with OptiFine compatibility, it allows you to know if OptiFine is installed, whether shaders are loaded, and to force fast render off.

Changed

  • RedLogger now uses a String instead of a URI for the newIssueLink parameter, the old constructor has been deprecated and is due for removal for 0.4
  • RedLogger recomfort messages might be more random

Optimized

  • Optimized RedLogger#printFramedError it should now use slightly less memory and thus have less GC pressure