Direwolf20-MC / JustDireThings

Just some things Direwolf20 wants to have.
MIT License
40 stars 14 forks source link

[Enhancement/Suggestion] Cannot make even-numbered selections with advanced blocks. #34

Closed antrobot1234 closed 6 months ago

antrobot1234 commented 6 months ago

As it stands, there is no way for the user to specify an even numbered selection boundary with the advanced blocks. I have 3 potential solutions that could achieve this

  1. A toggle that enables "offset center" this makes the center of the radius in between blocks rather than in the center of a block example(1)
  2. half-step radius. allow the user to specify radius in increments of 1/2 rather than 1. (E.G. 0 is one block selected. 0.5 is 2 blocks selected. 1 is 3 blocks selected)
  3. half-step offset. similar to the 2nd suggestion, but with the offset instead of the radius. a half offset would be in between two blocks rather than in the center. there would have to be some modification to how the radius works for this to make sense.
Direwolf20-MC commented 6 months ago

Yea i'm considering swapping to 1/2 increment radius. Or maybe going like building gadgets, and specifying a start and then a number of blocks in each direction. I haven't decided yet :).

Direwolf20-MC commented 6 months ago

Resolved :)