File Details
Moog's Glow Up 1.2.1-1.20.5-1.20.6 [NEOFORGE]
- R
- Mar 4, 2026
- 246.16 KB
- 21
- 1.20.6+1
- NeoForge
File Name
glow_up-neoforge-1.2.1-1.20.5-1.20.6-neoforge.jar
Supported Versions
- 1.20.6
- 1.20.5
Curse Maven Snippet
Changelog
[1.2.1] — Minecraft 1.20.5-1.20.6
Changed
- Replaced Forge with NeoForge
- Ported to Minecraft 1.20.5-1.20.6 APIs (Data Components, updated recipe formats, NeoForge brewing events)
- Fixed glowing armor trims not rendering fullbright on NeoForge (NeoForge changes the model type in
renderTrim) - Fixed banner glow bitmask being wiped on load (banner patterns moved to Data Components in 1.20.5, old code read an empty NBT list)
[1.2.1]
Changed
- Replaced hardcoded
0xF000F0fullbright constant withLightTexture.FULL_BRIGHTacross 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/removeAttributeModifiershooks - Replaced
ThreadLocalsingleton list in banner renderer with a simple instance field - Replaced magic duration/amplifier literals in potion registration with named constants
- Made
ConstantsandNBTUtilutility classesfinal - Refactored
SheepFurLayerMixinto use Java pattern-matchinginstanceof

