Skip to content

Releases: Kneelawk/GraphLib

v2.0.0-alpha.5+1.20.4

23 Mar 14:15
d2a05ff

Choose a tag to compare

GraphLib version 2.0.0-alpha.5 for Minecraft 1.20.4

v2.0.0-alpha.4+1.20.4

20 Mar 01:13
a25d17b

Choose a tag to compare

GraphLib version 2.0.0-alpha.4 for Minecraft 1.20.4

v2.0.0-alpha.3+1.20.4

14 Mar 23:49
763afb1

Choose a tag to compare

GraphLib version 2.0.0-alpha.3 for Minecraft 1.20.4

v2.0.0-alpha.2+1.20.4

14 Mar 21:12
5cc8a1a

Choose a tag to compare

GraphLib version 2.0.0-alpha.2 for Minecraft 1.20.4

v2.0.0-alpha.1+1.20.4

14 Mar 19:02
7e2aec2

Choose a tag to compare

GraphLib version 2.0.0-alpha.1 for Minecraft 1.20.4

v1.4.0+1.20.4

08 Dec 07:38
6d053bf

Choose a tag to compare

Changes:

  • Updated to 1.20.3 & 1.20.4 (Patbox).

v1.4.0+1.20.2

02 Oct 03:33
35ad6c4

Choose a tag to compare

Changes:

  • Updated to 1.20.2.

v1.4.0+1.20

17 Sep 06:56
b79e95a

Choose a tag to compare

Changes:

  • Added link and unlink methods to Graph that take whole Link objects instead of just the component nodes.
  • Added checking code to prevent the creation of duplicate nodes and links.
    • This fixes a bug where duplicate node creation would corrupt one of the graph's internal maps.
    • This also makes sure graph-entities no longer receive duplicate events for duplicate creations.

v1.3.2+1.20

10 Sep 22:49
acb067a

Choose a tag to compare

Changes:

  • Fixed debug renderer projection matrix getting corrupted by other mods.

v1.3.1+1.20

08 Sep 05:15
5839018

Choose a tag to compare

Changes:

  • Fixed situation where attempting to remove multiple nodes via updateNodes could end up with some not being removed
    correctly.