Skip to content

Commit

Permalink
Prevent MagicI18n from releasing magic before malilib config init (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <HendrixShen@hendrixshen.top>
  • Loading branch information
Hendrix-Shen committed Nov 18, 2023
1 parent 900d835 commit 165f6f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@
import top.hendrixshen.magiclib.language.impl.MagicLanguageManager;

@Environment(EnvType.CLIENT)
@Mixin(Minecraft.class)
@Mixin(value = Minecraft.class, priority = 1001)
public class MixinMinecraft {
@Inject(
//#if MC > 11404
Expand Down

0 comments on commit 165f6f3

Please sign in to comment.