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
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.
- MASTER RULE:
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_block➜item_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_blockwill not automatically migrate toitem_block. Replace or re-add via commands/datapack if needed. - Config file name remains:
random_item_generator_resurrected-common.toml.