Alexander01998 Not sure if it works on 26.1/26.2, but it definitely works on 1.21.11 splendidly. It identifies ores through papermc anti-xray with ~85% accuracy, working on improving that number as we speak by enhancing how the math is done. There are currently three modes,
Prediction: Purely just the seed rendering math. Takes no realtime data from the client/server and only runs math.
Diagnostic: Same as Prediction but swapped.
Combined: Just combines the two to form one image. (this is recommended if your server has anti-xray plugins).
How im working to improve the accuracy is by changing what it does with the seed. Currently, it just runs the seeded oregen math based on ONLY the ores, not its surroundings, bedrock, gravel, etc. I am making sure that it accounts for any of those so that false ores where gravel or bedrock or whatnot would be is filtered out, and thus reduces noise.
Currently, as of now (verified) works with fabric API (must have API 0.141.4+), it does NOT conflict with Wurst, or seedcrackerX, and the translation system SHOULD be protected, but take that with a HUGE grain of salt. If you are interested, contact me on discord (@inhaling), or just reply to this and I will set up a github repository and reply with the link.
About why I can't implement 26.x:
Fabric’s 26.1 porting docs say 26.1 is unobfuscated, requires moving off Yarn to Mojang official mappings, and requires Java 25. This mod has JDK 21, so a real 26.x jar still needs a separate official-mappings/Java 25 port.
Source: https://docs.fabricmc.net/develop/porting/
I can do this, but it will take a considerable amount of time.