{"id":129414,"date":"2026-06-07T17:55:40","date_gmt":"2026-06-07T14:55:40","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/"},"modified":"2026-06-07T17:55:40","modified_gmt":"2026-06-07T14:55:40","slug":"rbmd","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/","title":{"rendered":"Randomized Block &#038; Mob Drops"},"content":{"rendered":"<p># \ud83c\udfb2 Randomized Block &#038; Mob Drops (RBMD)<\/p>\n<p>Every block and mob drop in Minecraft is randomized \u2014 vanilla and modded. Just install and play.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcd6 What It Does<\/p>\n<p>&#8211; Every block and mob has its drops shuffled to something completely different<br \/>\n&#8211; Drops are consistent \u2014 the same block always drops the same thing in your world<br \/>\n&#8211; Each world gets its own randomization, saved so it never changes between sessions<br \/>\n&#8211; Works with modded blocks, mobs, and items automatically<br \/>\n&#8211; Only items that can naturally drop are in the shuffle pool \u2014 nothing becomes unobtainable<br \/>\n&#8211; If you add, remove, or update a mod, the datapack rebuilds automatically on next world load<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f How It Works<\/p>\n<p>Load a world. RBMD automatically:<\/p>\n<p>1. Scans all loot tables to find every naturally obtainable item<br \/>\n2. Shuffles them using your world seed<br \/>\n3. Writes a datapack and reloads \u2014 drops are active immediately<\/p>\n<p>If you change your config or mod list, RBMD detects the change and rebuilds the datapack using the same seed on the next world load. No manual steps needed.<\/p>\n<p>> \ud83d\udd01 Want completely new drops? Run `\/rbmdreshuffle` at any time.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `\/rbmdhelp` | Show help in-game |<br \/>\n| `\/rbmdreshuffle` | Re-randomize with a new seed |<br \/>\n| `\/rbmdreshuffle <seed>` | Re-randomize with a specific seed |<br \/>\n| `\/rbmdfind <item>` | What block or mob drops this item |<br \/>\n| `\/rbmdmob <mob>` | What this mob drops now |<\/p>\n<p>Both `\/rbmdfind` and `\/rbmdmob` support **tab completion** \u2014 start typing `minecraft:` or `mymod:` and it will suggest matching items and mobs.<\/p>\n<p>**Debug commands (OP only)**<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `\/rbmddebug` | Force rebuild the datapack if drops seem wrong |<br \/>\n| `\/rbmdcheck` | Verify blacklists are working \u2014 shows pool size and flags issues |<br \/>\n| `\/rbmddump` | Export every drop change to `datapacks\/rbmd_randomizer\/rbmd_dump.txt` |<\/p>\n<p>> \ud83d\udca1 Use `\/rbmddump` to review all changes and copy IDs straight into the blacklist config.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Config<\/p>\n<p>File: `config\/rbmd-common.toml`<\/p>\n<p>Changes are detected automatically on next world load \u2014 no need to run `\/rbmdreshuffle` unless you want new drops entirely.<\/p>\n<p>| Option | Default | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `randomize_blocks` | `true` | Randomize block drops |<br \/>\n| `randomize_mobs` | `true` | Randomize mob drops |<br \/>\n| `randomize_silk_touch` | `true` | Randomize Silk Touch drops |<br \/>\n| `item_blacklist` | *(see below)* | Items excluded from the pool entirely |<br \/>\n| `mob_blacklist` | *(empty)* | Mobs whose drops are never randomized |<br \/>\n| `mod_blacklist` | *(empty)* | Exclude all items and mobs from a mod by its mod ID |<br \/>\n| `chaos_mode` | `false` | Skip all filters \u2014 see below |<br \/>\n| `reset_welcome_message` | `false` | Show the welcome message again on next join |<\/p>\n<p>**Item blacklist defaults** \u2014 excluded because they can&#8217;t be obtained naturally: `bedrock`, `barrier`, `command_block`, `chain_command_block`, `repeating_command_block`, `structure_block`, `structure_void`, `jigsaw`, `light`, `debug_stick`, `knowledge_book`, `bundle`. Remove any entry to put it back in the pool.<\/p>\n<p>**Blacklist format** \u2014 use full registry IDs:<br \/>\n&#8220;`toml<br \/>\nitem_blacklist = [&#8220;minecraft:diamond&#8221;, &#8220;mymod:special_item&#8221;]<br \/>\nmob_blacklist  = [&#8220;minecraft:zombie&#8221;, &#8220;mymod:boss&#8221;]<br \/>\nmod_blacklist  = [&#8220;mymod&#8221;, &#8220;anothermod&#8221;]<br \/>\n&#8220;`<\/p>\n<p>### \ud83d\udd34 Chaos Mode<\/p>\n<p>Setting `chaos_mode = true` skips everything \u2014 blacklists, spawn egg filter, and the natural drop filter. Every registered item enters the pool. A warning appears in chat when you join with chaos mode on.<\/p>\n<p>> \u26a0\ufe0f Some items may become unobtainable in chaos mode. Use at your own risk.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 Notes<\/p>\n<p>&#8211; **Wrong tool = no drop** \u2014 same as vanilla. A block that needs a pickaxe drops nothing without one.<br \/>\n&#8211; **Same seed = same drops** \u2014 two worlds sharing a seed will have identical randomization. Use `\/rbmdreshuffle` to override.<br \/>\n&#8211; **Each world is independent** \u2014 worlds store their own seed and config hash in `datapacks\/rbmd_randomizer\/`. Switching between worlds never affects each other.<br \/>\n&#8211; **Adding or removing mods** \u2014 detected automatically. Drops will shift slightly since the pool size changes, but the same seed is reused so existing items stay as consistent as possible.<br \/>\n&#8211; **Silk Touch** \u2014 randomized by default. Set `randomize_silk_touch = false` if you want Silk Touch to always give the original block.<br \/>\n&#8211; **Mods with hardcoded drops** \u2014 mobs that skip the loot table system are still covered by an event hook on every mob death.<br \/>\n&#8211; **Debugging** \u2014 all output tagged `[RBMD]` in `latest.log`. Use `\/rbmddump` to export a full human-readable list of every drop change.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This mod randomizes all block and mob drops in Minecraft \u2014 including modded ones.<\/p>\n","protected":false},"featured_media":129415,"template":"","meta":{"_minecraft_slug":"rbmd","_minecraft_project_id":"gTOR8pvl","_minecraft_author":"DKLYNTLY","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":322,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"rbmd.zip","_minecraft_size_bytes":113328,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-15T17:08:24.249794Z","_minecraft_date_created":"2026-03-25T03:30:20.388320Z","_minecraft_date_modified":"2026-03-22T18:54:23.301028Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/rbmd","_minecraft_icon_attachment_id":129415,"_minecraft_imported_at":"2026-06-07T14:55:40+00:00","_minecraft_import_hash":"c2fa3682b8088b997a0ac0197ab4769a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,137,158,159],"mod_loader":[160],"minecraft_version":[37],"class_list":["post-129414","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-mobs","mod_category-neoforge","mod_category-worldgen","mod_loader-neoforge","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Randomized Block &amp; Mob Drops - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Randomized Block &amp; Mob Drops - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This mod randomizes all block and mob drops in Minecraft \u2014 including modded ones.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rbmd\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rbmd\\\/\",\"name\":\"Randomized Block & Mob Drops - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rbmd\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rbmd\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rbmd-icon-028340101a9408c9d2146c0fa1a42a0111e3e6f9_96.webp\",\"datePublished\":\"2026-06-07T14:55:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rbmd\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rbmd\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rbmd\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rbmd-icon-028340101a9408c9d2146c0fa1a42a0111e3e6f9_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rbmd-icon-028340101a9408c9d2146c0fa1a42a0111e3e6f9_96.webp\",\"width\":64,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rbmd\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Randomized Block &#038; Mob Drops\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Randomized Block & Mob Drops - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/","og_locale":"en_US","og_type":"article","og_title":"Randomized Block & Mob Drops - Minecraft","og_description":"This mod randomizes all block and mob drops in Minecraft \u2014 including modded ones.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/","name":"Randomized Block & Mob Drops - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rbmd-icon-028340101a9408c9d2146c0fa1a42a0111e3e6f9_96.webp","datePublished":"2026-06-07T14:55:40+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rbmd-icon-028340101a9408c9d2146c0fa1a42a0111e3e6f9_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rbmd-icon-028340101a9408c9d2146c0fa1a42a0111e3e6f9_96.webp","width":64,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rbmd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Randomized Block &#038; Mob Drops"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/129414","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/129415"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=129414"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=129414"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=129414"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=129414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}