Skip to content

Commit

Permalink
feat: added labymod client brand & updated LC version
Browse files Browse the repository at this point in the history
  • Loading branch information
opZywl committed Jan 12, 2025
1 parent 9b4086e commit d6edf3c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ object ClientFixes : MinecraftInstance, Listenable {
packet.data = PacketBuffer(Unpooled.buffer()).writeString(
when (possibleBrands.get()) {
"Vanilla" -> "vanilla"
"LunarClient" -> "lunarclient:v2.18.2-2449"
"LunarClient" -> "lunarclient:v2.18.2-2452"
"OptiFine" -> "optifine"
"CheatBreaker" -> "CB"
"LabyMod" -> "labymod"
"Fabric" -> "fabric"
"PvPLounge" -> "PLC18"
"Geyser" -> "geyser"
Expand Down

0 comments on commit d6edf3c

Please sign in to comment.