Random Item Generator Resurrected

Adds three configurable blocks that drop random items, spawn random entities, or give random enchanted books — complete with blacklist controls to keep unwanted or hazardous drops out.

File Details

RIGR 2.1.2

  • R
  • Sep 20, 2025
  • 41.36 KB
  • 620
  • 1.21.1
  • Forge

File Name

random_item_generator_resurrected-2.1.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Forge

implementation "curse.maven:rigr-935089:7015477"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Random Item Generator Resurrected — v2.1.2

Minecraft: 1.21.1
Mod ID: random_item_generator_resurrected

Added

  • Config: Item Block

    • item_denylist — block specific items by full ID.
    • mod_denylist — block entire mods (by namespace) from the drop pool.
  • Config: Entity Block

    • MASTER RULE: non_mobs (default true) — blocks everything that is not a Mob.
    • Hazards (default ON): lightning, explosives, fireballs.
    • Non-living toggles (used when MASTER is off): projectiles, splash_potions, xp_bottles, armor_stand, vehicles, falling_blocks, item_frames, paintings.
    • Categories (Mobs only, default OFF): creatures, monsters.
    • Explicit denylist: now includes minecraft:ender_dragon, minecraft:wither, minecraft:giant.
  • Config: Enchants Block

    • remove_curses (default false) — optionally exclude curse enchants.
    • enchant_denylist — block specific enchantments by ID.
    • enchant_mod_denylist — block all enchantments from given namespaces.

Changed

  • Block rename: resurrected_blockitem_block (IDs updated).
  • Config layout: grouped by block, with inline hints; Item Block section appears first.
  • Enchant lookups: migrated to 1.21.1 Holder<Enchantment> APIs.

Fixed

  • Ghost block fix retained across Item, Entity, and Enchants blocks:
    • Break feedback (sound/particles) without removal, forced re-render, and green “happy villager” particles.
  • Silk Touch behavior: consistently drops the block itself.
  • Fortune behavior: extra rolls supported where applicable.

Notes / Migration

  • Worlds containing the old resurrected_block will not automatically migrate to item_block. Replace or re-add via commands/datapack if needed.
  • Config file name remains: random_item_generator_resurrected-common.toml.