1.21.6 Support
Nobleyyy opened this issue ยท 7 comments
src\main\java\com\vladmarica\betterpingdisplay\hud\CustomPlayerListHud.java
- context.drawTextWithShadow(client.textRenderer, pingString, textX, y, pingTextColor);
+ context.drawTextWithShadow(client.textRenderer, pingString, textX, y, pingTextColor | 0xFF000000);Thanks MusclePr! Is there a way to make it work for 1.21.8?
tl;dr make a new file at .minecraft/config named fabric_loader_dependencies.json with the following content:
{
"version": 1,
"overrides": {
"betterpingdisplay": {
"depends": {
"minecraft": "1.21.8"
}
}
}
}@FifthTundraG Thanks, that makes sense. After creating this, would I be able to use the 1.21.7 file provided by MusclePr above?
#55 support 1.21.6+ (includes 1.21.7, 1.21.8)
I have provided a JAR file for testers who cannot build it.
@FifthTundraG Thanks, that makes sense. After creating this, would I be able to use the 1.21.7 file provided by MusclePr above?
Yes, that would be correct, although the new jar file that MusclePr provided in #55 already does this so dependency overrides are not necessary :)