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
System & Version Information
(This can usually be found in the F3 Menu)
Java Version: Adoptium JDK 17.0.9.9
Minecraft Version: 1.20.4
IslandUtils Version: 1.6.4
OS: Windows 11
CPU: AMD Ryzen 7 7700X
Additional context
From observing the two mixins (Axiom's MixinClientPacketListener and IslandUtils' splits/HologramMixin), it doesn't look like they should be incompatible?
What might be worth trying is this:
using a "RETURN" @At type for handleEntityData instead
Describe the bug
Minecraft crashes the second you load into a world with Axiom and IslandUtils installed alongside each other.
To Reproduce
Expected behaviour
No crash
Screenshots & Logs
latest.log
System & Version Information
(This can usually be found in the F3 Menu)
Additional context
From observing the two mixins (Axiom's MixinClientPacketListener and IslandUtils' splits/HologramMixin), it doesn't look like they should be incompatible?
What might be worth trying is this:
@At
type forhandleEntityData
instead@Local
other than that, i'm out of ideas
The text was updated successfully, but these errors were encountered: