BedLoad (Custom Chunk Loader)

Quick rating

Community listing page, reviews here may not be monitored by the author.

BedLoad (Custom Chunk Loader)

No reviews yet

Define any blocks as ChunkLoader.

Mod Loaders
Minecraft

About

Description

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 setChunkForced when 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