Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Every Chunk Is Random Blocks
Ever wanted to play Minecraft, but every time you step into a new area, the world changes entirely?
Every Chunk Is Random Blocks transforms your survival experience by permanently converting entire chunks into a single, randomly chosen block when they're first discovered or entered by players! One chunk might be solid Diamond Blocks, the next might be Slime, and another could be a ticking time bomb of TNT!
š Features
⢠š² Chunk-Wide Randomization ā When a player enters a new chunk, all non-air blocks are replaced with one randomly selected block from the configured pool.
⢠š¦ Chest & Portal Protection ā Loot chests, barrels, spawner blocks, and End Portals/Frames are automatically preserved so you can still progress and beat the game.
⢠𧱠Bedrock Preservation ā Bedrock layers are preserved by default to prevent falling into the Void (toggleable).
⢠š„ Hazardous Combinations ā If a chunk turns into TNT, watch out! Dynamic combo system: neighboring chunks have a chance to turn into Redstone Blocks or Lava, triggering chain reactions.
⢠āļø Fully Customizable Weights ā Control how common each block type is, disable specific blocks, and adjust behavior via config file.
š ļø Configuration
Customize via everychunkrandom.json in your server/client's config/ folder.
| Option | Description |
|---|---|
| enableTnt | true/false ā allow chunks to turn into TNT |
| enableLava | true/false ā allow chunks to turn into Lava |
| preserveBedrock | true/false ā protect bottom bedrock layers |
| disabledBlocks | List of block IDs excluded from selection |
| blockPool | Map of block IDs ā weights (higher = more common) |
š» Commands (Admins / OPs)
⢠/randomchunk info ā Show mod stats, randomized chunk count, active config
⢠/randomchunk reload ā Reload config without restart
⢠/randomchunk reset ā Reset randomization for your current chunk
⢠/randomchunk reset <x> <z> ā Reset a specific chunk by coordinates


