Random Generator Block

Quick rating

Community listing page, reviews here may not be monitored by the author.

Random Generator Block

No reviews yet

Adds two blocks that spawn random items or entities when mined.

Mod Loaders
Minecraft

About

Description

This mod adds three blocks that spawn random items or entities when mined (red for entities, blue for items and green for both).

You can find the configs in the serverconfig folder in your world save.

Configs:

- misc:

  • generators will replace themselves if Infinite set to true. (default: false)
  • generators are affected by the fortune enchantment. In configs, you can set an initial level of fortune (that will be applied even if your held item does not have fortune). You can also set a large enough negative number to 'disable' this.

- Items can be blacklisted in configs by:

  • item id (example: minecraft:bedrock)
  • item tag (example: minecraft:banners)
  • mod id (example: minecraft)
  • regex (example: .*creative.*)

- Probability for enchantable items to drop enchanted (minimum and maximum enchantment powers are also configurable)

- Entities can be blacklisted in configs by:

  • entity id (example: minecraft:ender_dragon)
  • entity tag (example: minecraft:impact_projectiles)
  • mod id (example: minecraft)
  • category (example: monster)