Skip to content
Aplite36 edited this page Jul 27, 2026 · 2 revisions

ChunkCarts

ChunkCarts keeps the chunks a minecart travels through loaded, so you can send items across long distances on a server where nobody is standing at the far end. Closed and looping tracks stop loading automatically.

On the default settings, a minecart cannot be used as a chunk loader. A cart on a real journey gets further from where it started, chunk after chunk, so it keeps travelling. A cart on a loop reaches its furthest point on the first lap and can never beat it, so it runs out of slack and ChunkCarts releases every chunk it was holding. There is one way to turn that off, enforcement: PERMISSIVE, and it prints a warning at every startup.

Server side only. Clients do not need it and do not benefit from it.

Pages

Source and issues: github.com/Aplite36/ChunkCarts

Clone this wiki locally