CobbleGenRandomizer
New version for Minecraft 1.18 and 1.17!
This mod opens up completely new possibilities for changing the blocks generated by cobblestone, stone, and basalt generators. You can not only modify standard generators but also create your own unique block generation systems.
By default, the mod is configured so that regular generators can now produce various ores and stone types, but all these parameters are easily adjustable through the configuration file or using datapacks.
JEI Support
The mod is fully integrated with Just Enough Items, making working with it extremely convenient and understandable.
Configuration Update
To update, simply delete the old configuration file or manually add block weights. Example entry: ["minecraft:stone|2", "minecraft:dirt|1"]
Forge Tags Support
Now supports Forge tags! For example, you can use "forge:ores" to specify all ores.
Creating Custom Generators
Just like basalt generators use soul soil as a catalyst, you can create your own systems with unique catalysts. To do this, add a new entry to the common configuration file using the following syntax:
custom_generators = [Generator]
Generator = [Type, Block, List]
Type = "cobblestone" or "stone"
Block = catalyst identifier ("modid:block")
List = list of blocks ("modid:block|weight")
Examples:
custom_generators = [
["cobblestone", "minecraft:diamond_block", ["minecraft:diamond_ore"]],
["cobblestone", "minecraft:dirt", ["forge:dirt"]],
["stone", "minecraft:white_wool", ["minecraft:wool"]]
]
Video review by Boodlyneck: