Releases: Kneelawk/GraphLib
Releases · Kneelawk/GraphLib
v2.0.0-alpha.5+1.20.4
GraphLib version 2.0.0-alpha.5 for Minecraft 1.20.4
v2.0.0-alpha.4+1.20.4
GraphLib version 2.0.0-alpha.4 for Minecraft 1.20.4
v2.0.0-alpha.3+1.20.4
GraphLib version 2.0.0-alpha.3 for Minecraft 1.20.4
v2.0.0-alpha.2+1.20.4
GraphLib version 2.0.0-alpha.2 for Minecraft 1.20.4
v2.0.0-alpha.1+1.20.4
GraphLib version 2.0.0-alpha.1 for Minecraft 1.20.4
v1.4.0+1.20.4
Changes:
- Updated to 1.20.3 & 1.20.4 (Patbox).
v1.4.0+1.20.2
Changes:
- Updated to 1.20.2.
v1.4.0+1.20
Changes:
- Added
linkandunlinkmethods toGraphthat take wholeLinkobjects 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
Changes:
- Fixed debug renderer projection matrix getting corrupted by other mods.
v1.3.1+1.20
Changes:
- Fixed situation where attempting to remove multiple nodes via
updateNodescould end up with some not being removed
correctly.