Implement the -s flag for //paste and fix out of bounds pastes from placing blocks in weird locations#224
Conversation
|
I'm not sure how to feel about the bounds checking for //paste. It's pretty common (at least for me) to copy a larger area with air in it. Not only that, but sometimes you'd want to paste something just to figure out its orientation (especially schematics). I think clipping by default is actually better. |
ah yes I think I added bounds check because pasting out of bounds was causing issues, I now instead just fix the get_chunk_index_for_block method which should resolve those issues. Do you think it'd be helpful to give the user a warning when pasting out of bounds or is fine to just silently clip? |
|
Just silently clipping is fine. I would rather not send something to pollute the chat box. I think it would be cool to have a warning display in the action bar, but since we don't currently have a mechnism for it, I won't hold you to it. |
No description provided.