Skip to content
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

[Bug] Copy Selected Seed while hovering over the lower 48 bit copies a different 48 bit seed number #302

Closed
Jereaux opened this issue Jul 11, 2024 · 0 comments

Comments

@Jereaux
Copy link

Jereaux commented Jul 11, 2024

When right clicking on a seed in the seed list and clicking "Copy selected seed" the seed number that is copied can relate to the top 16 or lower 48 bit of the seed selected, but doesn't match the seed number. For example, copying the seed number -591253483051666085 while hovering over the "lower 48 bit" portion of the seed list generates the number 125443017422171 in the clipboard (lower 48 bit 7216fa7e355b). While this is a number in the 48-bit seed list, it's confusing as the selection says to copy selected seed.

This can also occur while hovering over the top 16, but results in the seed that is pasted having the 4 top 16 characters listed in the lower 48 bit. This results in the seed 63435 for the same seed as above (top 16 = f7cb).

I would think generally the easiest path may be to keep copy selected seed only copying the seed number where ever the cursor is hovering, and add a new right click menu item for "copy lower 48 bit seed" if that was the intended effect.

The first image is a seed list I was copying from, the 2nd is the seed list I was copying to. The seed at the top of the copied to list has the lower 48 bit that matches the top 16 of the original seed list. Other seeds listed just contain the same lower 48 bit.

Copied From
Copied To

With the below image you can see the corresponding seed numbers I was trying to copy over.

Fixed

Cubitect added a commit that referenced this issue Oct 7, 2024
* added 1.21.2 to versions, as well as an experimental 1.21.3 for the pale_garden biome
* added trial chamber finder
* added inner linked gateways
* fixed inaccurate End generation at large distances from 0,0
* fixed copying seeds from matching seed list (#302)
* fixed non-persistent search progress and results list in headless mode (#310)
@Jereaux Jereaux closed this as completed Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant