Compatibility with mini-scaled
ninjaguardian opened this issue ยท 7 comments
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
this doesn't seem like a feature request and isn't on the current MC version.
worldedit operates on a minecraft world using minecraft coordinates. that mod appears to be rendering some other region into the current world. if you want to edit that other region you'll need to directly select it and manipulate it normally. if the mod doesn't allow for that there's nothing we can do about it.
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.