Pearload (Entity Chunk Loader)

Quick rating

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

Pearload (Entity Chunk Loader)

No reviews yet

a lightweight Minecraft mod that lets specific entities (like ender pearls) act as chunk loaders, keeping their surrounding area active even when players move away.

Bug Fixes
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
pearload-1.21.1-1.2.0

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Pearload

A lightweight chunk loader powered by entities.


📦 Overview

Pearload is a minimal, server-friendly mod that allows certain entities — such as Ender Pearls — to temporarily force-load the chunks they occupy. This ensures that projectiles or custom entities continue functioning properly even when no players are nearby.

By default, Ender Pearls act as force loaders, but you can configure additional entities or entire mods whose entities should load chunks automatically.


⚙️ Features

Entity-Based Chunk Loading: Entities marked as “force loaders” will keep their chunks loaded while they exist in the world.

Configurable Behavior (Optional): If the Jsonate library is present, a JSON config file will be generated:

  • ForceLoaders: list of specific entity IDs or mod IDs whose entities should load chunks.
  • InitializeAllTheProjectilesAsChunkLoader: make all projectiles force-load chunks (default: false).

No Hard Dependencies: Pearload works perfectly fine without Jsonate — it will just default to Ender Pearls as the only force loader.

Server-Side Only: Pearload can safely run on servers only. Clients don’t need to install it.


🛠 Example Configuration (with Jsonate)

{
  "ForceLoaders": [
    "minecraft:ender_pearl",
    "modid:custom_projectile"
  ],
  "InitializeAllTheProjectilesAsChunkLoader": false
}

🪄 Notes

  • Without Jsonate, configuration will not be available, but functionality remains intact.
  • Designed for performance and simplicity — no tick-heavy logic or complex scheduling.

💡 Use Cases

  • Keep Ender Pearls active in mid-flight even after players move away.
  • Allow custom projectile entities (like magic bolts or drones) to remain active.
  • Enable specific mobs or utility entities to manage chunk-loaded regions dynamically.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~4,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works