Changed

Changed

184k Downloads

Some mod overwrites ModelPart render code such that Changed can't create a mixin.

cecnull1 opened this issue ยท 4 comments

commented
commented

org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @WrapWithCondition annotation on orCapture could not find any targets matching 'render(Lnet/minecraft/world/entity/LivingEntity;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;I)V' in net.minecraft.client.renderer.entity.LivingEntityRenderer.

commented

Would it be possible to prioritize the loading of this mod to solve this problem?

commented

Or would reflecting on oculus or modifying the oculus code with mixin solve the problem?

commented

The WrapWithCondition mixin was replaced with Inject mixins to prepare layers for visibility. 637d869