[1.12.2 v1.8.2 and v1.8.3] Crash when right-clicking Containment Chalice
ranma862 opened this issue ยท 4 comments
Crash reports in the pastebins below. Built the chalice just fine, placed it in the world, right-clicked it with an aquamarine the first time, and a bucket of starlight the second. Both times it just crashed the client.
https://pastebin.com/bxsUrFw6
https://pastebin.com/8gvXS6gi
While reporting this I realized there's a version 1.8.3, updated to that version and it worked twice - right-clicked with a starlight bucket and it started hovering around the chalice, right-clicked again with the empty bucket and it came back. The third time I right-clicked with the full starlight bucket again, it crashed again:
Mod list here:
https://pastebin.com/WbDfrp31
try removing whatever that mod is:
sorazodia.survival.mechanics.PlayerActionEvent.blockRightClick(PlayerActionEvent.java:130)
made my sorazodia it seems. Survival-Tweaks is its name. I couldn't find it in the modlist you supplied so i guess you added it without updating the mod list.
looking through his code:
boolean blockActivated = !player.isSneaking() && block.onBlockActivated(world, new BlockPos(0, -1, 0), blockState, player, hand, offset, 0, 0, 0);
what the fcking shit.
line in question: https://github.com/SoraZodia/Survival-Tweaks/blob/master/src/main/java/sorazodia/survival/mechanics/PlayerActionEvent.java#L130
sighs SoraZodia/Survival-Tweaks#14
filed issue report, it's a 1 line change on his end. Did my part.