Strange Bug caused by Sanity Soap
KELETU66666 opened this issue ยท 2 comments
I don't think this is a Thaumcraft issue:
- The line number in the stacktrace makes no sense (the entire class ends after about 110 lines)
- The method in thaumcraft code that had the exception (
func_77615_a
/onPlayerStoppedUsing
) does not callrandom.nextInt
anywhere
I did also notice: Thaumcraft-1.12.2-6.1.BETA26-patched.jar
, so it's possible there's a "patch" in there causing this. If not that, it's probably a coremod/mixin with a bug.
I don't think this is a Thaumcraft issue:
- The line number in the stacktrace makes no sense (the entire class ends after about 110 lines)
- The method in thaumcraft code that had the exception (
func_77615_a
/onPlayerStoppedUsing
) does not callrandom.nextInt
anywhereI did also notice:
Thaumcraft-1.12.2-6.1.BETA26-patched.jar
, so it's possible there's a "patch" in there causing this. If not that, it's probably a coremod/mixin with a bug.
thank you for your reply :)