Data Attributes

Overhauls the entity attributes system and exposes it with datapacks.
Back to Files

data-attributes-1.1.10.jar

File namedata-attributes-1.1.10.jar
Uploaded
Aug 3, 2022
Downloads
458
Size
104.4 KB
Mod Loaders
Fabric
File ID
3914233
Type
R
Release
Supported game versions
  • 1.18.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:data-attributes-514734:3914233"

Learn more about Curse Maven

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