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
When using a crafting grid in any system, if you place blocks then click & drag over them with the same block it crashes.
This is the exact line, the variable it's accessing that's throwing the variable is this.dragSplittingLimit as that exists in the Minecraft namespace and is private. My debugger reports the line as: (AEBaseGui.java:970)
The text was updated successfully, but these errors were encountered:
0xC4DE
changed the title
Click+Drag on top of other items because java.lang.IllegalAccessError.
Click+Drag on top of other items crashes because java.lang.IllegalAccessError.
Nov 30, 2024
When using a crafting grid in any system, if you place blocks then click & drag over them with the same block it crashes.
This is the exact line, the variable it's accessing that's throwing the variable is
this.dragSplittingLimit
as that exists in the Minecraft namespace and is private.My debugger reports the line as: (AEBaseGui.java:970)
Here's the blame because I'm a snitch: https://github.com/AE2-UEL/Applied-Energistics-2/blame/master/src/main/java/appeng/client/gui/AEBaseGui.java#L970
Crash Log: https://mclo.gs/CEjojbp
AE2 Version: v0.56.6 (only AE2 installed)
The text was updated successfully, but these errors were encountered: