PhysicsMod icon indicating copy to clipboard operation
PhysicsMod copied to clipboard

minecraft 1.16.5 , forge mod 2.6.6 , it is not compatibling obfuscate mod

Open MrDomesticCat opened this issue 3 years ago • 7 comments

c the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior.

Screenshots If applicable, add screenshots to help explain your problem.

Minecraft Version: Physics Mod Version:

MrDomesticCat avatar Jan 27 '22 04:01 MrDomesticCat

Please provide a crash log.

haubna avatar Jan 27 '22 10:01 haubna

here is

MrDomesticCat avatar Jan 31 '22 05:01 MrDomesticCat

Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/entity/ItemRenderer::capture with priority 1000 cannot inject into net/minecraft/client/renderer/entity/ItemRenderer::func_225623_a_(Lnet/minecraft/entity/item/ItemEntity;FFLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;I)V merged by net.diebuddies.mixins.MixinItemEntityRenderer with priority 1000 [PREINJECT Applicator Phase -> obfuscate.mixins.json:client.ItemEntityRendererMixin -> Prepare Injections -> -> handler$zjk000$capture

Colin-J-Wood avatar Feb 03 '22 12:02 Colin-J-Wood

looks like each mod is trying to inject its own itemrenderer. I got similar behaviour with ItemPhysics

Colin-J-Wood avatar Feb 03 '22 12:02 Colin-J-Wood

Crayfish mod is open source; this one isn't, so they can't fix it... Any chance you can fix?

darchitectlp avatar Jan 25 '23 14:01 darchitectlp

It can be fixed if they don't let their mod crash when a mixin fails. My mod doesn't crash the game when it can't inject into that function.

haubna avatar Apr 19 '23 06:04 haubna