promotional bannermobile promotional banner

Moog's Glow Up

I thought glow ink was pretty cool but didn't have enough uses, so I added a bunch of vanilla-feeling features that make it more fun to play around with.

File Details

Moog's Glow Up 1.2.1-1.20.3-1.20.4 [FORGE]

  • R
  • Mar 3, 2026
  • 244.69 KB
  • 48
  • 1.20.4+1
  • Forge

File Name

glow_up-forge-1.2.1-1.20.3-1.20.4-forge.jar

Supported Versions

  • 1.20.4
  • 1.20.3

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:moogs-glow-up-1447206:7707116")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

[1.2.1]

Changed

  • Replaced hardcoded 0xF000F0 fullbright constant with LightTexture.FULL_BRIGHT across all rendering mixins
  • Standardised NBT key naming to GlowUp_* convention; old keys are automatically migrated on load
  • Replaced every-tick Glowing effect re-apply with proper addAttributeModifiers/removeAttributeModifiers hooks
  • Replaced ThreadLocal singleton list in banner renderer with a simple instance field
  • Replaced magic duration/amplifier literals in potion registration with named constants
  • Made Constants and NBTUtil utility classes final
  • Refactored SheepFurLayerMixin to use Java pattern-matching instanceof