Malum

Malum

2M Downloads

1.18.2 Dedicated server crash mixins compat

Proxwian opened this issue ยท 10 comments

commented

Looks like Perfomant mod incompatibility. Since beta version of Perfomant is patreon-distributing-only, I can't provide jar file for you, but hope some logs may help.

latest.log

Also reported to Perfomant mod dev Discord server. Be aware that pervious stable version of Malum works well with Perfomant.

commented

Could you see if you could get us the mixin from Performant that mixes into LivingEntity? that's the only bit of code we'd need to see

commented

telegram-cloud-photo-size-2-5368812599103309924-y

commented

Please. my server is literally dying without Perfomant(

commented

Could you see if you could get us the mixin from Performant that mixes into LivingEntity? that's the only bit of code we'd need to see

Like I said before, it probably makes more sense to use the gravity entity attribute forge explicitly added for adjusting entities gravity, the mixin I'm using is actually very simple:

    @Redirect(method = "travel", at = @At(value = "INVOKE", target = "Lnet/minecraft/world/level/Level;getFluidState(Lnet/minecraft/core/BlockPos;)Lnet/minecraft/world/level/material/FluidState;"))
    private FluidState onTravelGetFluidState(Level world, BlockPos pos)
    {
        return getCache().getFluidState(pos);
    }
commented

Please. my server is literally dying without Perfomant(

It'll be a while if it wasn't obvious already. I'm quite busy as of late :(

commented

Should be fixed now !!!!!!

commented

Actually nvm I quite literally didn't fix it nvm

commented

Gimme a few days and I'll see if I can sort this, seems like the kind of low hanging fruit i can get behind

commented

Same issue, except 1.19.2 forge

commented

Fixed as of 83141cc
Thank u for being patient with me.