MinecartsLoadChunks

Quick rating

MinecartsLoadChunks

No reviews yet

Minecarts load terrain around them instead of getting stuck at the borders of unloaded chunks.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
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

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.1
Authors

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

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Minecarts Load Chunks Mod

A Fabric mod that prevents minecarts from getting stuck at unloaded chunk borders by automatically loading chunks as the minecarts travel. It works with all minecart types: regular, chest, furnace, and hopper carts, ensuring smooth and uninterrupted transportation across your Minecraft world.

Features

  • Automatic Chunk Loading: Loads a 3x3 grid of chunks around any moving minecart to prevent chunk border issues.
  • Supports All Minecart Types: Works with regular minecarts, chest minecarts, furnace minecarts, and hopper minecarts.
  • Tick-Based Expiry: Chunks remain loaded for 30 seconds (600 ticks) after the minecart leaves. This can be changed in the configuration file.
  • Persistent Chunk Data: Loaded chunks are saved on a per-world basis and restored when the server restarts, preventing stranded minecarts even through server reboots.

How It Works

  • The mod scans for all minecarts (regular, chest, furnace, and hopper carts) every server tick.
  • When a minecart is detected with nonzero velocity, it records the tick and forces a 3x3 grid of chunks around the minecart’s position to be loaded.
  • The chunks remain loaded for 30 seconds (600 ticks).
  • Persistent storage: The chunk data is saved to each world’s save directory and restored when the world is reloaded, preventing stranded minecarts.

Configuration

The mod uses a JSON configuration file (config/minecartsloadchunks.json) to allow you to customize its behavior. You can modify the settings to suit your needs. Here’s what each configuration option does:

General Settings

  • loadChunks - Enables or disables the mod entirely. Set this to false to disable the mod without removing it. (Default: true)

  • spamConsole - Enables detailed logging in the console every second for debugging purposes. (Default: false)

Chunk Loading Durations

  • cartLoadDuration - Specifies how long (in seconds) each chunk remains loaded after a minecart passes through. (Default: 30)

  • movementDuration - Defines how long (in seconds) a chunk stays loaded after a minecart stops moving. (Default: 10)

Minecart Type Settings

These settings determine which minecart types can load chunks. Set to true to enable chunk loading for specific minecart types:

  • loadMinecarts – Standard minecarts (Default: true)
  • loadFurnaceMinecarts – Furnace minecarts (Default: true)
  • loadChestMinecarts – Chest minecarts (Default: true)
  • loadHopperMinecarts – Hopper minecarts (Default: true)
  • loadTntMinecarts – TNT minecarts (Default: false)
  • loadCommandBlockMinecarts – Command block minecarts (Default: false, disabled to prevent unintended behavior)

Contributing

Feel free to contribute to this project by:

  • Reporting issues
  • Submitting pull requests
  • Requesting new features

License

This mod is available under the MIT License.

Credits

  • Developed by Dylan
  • Special thanks to the Minecraft and Fabric communities for making modding such a joy.
  • Github

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

~1,000
Downloads
Last Updated
CurseForge
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