-
Notifications
You must be signed in to change notification settings - Fork 7
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
Ritual of Locating only works for Biomes #822
Comments
Just tried it in dev, worked fine. Several times in a row, using different structures, both modded and non. Nothing broke in the update. I attempted a minor change in methodology when resolving the holder set, which still finds structures in my dev instance so maybe it will work for this now too. Honestly I haven't seen this at all yet. No idea why it isn't working. We'll see if next update is any better. |
No idea if this helps at all ... but in my line of work, more info is always better! MoM server crashed while running a locate ritual for a biome after initiation in about 5-10 sec. I was the only one on the server at the moment. Vallen was able to log in and run a command manually without issue |
Latest release of MnA mna-forge-1.20.1-3.0.0.18-all.jar When it rains it pours. I got good news and bad news
|
After staring at the picture AFTER posting .. i see the slight but barely noticeable difference. Red dots .... just a personal opinion ... most people won't notice that detail :) |
Just tried this on local server with mna-forge-1.20.1-3.0.0.19-all Structure actually worked! ... I think it was because the structure was under 500 blocks. Anything over that and the server ticks take to long and the server assumes it's crashed. I have no idea if this can be solved or not, maybe a server setting somewhere, I'll have to research more. LatestLog before crash [09Jul2024 06:36:59.462] [Server thread/INFO] [net.minecraft.server.commands.LocateCommand/]: Locating element minecraft:desert took 19851 ms |
Well, at least it's progress. I'll probably need to multithread this somehow. I was hoping for a less complicated solution. Thanks for all your hard work in providing me this much context and information about the issue. I really appreciate it. |
+1 to the crash on servers with version |
Maybe you can check out the source code for these mods. https://www.curseforge.com/minecraft/mc-mods/natures-compass https://www.curseforge.com/minecraft/mc-mods/explorers-compass |
Describe the bug
Trying to create a Thaumaturgic Compass for anything that is a structure will have the ritual fail immediately with a message that "The Ritual wasn't able to find it's target within a reasonable distance"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
man ... I'd like to be able to find structures using the magic compass
Version Information (please complete the following information):
Additional context
My guess is that this broke when you ported from 1.18.2. The older version had one locate command for both biomes and structures (I think). In 1.20.1 this was switched so that biomes use "/locate biome" and structures use "/locate structure".
The text was updated successfully, but these errors were encountered: