Hey, this isn't exactly a request to fix it for Kilt, rather I'd like to try to figure out what could be going wrong and try to implement a mixin modifier to be able to fix it.
Log - https://mclo.gs/TnqhzdX (in my dev env, which should be the least broken. the same error occurs in prod too.)
The crash occurs here, in the STORE ModifyVariables, but I'm not entirely sure why. From what I can tell, neither Forge nor Kilt modifies this part of the codebase, which makes me believe it's some kind of incompatibility with Fabric mixin itself. MinecraftDev isn't throwing a validation error here either when I copy the same code into my dev environment, so I'm not entirely sure what's going on here and I'm not sure how or where to retarget this to properly work as intended.
Hey, this isn't exactly a request to fix it for Kilt, rather I'd like to try to figure out what could be going wrong and try to implement a mixin modifier to be able to fix it.
Log - https://mclo.gs/TnqhzdX (in my dev env, which should be the least broken. the same error occurs in prod too.)
The crash occurs here, in the
STOREModifyVariables, but I'm not entirely sure why. From what I can tell, neither Forge nor Kilt modifies this part of the codebase, which makes me believe it's some kind of incompatibility with Fabric mixin itself. MinecraftDev isn't throwing a validation error here either when I copy the same code into my dev environment, so I'm not entirely sure what's going on here and I'm not sure how or where to retarget this to properly work as intended.