Skip to content

Commit

Permalink
Merge pull request #1181 from ZhuRuoLing/dev
Browse files Browse the repository at this point in the history
修改mixin优先级避免冲突
  • Loading branch information
Gu-ZT authored Nov 26, 2024
2 parents 917ae29 + 1c77829 commit 857832a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import java.util.List;

@Mixin(EnchantmentHelper.class)
@Mixin(value = EnchantmentHelper.class, priority = 943)
public class EnchantmentHelperVanillaMixin {

@Unique
Expand Down

0 comments on commit 857832a

Please sign in to comment.