vane icon indicating copy to clipboard operation
vane copied to clipboard

North compass showing random locations

Open WaxenSs opened this issue 1 year ago • 5 comments

When the north compass is on one hand, the indication showing random locations

MC Version: 1.20.1 Paper Version: 1.20.1-18

I tried to :

  • Craft the item manually instead of using the /customitem command = same problem
  • Craft the item manually in survival mode = same problem
  • I've noticed that the north compass only works when the item has just been crafted and is not yet in the player's inventory.

WaxenSs avatar Jun 27 '23 10:06 WaxenSs

Ok I just unintentionally drop the compass, and from the moment I got it back, it started working normally, strange 🤔 And that's not all, now when I craft another north compass, the problem is gone. Throwing the compass away and picking it up again fixes the bug 🤯

WaxenSs avatar Jun 27 '23 10:06 WaxenSs

Yeah the north compass requires some hacky tricks and thus can get a little weird. The issue is that minecraft doesn't support a north compass per-se, so we set a location in the current world that is at 0,-999999999 (very far north) so for all practical purposes it will be north.

If you change world etc, this location needs to be updated, and we are doing that by resetting the location on certain events. So picking it up fixes it :P What's more interesting is why it needs fixing after crafting, since that was working in 1.19 🤔

oddlama avatar Jun 27 '23 10:06 oddlama

Yes, it is strange.. But now, my compass is working perfectly!

WaxenSs avatar Jun 27 '23 14:06 WaxenSs

I'll see if I can reproduce this somehow, maybe something weird changed between versions that I'm not aware of. Ideally it shouldn't need to be dropped to start working 😅

oddlama avatar Jun 27 '23 16:06 oddlama

FWIW I ran into this issue when giving myself the item with commands/creative, but in survival I crafted it and it worked fine. Could be that commands/creative don't give the correct compass for the dimension you're in!

TDuffinNTU avatar Oct 01 '23 20:10 TDuffinNTU