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
There is a conflict between the Immersive Portals Core mod and Moonrise when both try to modify the Entity.checkInsideBlocks() method. This results in the following error:
InvalidInjectionException: @At("INVOKE") on net/minecraft/world/entity/Entity::redirectBoundingBoxInCheckingBlockCollision with priority 1000 cannot inject into net/minecraft/world/entity/Entity::checkInsideBlocks()V merged by ca.spottedleaf.moonrise.mixin.collisions.EntityMixin with priority 1000
The text was updated successfully, but these errors were encountered:
There is a conflict between the Immersive Portals Core mod and Moonrise when both try to modify the Entity.checkInsideBlocks() method. This results in the following error:
InvalidInjectionException: @At("INVOKE") on net/minecraft/world/entity/Entity::redirectBoundingBoxInCheckingBlockCollision with priority 1000 cannot inject into net/minecraft/world/entity/Entity::checkInsideBlocks()V merged by ca.spottedleaf.moonrise.mixin.collisions.EntityMixin with priority 1000
The text was updated successfully, but these errors were encountered: