[Bug]: Duplicate waystones that can't be forgotten
sparrowpaws opened this issue ยท 8 comments
Is there an existing issue for this?
- I have searched the existing issues
Description
When anyone opens a waystone, some names appear twice. When trying to forget either of the two duplicated names, they don't get removed, the list just appears to move up by one. Both names can be used to teleport to the waystone. You can still forget other waystones that are not duplicated. This happened after updating a few mods from the server to newer versions, but the Waystones mod was not changed.
To Reproduce
The list of mods:
modlistforserver.txt
(Waystones version 2.5.5)
Unsure of how to reproduce in singleplayer and don't have another server to reproduce on.
Expected behavior
Should be able to forget all waystones, and not have duplicated waystones appearing in the list.
Mod Version
v2.5.5
Minecraft Version
1.18.2
Java Version
Java 17
Fabric Version
- Fabric Loader: 0.14.8-1.18.2
- Fabric API: 0.58.0+1.18.2
Anything else?
Here's an image of some of the duplicates. I can attach a video example if needed.
Well, kinda ๐ค The hashes aren't reversible, so I can't really check what's going on for sure. Given the same position (x, y, z coords) & dimension, it should always return the same hash.
The only exception I can think of is if somehow a single Waystone generates 2 hashes, 1 for the bottom block & 1 for the top block....
same here, happened after moving the files to another server or editing the config file? i did both before realizing that it happened so idk
1.20.1, Fabric, Java 17, mod v 3.1.3
searched for a file to delete the duplicates myself, but i can't find it? is there a "txt/json"? file where it gets saved to?
@bloodyeyesblackblood you can check the wiki page for manual Waystone editing.
As for the issue, I am aware of it, but haven't had any luck in reproducing it so far.
@bloodyeyesblackblood you can check the wiki page for manual Waystone editing. As for the issue, I am aware of it, but haven't had any luck in reproducing it so far.
thanks, i'll try to reproduce the things i did.
the nbt editor is a bit tricky, also the duplicates have a different hash.
[color: 13743503](https://irath96.github.io/webNBT/#)
[dimension: "minecraft:overworld"](https://irath96.github.io/webNBT/#)
[hash: "[17, 105, 99, -73, 112, -114, 26, -30, 96, 60, -73, -54, -59, -51, -102, 107, 61, 42, -78, -29, -44, -126, 62, -39, -121, 121, 114, 76, -76, -72, -110, -124]"](https://irath96.github.io/webNBT/#)
[name: "BD -3480 ~ 86"](https://irath96.github.io/webNBT/#)
[position 3 ints](https://irath96.github.io/webNBT/#)
[color: 13743503](https://irath96.github.io/webNBT/#)
[dimension: "minecraft:overworld"](https://irath96.github.io/webNBT/#)
[hash: "[-83, 98, -23, 22, 99, -93, -120, -27, -36, 94, 15, 120, -124, 116, -106, 111, 98, 15, -109, -8, -68, 108, 91, 122, -43, -96, 49, 112, -126, -109, -22, 32]"](https://irath96.github.io/webNBT/#)
[name: "BD -3480 ~ 86"](https://irath96.github.io/webNBT/#)
[position 3 ints](https://irath96.github.io/webNBT/#)
idk if it helps :)
well it kinda happened again, but the ones that already where duplicates didn't get duplicated, only the new non-duplicate ones, weird, maybe its really the bottom and the top.. ._.
Yikes, I see what's up with the hashes...
#225
edit: I'll close both issues with 1 fix. If it persists, please reopen