Bewitchment

Bewitchment

7M Downloads

Crash on when trying to start with Bewitchment installed. (1.19)

MrRagtime opened this issue ยท 1 comments

commented

Mod version

bewitchment-1.19-1 https://www.curseforge.com/minecraft/mc-mods/bewitchment/files/3862178

A description of the issue

Every time I boot up Minecraft 1.19 with Bewitchment, my game crashes

The error below is what I believe is causing my game to crash:

[22:00:53] [main/ERROR]: Mixin apply for mod bewitchment failed bewitchment.mixins.json:brew.ItemStackMixin from mod bewitchment -> net.minecraft.class_1799: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException InjectionPoint(Shift)[@at("INVOKE")] on net/minecraft/class_1799::getName with priority 1000 cannot inject into net/minecraft/class_1799::method_7964()Lnet/minecraft/class_2561; merged by com.miir.tooltipsplus.mixin.NameDisplayOverride with priority 1000 [PREINJECT Applicator Phase -> bewitchment.mixins.json:brew.ItemStackMixin from mod bewitchment -> Prepare Injections -> -> handler$zjo000$getName(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Prepare]

Log or crash report

https://gist.github.com/MrRagtime/4ff8cb45453e243d72b4cf09bf296a14

commented

Update tooltipsplus, the version you have overwrites a method so any mod that mixins into that method will crash; this seems to already be fixed on their end