/screenshots/7ad5e0d6d7440bbdd32afebe409fe8ab713e9cb3.jpeg)
/logo.png)
Just Enough Resources Profiler (JEARGH)
JEARGH (Arbitrary Resource Gathering Helper) is an addon for Just Enough Resources designed to analyze ore distribution in your single-player world. The main function of this mod is to create a world-gen.json file in the configuration folder, which is then used by JER to display data.
Quick Start
To get started, create a new single-player world with JEI, JER, and JEARGH mods installed. Then execute the command /jeargh start 10 to begin the profiling process. Wait for the analysis to complete and reload your world to apply the changes.
Detailed Command Description
/jeargh start [merge]
This command initiates profiling of all detected dimensions within the specified chunk radius around the command sender. The mod analyzes the distribution of ore blocks (those with the ORES tag) by height and quantity. It's important to note that the mod GENERATES the world during operation, so it's not recommended to use it on existing survival saves.
For each found block, the mod simulates mining 1000 times to determine dropped items and their quantities. The [merge] flag allows profiling to be run in only one dimension (where the command sender is located) around their coordinates.
/jeargh abort
If the process takes too long or you want to change parameters, use this command to interrupt profiling.
The mod automatically creates a backup of the world-gen.json file if it already exists.
Limitations
- Does not account for mining with Fortune enchantment
- Analyzes only ore blocks
- No dimension blacklisting/whitelisting capability
- The process can take significant time depending on the specified chunk radius (recommended value is 25)
- Works exclusively with Forge