Skip to content

Commit

Permalink
sighing
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jan 10, 2025
1 parent 22606aa commit 5bfc8be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class BlurHandlerMixin {

@Dynamic("OneConfig")
@WrapOperation(method = "reloadBlur", at = @At(value = "INVOKE", target = "Lcc/polyfrost/oneconfig/internal/gui/impl/BlurHandlerImpl;isShaderActive()Z", ordinal = 0))
@WrapOperation(method = "reloadBlur", at = @At(value = "INVOKE", target = "Lorg/polyfrost/oneconfig/api/ui/v1/internal/BlurHandler;isShaderActive()Z", ordinal = 0))
private boolean redirectShaderActive(BlurHandler instance, Object gui, Operation<Boolean> original) { // works without any params in 0.7.11 but in 0.8 things got stricter
if (
//#if MC<=11202
Expand Down

0 comments on commit 5bfc8be

Please sign in to comment.