Skip to content

Commit

Permalink
Fix PotionBrewing accessor
Browse files Browse the repository at this point in the history
Caused crash when loading world
  • Loading branch information
BrokenK3yboard committed Dec 11, 2024
1 parent cbb07bb commit 9dc624e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
@Mixin(PotionBrewing.class)
public interface AccessorPotionBrewing {

@Accessor("potionMixes")
static List<PotionBrewing.Mix<Potion>> zeta$getPotionMixes() {
throw new UnsupportedOperationException();
}
@Accessor
List<PotionBrewing.Mix<Potion>> getPotionMixes();
}

0 comments on commit 9dc624e

Please sign in to comment.