Left Hanging

Left Hanging

121k Downloads

Possible compat issue with Better End

Sunconure11 opened this issue ยท 6 comments

commented

Quilt's reply :

We don't support fabric impl classes because you shouldn't be using them anyway

so the quilt loader isn't compatible with some fabric classes.

The solution here is to not use quilt to load these fabric mods

commented

@ArtixAllMighty

commented

Sunconure11#0616

commented

@ArtixAllMighty

@Sunconure11 hello there.
got a discord channel ? or do i give you mine ? we may be able to communicate better over there

commented

bonsaistudi0s/Creeper-Overhaul#34

This error is of interest too

commented

[20:33:49] [Render thread/WARN]: @reDIrect conflict. Skipping hangman.mixins.json:EntitySitOrHangOnNoose->@reDIrect::renderEdit(Lnet/minecraft/class_1309;)Z from mod hangman with priority 1000, already redirected by mixins.requiem.client.json:possession.LivingEntityRendererMixin->@reDIrect::doesPossessorHaveVehicle(Lnet/minecraft/class_1309;)Z from mod requiem with priority 1000

This is something I can fix. an @ Redirect is not adviced to use in mixins because of compat issues.
Seems like this one got away under my careful vigilance.
I don't think I can do more about this then that.
You might want to contact requiem too (i dont know what mod that is)
if you do so, please link this issue and notify me.
I found the solution in a library with an annotation processor that allows for none-intrusive constant edits and it could help the author of requiem too :
https://github.com/LlamaLad7/MixinExtras/wiki/ModifyExpressionValue