Skip to content

Releases: CleverNucleus/data-attributes

DataAttributes

03 Aug 13:48
Compare
Choose a tag to compare

+Added limit checker method to 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.

DataAttributes

22 Jul 01:00
Compare
Choose a tag to compare

Consistency release - no actual substance

DataAttributes

21 Jul 21:12
Compare
Choose a tag to compare

*Built with Fabric API 0.57.0+1.19
*Incremented version (1.2.x is the base for MC1.19)
*Changed LiteralText to Text.literal
*Changed datapack loading slightly to be more inline with vanilla

DataAttributes

21 Jul 21:11
Compare
Choose a tag to compare

*Fixed concurrency issue when used in conjunction with PlayerEx and Levelz and teleporting.

DataAttributes

27 Jun 12:42
Compare
Choose a tag to compare

*Fixed bug causing attributes to sometimes be null (i.e. the Create incompatibility/crash).

DataAttributes

25 Jun 01:31
Compare
Choose a tag to compare

*Fixed crash with Creeper Overhaul.

DataAttributes

22 Jun 13:06
Compare
Choose a tag to compare

Initial port to Minecraft 1.18.2. Large changes, mostly functional. Awaiting documentation and more bug reports (i.e. mod conflicts).

DataAttributes

01 Feb 16:18
Compare
Choose a tag to compare

*Fixed a bug with reloading datapacks causing datadriven attributes to become unattached from players under certain conditions.
+Incremented version
*Moved to newer releases of Fabric API and Loader.

DataAttributes

26 Jan 09:56
Compare
Choose a tag to compare

Updated Fabric Loader to 0.12.10.

DataAttributes

14 Jan 01:15
Compare
Choose a tag to compare

*Fixed some EntityAttributeModifier stacking bugs
*Fixed some mixin issues