We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0db37 commit 907fdfeCopy full SHA for 907fdfe
src/main/java/hibi/blind_me/EffectManager.java
@@ -56,6 +56,7 @@ public static void tickCallback(MinecraftClient client) {
56
true, false, false,
57
(StatusEffectInstance) null
58
);
59
+ ef.skipBlending();
60
if (player.addStatusEffect(ef)) {
61
effect = ef;
62
}
0 commit comments