bump version, add internal use memo

This commit is contained in:
onebeastchris 2024-06-03 20:46:36 +02:00
parent b11ee02c4c
commit 4af7d5114d
2 changed files with 4 additions and 1 deletions

View file

@ -51,6 +51,9 @@ public class GuiElement {
private final int id; private final int id;
/**
* Internal use only; don't depend on these values being consistent.
*/
public int id() { public int id() {
return this.id; return this.id;
} }

View file

@ -7,5 +7,5 @@ org.gradle.vfs.watch=false
group=org.geysermc group=org.geysermc
id=geyser id=geyser
version=2.3.1-SNAPSHOT version=2.3.2-SNAPSHOT
description=Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers. description=Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers.