BedLoad
BedLoad is a lightweight server-side mod for Minecraft that allows you to define any block or block tag as a chunk loader β no tile entity or ticking required.
> ποΈ By default, all beds act as chunk loaders.
β¨ Features
- β Define custom chunk loader blocks or tags via config
- π Config reloadable in-game
- π’ Notify all players when chunks are force-loaded or unloaded (configurable)
- π§ Per-block radius support (e.g. load 3Γ3 chunks around)
- βοΈ Simple and efficient: triggers
setChunkForcedwhen block state changes
π οΈ How It Works
- When a chunk loader block is placed, the surrounding chunks (based on radius) are force-loaded.
- When the block is removed, the chunks are unloaded.
- These blocks act as signals to load chunks β not persistent loaders on their own.
π Configuration
[BedLoad]
ChunkLoaderBlocks = []
ChunkLoaderBlockTags = ["minecraft:beds=1"]
NotePlayersOnChunkLoaderUpdate = true
IgnoreChunkLoaderBlocksDuringWorldGen = true

