A basic Ore generation library for version 1.15.2
Adds Convenience methods and associated support classes to ease the process of adding ore generation to mods.
This mod on its own will not make any changes to your game, it exists solely as a modding utility and mandatory dependency for my other mods.
How to use this mod:
In order for you to register an ore, you'll need an OreGenerationStrategy (class of type <? extends OreGenerationStrategyBase>).
The library comes with one (as of 0.3.3) example OreGenerationStrategy (class BiasedCountGenerationStrategy) that can be used as is, if needed.
The only thing left to do is call OreRegistry.RegisterOre with an instance of your Block and an instance of your chosen OreGenerationStrategy.
No files available for download.