Saturn

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

File Details

Saturn 0.1.4 for MC 1.18.2

  • R
  • Feb 9, 2024
  • 83.09 KB
  • 62.6K
  • 1.18.2
  • Forge

File Name

saturn-mc1.18.2-0.1.4.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:saturn-670986:5093782")
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.