[Bug]: Crash when opening create world screen
Jamalam360 opened this issue ยท 3 comments
Minecraft version(s)
1.20.1
Minecraft version details
No response
Mod loader
Quilt
Mod loader version
0.19.2
Fabric API version
No response
In what kind of world or server did the problem occur?
Other (specify in "What went wrong?" section)
What went wrong? (Crash logs don't go here)
As in title
Full list of installed mods and their version numbers
Please see the mod table in the logs
Did the problem cause the game to crash?
Yes. (paste crash report below)
Full crash report contents (if you experienced a crash)
Appears to be caused by ValkyrienSkies redirecting a call that I @ModifyArg
, specifically with this, which results in the vector object from the redirect being added to the arg list.
Ideally this PR that would fix this in Mixin could be merged. Alternatively, VS could probably do a @ModifyArg
instead of redirecting.