Click Machine

Click Machine

13M Downloads

Crash involving Overloaded and ClickMachine

braingkk opened this issue ยท 1 comments

commented

Crossposting, as the OP didnt bother.

Forge Version: 36.2.22
MC/Mod Version: 1.16.5-4.5.0
https://gist.github.com/braingkk/252cf4cade9b2bd58f5116e405dd9967

CJ-MC-Mods/Overloaded#112

commented

player.gameMode.handleBlockBreakAction(pos.relative(side, i), Action.START_DESTROY_BLOCK, side.getOpposite(), player.server.getMaxBuildHeight());

This is the line in question - it's a vanilla call where you don't even pass in any entity parameters. I think there might be other shenanigans at play.