Closed Shadows-of-Fire closed 4 days ago
Last commit published: 8b935a1fb0970690c815764517b5944102469850.
Item from 1.21.3 with the fixed modifier text
Hold off on merge; currently investigating some libraries being missing in the generated userdev and installer JARs in the newer NeoGradle version that this PR updates to.
🚀 This PR has been released as NeoForge version 21.3.33-beta
.
This PR fixes the implementation of
PercentageAttribute#toValueComponent
when thescaleFactor
is not equal to100
. The current implementation will cause non-addition modifiers to be displayed incorrectly unless the scale factor is exactly 100.For example, the modifier below is a +10%
ADD_MULTIPLIED_TOTAL
modifier, but is incorrectly shown as+100%
due to the faulty logic. This is a display-only issue, and is not impacting attribute calculations in any form. This will need to be backported to 1.21.1 as well.