promotional bannermobile promotional banner

Lucent

A client-side dynamic lighting mod and API

File Details

Lucent 1.20.4-v1.7.0

  • R
  • May 15, 2024
  • 210.78 KB
  • 180.3K
  • 1.20.4
  • NeoForge

File Name

lucent-1.20.4-1.7.0.jar

Supported Versions

  • 1.20.4

Curse Maven Snippet

NeoForge

implementation "curse.maven:lucent-493280:5344876"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.20.4-v1.7.0

General Lighting Updates

  • Falling blocks, block display, and item display entities can now emit light based on the block or item they represent.

API Updates

  • Added List< ItemStack > ILucentPlugin.gatherEquippedItems(Entity)
    • Return a list of all equipped items on the entity that could determine dynamic lighting.
    • Internally used to handle armor, held items, and item frames. Other mods could use this to handle additional inventory slots.