MohistMC / Banner

The Bukkit/Spigot/Paper API implementation for Fabric
GNU General Public License v3.0
227 stars 25 forks source link

Mama, my little goblin blew up my Banner [ Incompatibility with EliteMobs ] #298

Closed windy664 closed 1 month ago

windy664 commented 1 month ago

I have confirmed that ...

Banner version

697

OS & Java versions

Java 21

Plugins and Mods

EliteMobs

Description

A CancellationException occurred in the method method_29243 when attempting to tick an entity. The exception was thrown because the callback method is not cancellable.

Step to reproduce

The exception originated from the CallbackInfo class in the org.spongepowered.asm.mixin.injection.callback package, indicating that a mixin attempted to cancel the execution of the method but the method itself is not designed to be cancelled.•The affected method is part of the class_1308 class, which appears to be related to entity handling.•The stack trace points to several other classes and methods, including class_1642, class_3218, and MinecraftServer, suggesting issues with entity ticking, world updates, and server operations.

Logs

https://pastebin.com/2Hr96fzp

Server pack link (Optional)

No response