promotional bannermobile promotional banner

Phosphor (Fabric)

Performance improvements for Minecraft's lighting engine

File Details

Phosphor 0.7.2 for Minecraft 1.16.2+

  • R
  • Apr 30, 2021
  • 89.19 KB
  • 822.5K
  • 1.16.5+3
  • Fabric

File Name

phosphor-fabric-mc1.16.3-0.7.2+build.12.jar

Supported Versions

  • 1.16.5
  • 1.16.4
  • 1.16.3
  • 1.16.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:phosphor-372124:3294303"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

This release fixes a data loss bug present in 0.7.1 and 0.7.0.

Bug Fix

  • Fixed a concurrency issue that could lead to lightmaps being discarded upon reloading chunks (#49). The fix will only prevent new glitches but will not repair already existing ones. If upgrading an already corrupted world to 0.7.2, you need to erase the light cache once, see the note on MC-142134 for complete instructions.

Change

  • Mark Starlight as incompatible. Having both Phosphor and Starlight installed will now lead to a crash instead of loading the game normally and causing unexpected logic errors later on. Phosphor and Starlight were always incompatible and will always be, as they reimplement the lighting engine to a certain extent, hence modifying the same code in conflicting ways. With this change the game simply shuts down gracefully instead of causing undefined behavior.