Saturn

A performance mod designed to optimize Minecraft's memory usage.

File Details

Saturn 0.1.3 for MC 1.19.2

  • R
  • Feb 9, 2024
  • 97.05 KB
  • 120.0K
  • 1.19.2
  • Forge

File Name

saturn-mc1.19.2-0.1.3.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:saturn-670986:5093784")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • This update adds a new config system, which allows you to enable or disable any optimization through a toml file.
  • You can find the config file in config\saturn-optimizations.toml.

Additions

  • New: Cache ResourceLocation array creation in advancement usages to improve performance.
  • Change: Upgrade SheepMixin#createSheepColor() method visibility from private to public.