Skip to content

Releases: TechnoBro03/UUIDLinker

UUID Linker [v2.1.0]

18 Jun 03:31
4982aa2
Compare
Choose a tag to compare

Compatible Minecraft Versions

  • 1.21 (pack format 48)

Changes

  • Compatibility with 1.21

UUID Linker [v2.0.1]

30 May 01:39
Compare
Choose a tag to compare

Compatible Minecraft Versions

  • 1.20.5-1.20.6 (pack format 16-41).

Changes

  • Prefixed all scoreboards with uuid_linker. to improve compatibility with other datapacks.
  • Added uninstall function. /function uuid_linker:uninstall

UUID Linker [v2.0.0]

05 Apr 23:13
262f170
Compare
Choose a tag to compare

Major Overhaul!

Changes

  • Removed many unnecessary function calls and macros
  • Removed all recursive functions
  • Hex lookup table now supports 16bit lookup
  • Removed /function uuid_linker:toggle_storing
  • Storing is now always enabled and accounts for entities that no longer exist

Performace

Test case when using the command /execute as @e[distance=..100] run function uuid_linker:get_uuid

v1.1.1 -> v2.0.0
15ms -> 6ms avg tick time
26ms -> 11ms max tick time
That's over 2x or 50% faster!

Compatible Version

Snapshot 23W31A+ (1.20.5)

UUID Linker [v1.1.1]

02 Apr 20:09
Compare
Choose a tag to compare

Bug Fix

  • Improper function call when translating into Hex causing no HexString to be generated.

Compatible Version

  • Snapshot 24w13a (1.20.5)

UUID Linker [v1.1.0]

30 Mar 00:47
bd0c71a
Compare
Choose a tag to compare

Major performance improvements... Again!

Changes

  • Removed translation into binary, as it was an unnecessary intermediate step.
  • File restructure.

Performace

Test case when using the command /execute as @e[distance=..100] run function uuid_linker:get_uuid without UUID storing.

  • v1.0.1 -> v1.1.0
  • 45ms -> 15ms avg Tick Time
  • 80ms -> 26ms max Tick Time

That's over 3x or 66% faster!

Compatible Version

  • Snapshot 24w13a (1.20.5)

UUID Linker [v1.0.1]

27 Mar 16:26
Compare
Choose a tag to compare

Major performance improvements!

Changes

  • File restructure
  • UUIDs can now be stored to improve performance
  • Added /function uuid_linker:toggle_storing

Compatible Version

Snapshot 24w13a (1.20.5)

UUID Linker [v1.0.0]

27 Mar 03:18
Compare
Choose a tag to compare

Welcome to UUID Linker!

A datapack that can get the formatted hexadecimal string representation of the UUID of any entity.

Compatible Version

  • Snapshot 24w12a (1.20.5)