Right-click action on wand & changing the wand item defunct
ChipWolf opened this issue ยท 4 comments
Versions
WorldEdit version: Fabric-Official(7.2.3-SNAPSHOT+5468-7185bcc)
Describe the bug
The right-click action on the wand to set the second position doesn't seem to do anything.
Also, changing the wand item in the config doesn't seem to change the wand item.
To Reproduce
- Right-click with a wooden axe
- Note the second position is not set
and
- Set
wand-item=minecraft\:diamond_axe
- Restart server
- Note the wooden axe is still the wand
Additional context
We're also using the latest version of cardboard with a single plugin; voxel-sniper-flattened-backward
repro without cardboard?
Just checked: in this environment, right-click action works without cardboard. We ended up removing cardboard either way due to a Velocity/FabricProxy conflict.
The issue with changing the wand-item is still present.
also
wand-item=minecraft\:diamond_axe
I don't think that's right, I think the backslash will kill the:
because the reader already got the=
separator, just write it without the backslash and see if that works.
I assumed the slash should stay b/c the default value is wand-item=minecraft\:wooden_axe
, but I've just tried without and I can still replicate the same issue
You might need to just manually rebind it then, just do /tool none
while holding the wand, then //wand
, and it should rebind. I can't reproduce the issue in Fabric, I had a wooden axe, changed it in the config, /we reload
ed, rejoined the world and it was now diamond axe.