Random Generator Block
The Random Generator Block mod introduces three specialized blocks that spawn random objects when broken. Each block is color-coded: red generates mobs, blue creates items, and green combines both functions.
Configuration files for customizing the mod's behavior are located in the server settings folder (serverconfig), found within your world save.
Main Settings
In the general parameters section (misc), the following options are available:
- Infinite Regeneration: generators can automatically replace themselves if the corresponding setting is enabled
- Enchantment Influence: fortune affects the outcome, while the configuration allows setting a base level for this effect that works independently of the tool used
Item Blacklist
You can exclude specific items from the generation pool using:
- item identifier (e.g., minecraft:bedrock)
- item tags (e.g., minecraft:banners)
- mod identifiers (e.g., minecraft)
- regular expressions (e.g., .creative.)
Enchanted Items
Configures the probability of obtaining enchanted items with the ability to adjust the minimum and maximum enchantment levels.
Entity Blacklist
For mobs, a blacklist is also provided with filtering by:
- entity identifier (e.g., minecraft:ender_dragon)
- entity tags (e.g., minecraft:impact_projectiles)
- mod identifiers (e.g., minecraft)
- categories (e.g., monsters)