data-attributes-1.1.10.jar
Curse Maven Snippet
What's new
+Added limit method in API class Maths
*Tweaked the stacking behaviour function for diminishing attributes to take into account a floor value: what does this mean? Previously, 0.5 + 0.1 could give you ~0.43, which is obviously wrong and weird. This was because 0.5 + 0.1 would be added together first to produce 0.6 and then the diminishing function would work on that total value. Now it takes the largest single source and removes it from that function, such that it would do 0.5 + the diminished returns of 0.1, to produce ~0.55.
*Incremented version.
This mod has no additional files