Dynamic Fullbright

A simple alternative to standard fullbright/gamma mods, offering the ability to scale or clamp light levels to a desired range.

File Details

1.1.1 - 1.20

  • R
  • Jun 29, 2023
  • 30.40 KB
  • 3.7K
  • 1.20.1+1
  • Fabric + 1

File Name

dynamic-fullbright-1.1.1.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Fabric

modImplementation "curse.maven:dynamic-fullbright-867410:4615316"

Quilt

modImplementation "curse.maven:dynamic-fullbright-867410:4615316"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New Features

  • If the separate entity light mode is enabled and the entity light min and max are set to 0 and 15 respectively (which logically means no scaling occurs for entity lighting), then entity light adjustments are disabled on the mod level.

Tweaks

  • Increased priority level of entity light scaling and added the ability to disable the mixin for it entirely, this is a workaround to improve compatibility with LambDynamicLights (#3) and any other mod that changes the return value of entity.getBlockLight().