Crash with mods using this.canSilkHarvest();
msrEagle opened this issue ยท 1 comments
I was reported a crash by a user of my mod, see https://github.com/GustoniaEagle/Adventurers-Amulets/issues/9
I was able to fix this issue by removing this.canSilkHarvest() from the conflicting block, but it seems illogical that the issue is on my end.
See https://github.com/GustoniaEagle/Adventurers-Amulets/commit/6d2caf62c47dbbe06cfe917cb52d0fda67013cb4 for the fix on my end, not sure what the issue is on RB's side.