File Details
Chunk Copy - v1.1
- R
- Mar 13, 2022
- 37.75 KB
- 140
- 1.18.2+1
- Fabric
File Name
chunkcopy-1.1.0.jar
Supported Versions
- 1.18.2
- 1.18.1
Curse Maven Snippet
This release adds some extra features and command arguments to the mod. It also changes the icon for the mod.
Warning: This mod does not feature a way to undo and redo changes made to chunks. Please be careful as any wrong moves made cannot be undone.
Changelog:
- Changed the mod icon.
- Added a new command argument: /chunkcopy fill <chunk_distance> <block> that sets all blocks in chunks to a specified block.
- Added a new command argument: /chunkcopy clear <chunk_distance> that clears all blocks in chunks by setting all their blocks to air.
- Cleaned up the source code a little bit for better readability and to favor the DRY coding principle.
Command syntaxes:
- /chunkcopy (copy/paste) <file_name> [chunk_distance]
- /chunkcopy fill <chunk_distance> <block>
- /chunkcopy clear <chunk_distance>
file_name - The name of the directory where the chunk data is saved to and loaded from.
chunk_distance - Defines how close the chunk has to be in order to be affected. For example, if this argument was set to 4, then all chunks within the render distance of 4 would be affected.
block - The desired block type.

