-
-
Notifications
You must be signed in to change notification settings - Fork 882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with mini-scaled #2560
Comments
this doesn't seem like a feature request and isn't on the current MC version. |
ok. but i think the reason this happens is because when you click the mini-block in the overworld, it select the corresponding block in the mini world. When you run the command, it doesn't set the block in the mini world even though that is the dimension it is in. |
we can't do anything if the mod is redirecting clicks either. use //hpos, //pos with coords, select the area around it, etc if you want to select the "portal block". |
WorldEdit doesn't know that the target click is in a different world, and actually selects in the overworld. I'm not sure why CUI is misrepresenting that though, since the selection is actually in the world the player is in. |
I think this is a bug with our selection wand. It uses the player world instead of the interact event world. I will take a look and see if it can be fixed; but if so it will only be for newer versions and not 1.20.4. |
The CUI is correct. In the over world you can change the world inside of the mini block. The commands just don't change it. |
The Problem
Can't use worldedit on mini-scaled block while in overworld
running //set dirt does nothing
A Solution
Maybe make it access the block and set it inside of there
Alternatives
No response
Anything Else?
No response
The text was updated successfully, but these errors were encountered: