Geologist Pick Tweaks
What is this?
This modification was developed for use in a modpack with Immersive Geology (IG) installed. The main goal of its creation was to fix the issue with the geologist pick showing messages about ore deposits where there weren't any actually. This happened because in my modpack, vanilla-like ore generation from Immersive Geology coexisted with the large default deposits added by this modification.
How does it work?
The mod modifies the deposit search algorithm used by the geologist pick. Now the system takes into account the total amount of each ore type and displays a warning only when the quantity of a specific mineral exceeds a defined value that can be configured according to your needs.
Important notes
- Mixins are used to change the logic - this is not always the optimal method, and conflicts may occur with other mods that also modify similar functions.
- The mod works on the server side, and the configuration file is created separately for each world in the serverconfig folder.
Frequently asked questions
Can I include this modification in my modpack?
Yes, certainly! Just make sure you're using the official release from a reliable source.
Will there be a port to other game versions?
Most likely not - the developer plans to support only the latest version of Immersive Geology for Minecraft 1.20.1. If you need support for another version, you can submit a request in the issue tracker.