Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LIUKRAST committed Sep 9, 2024
1 parent bbc0d0a commit 0d1cfd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

@OnlyIn(Dist.CLIENT)
@Mixin(AbstractConfigEntry.class)
@Debug(export = true)
public class AbstractConfigEntryMixin {

@Inject(method = "save", at = @At("HEAD"), cancellable = true, remap = false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

@OnlyIn(Dist.CLIENT)
@Mixin(TooltipListEntry.class)
@Debug(export = true)
public class TooltipListEntryMixin {

@ModifyReturnValue(method = "getTooltip()Ljava/util/Optional;", at = @At("RETURN"), remap = false)
Expand Down

0 comments on commit 0d1cfd2

Please sign in to comment.