stfwi / redstonepen

Minecraft mod adding a pen to draw Redstone tracks in all directions, a PLC for Redstone, and relays.
MIT License
14 stars 2 forks source link

Request: Hold right click and drag to get a perfect line #14

Closed TheDeviantCrafter closed 1 year ago

TheDeviantCrafter commented 1 year ago

Current behavior: Drawing a line requires clicking a fairly small hitbox. Long lines require fairly careful aim to avoid accidentally leaving gaps or placing redstone lines going sideways.

Proposed behavior: Holding right click and dragging the pen across multiple blocks would draw a perfect line connecting them.

stfwi commented 1 year ago

Hi, I need to think about it and maybe experiment a bit. I only get click/use events from the API, but no mousedown/mouseup, except when explicitly hooking into the client side. Most of the people asked so far were also happy with the placement method of the mod. I definitely take the point to consider this. Cheers,-

stfwi commented 1 year ago

Okay, so all things in sight considered, it's technically not easy to maintain, and the far most uses for the pen I have seen so far are situations where you want to control exactly the wiring directions in tight space. I think I gonna skip this one. Nonetheless, thanks for the input Deviant. Cheers,-