promotional bannermobile promotional banner

[📦] Chunk Copy (Fabric)

A client-side Minecraft mod that downloads (copies) worlds from multiplayer servers.

File Details

Chunk Copy - v2.2

  • R
  • Apr 20, 2022
  • 77.40 KB
  • 996
  • 1.18.2+1
  • Fabric

File Name

chunkcopy-2.2.0.jar

Supported Versions

  • 1.18.2
  • 1.18.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:chunk-copy-fabric-591982:3760941"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

This release adds the abilty to automatically copy chunks in the background as you explore the world. This eliminates having to manually copy chunks around you whenever you go somewhere. Keep in mind that this feature will only automatically copy chunks as they get loaded, and not when changes occur on already loaded chunks. Having the mod copy chunks whenever something changes or happens would cause way too much lag.

The mod will stop auto-copying if you manually tell it to or if you disconnect or get disconnected from a server.

Changelog:

  • Added the abilty to automatically copy chunks in the background as you explore the world (client-side only),
  • Added the /chunkcopy autoCopy start [file_name] command syntax,
  • Added the /chunkcopy autoCopy stop command syntax,
  • Auto copying stops running when disconnecting from a server.