You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download mohist-1.19.2-139-server.jar and get the libraries
Put Quark-3.4-418.jar and AutoRegLib-1.8.2-55.jar in the mods/ folder
Start the server
Description of issue :ServerEntityMixin from the quark.mixins.json configuration file failed to apply to the ServerEntity class in the Minecraft server, which led to an immediate crash.
Mixin apply failed quark.mixins.json:ServerEntityMixin -> net.minecraft.server.level.ServerEntity: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on pairTridentData could not find any targets matching 'Lnet/minecraft/server/level/ServerEntity;m_8536_(Ljava/util/function/Consumer;)V' in net.minecraft.server.level.ServerEntity. Using refmap quark.mixins.refmap.json [PREINJECT Applicator Phase -> quark.mixins.json:ServerEntityMixin -> Prepare Injections -> -> handler$zcn000$pairTridentData(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
The text was updated successfully, but these errors were encountered:
Minecraft Version : 1.19.2
Mohist Version : 139
Operating System : Windows 11 ProfessionalWorkstation 23H2
Concerned mod :
Logs : latest.log, debug.log
Steps to Reproduce :
mohist-1.19.2-139-server.jar
and get the librariesQuark-3.4-418.jar
andAutoRegLib-1.8.2-55.jar
in themods/
folderDescription of issue :
ServerEntityMixin
from thequark.mixins.json
configuration file failed to apply to theServerEntity
class in the Minecraft server, which led to an immediate crash.The text was updated successfully, but these errors were encountered: