Red Core

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

File Details

Red Core 1.8-1.12 0.7

  • B
  • Dec 29, 2025
  • 145.87 KB
  • 49.4K
  • 1.12.2+10
  • Forge

File Name

!Red-Core-MC-1.8-1.12-0.7.jar

Supported Versions

  • 1.12.2
  • 1.12
  • 1.11.2
  • 1.11
  • 1.10.2
  • 1.10
  • 1.9.4
  • 1.9
  • 1.8.9
  • 1.8.8
  • 1.8

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:red-core-873867:7394157")
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.7 Changelog - 2025-12-29

Deprecated

  • Deprecated ClampUtil#clampTest, ClampUtil#clampMinFirst, ClampUtil#clampMaxFirst in favor of ClampUtil#clamp

Added

  • Added RedDeprecated annotation
  • Added ClampUtil#clamp methods for all primitives

Internal

Red Core MC

Added

  • Added RedLoadingPlugin an abstract class which you can extend instead of implementing IFMLLoadingPlugin, it implements the standard stub methods for you

Changed

  • Updated mcmod.info
  • Moved RedCorePlugin to asm package

Fixed

  • Fixed name being core instead of Red Core

Internal