We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both
Add LabyMod as a client to spoof when Joining a Server, and also update Lunar Client's verison to latest, which is 2.18.5-2401.
private object LabyMod : SpoofMode("LabyMod") { override fun getBrand(): String = "labymod" } private object Lunar : SpoofMode("Lunar") { override fun getBrand(): String = "lunarclient:v2.18.5-2401" }
private object LabyMod : SpoofMode("LabyMod") { override fun getBrand(): String = "labymod" }
private object Lunar : SpoofMode("Lunar") { override fun getBrand(): String = "lunarclient:v2.18.5-2401" }
The text was updated successfully, but these errors were encountered:
Latest lunar client seems to be -2452
-2452
https://www.lunarclient.com/changelog
Sorry, something went wrong.
No branches or pull requests
LiquidBounce Branch
Both
Describe your feature request.
Add LabyMod as a client to spoof when Joining a Server, and also update Lunar Client's verison to latest, which is 2.18.5-2401.
Additional context
private object LabyMod : SpoofMode("LabyMod") { override fun getBrand(): String = "labymod" }
private object Lunar : SpoofMode("Lunar") { override fun getBrand(): String = "lunarclient:v2.18.5-2401" }
The text was updated successfully, but these errors were encountered: