Open Pongpaks0 opened 5 months ago
I'm not too sure I understand. What specifically is the undesirable behaviour?
For the last part, are you looking for an auto-clicker?
@hschwar open the bit below this:
In both of these situations, it's caused by how the mod handles accurate placement; It's not just "insta-place" like FastBlockBreaking is effectively "insta-break", it has a load of math attached that gets the last placed block, its pos, your pos, etc.
That's preventing blocks from being placed, because the player isn't moving (body or head), and thus the target block is never updating.
I should be able to fix the scaffolding similar to how I fixed #18, but I think that would be a bandaid patch over the larger issue, which is that simply holding RMB does not place blocks.
I could just mark this as "works as intended", but I'm curious if it's even possible to fix this without breaking the entire mod.
I'm unable to stack scaffolding quickly with the mod enabled, I need to either disable the mod or look up and down. Similarly, I need to turn off the mod when stacking 3 high walls from the top block.
I think that a mode that just removes the build delay would be nice to have