File Copier
๐ก Updated this yearโ ๏ธ Install Order ยท 2 steps
Install in this order, then this mod last โ most mods fail to load without their framework and dependencies in place.
Preview

๐ Analysis
- ๐ 0.1% endorsement rate
- ๐ #363 of 874 fabric mods in this game by downloads
๐ About This Mod
# ๐ File Copier Mod undefined **A modern continuation of the Copy-Paste / Copied mods for automatic world data syncing.** *** ## ๐ Overview A Minecraft mod for Fabric and NeoForge that copies files from `config/copy/` into newly created worlds. ## Features * **Automatic File Copying**: Copies any files from `config/copy/` into new worlds * **Datapack Injection**: Datapacks in `config/copy/datapacks/` are loaded **before world generation**, allowing terrain-modifying datapacks to affect the spawn area * **Hash-based Updates**: Only copies files when they've changed (uses MD5 hashing) * **Configurable**: Option to copy to existing worlds or only new ones ## Folder Structure ``` config/ โโโ copy/ โ โโโ datapacks/ <- Datapacks loaded BEFORE world generation โ โ โโโ my_datapack/ <- Affects terrain generation at spawn! โ โ โ โโโ pack.mcmeta โ โ โ โโโ data/ โ โ โโโ another.zip <- Zip files supported โ โ โ โโโ (other files) <- Copied into world folder after creation โ โโโ file_copier.properties <- Configuration file ``` ## How It Works ### Terrain-Modifying Datapacks Datapacks placed in `config/copy/datapacks/` are injected into Minecraft's pack repository system via Mixin before world generation begins. This means: * Custom biomes will generate at spawn * Custom structures will appear in the initial terrain * Worldgen features work from the very first chunks ### Other Files Files placed directly in `config/copy/` (not in the datapacks subfolder) are copied into the world folder after world creation, using the same relative path structure. This is fantastic for modpack devs who want to include customnpc data or schematics that will automagicaly copy into any world the user / server creates. ## Configuration Edit `config/file_copier.properties`: ``` # Set to false to only copy files into new worlds copyExisting=true ``` ## ๐ฌ Credits Huge thanks to the original creators of the Copy-Paste for the inspiration: * **Girafi** (Copy-Paste) * **JoshieJack** (Copy-Paste) * **Petey** (Copied fork) And to the entire modding community for modern tooling support. This project exists to keep the utility alive for current modpack creators. โค๏ธ
# ๐ File Copier Mod
A modern continuation of the Copy-Paste / Copied mods for automatic world data syncing.
## ๐ Overview
A Minecraft mod for Fabric and NeoForge that copies files from `config/copy/` into newly created worlds.
## Features
Automatic File Copying: Copies any files from `config/copy/` into new worlds Datapack Injection: Datapacks in `config/copy/datapacks/` are loaded before world generation, allowing terrain-modifying datapacks to affect the spawn area Hash-based Updates: Only copies files when they've changed (uses MD5 hashing) Configurable: Option to copy to existing worlds or only new ones
## Folder Structure
``` config/ โโโ copy/ โ โโโ datapacks/ <- Datapacks loaded BEFORE world generation โ โ โโโ my_datapack/ <- Affects terrain generation at spawn! โ โ โ โโโ pack.mcmeta โ โ โ โโโ data/ โ โ โโโ another.zip <- Zip files supported โ โ โ โโโ (other files) <- Copied into world folder after creation โ โโโ file_copier.properties <- Configuration file ```
## How It Works
### Terrain-Modifying Datapacks
Datapacks placed in `config/copy/datapacks/` are injected into Minecraft's pack repository system via Mixin before world generation begins. This means:
Custom biomes will generate at spawn Custom structures will appear in the initial terrain Worldgen features work from the very first chunks
### Other Files
Files placed directly in `config/copy/` (not in the datapacks subfolder) are copied into the world folder after world creation, using the same relative path structure. This is fantastic for modpack devs who want to include customnpc data or schematics that will automagicaly copy into any world the user / server creates.
## Configuration
Edit `config/file_copier.properties`:
``` # Set to false to only copy files into new worlds copyExisting=true ```
## ๐ฌ Credits
Huge thanks to the original creators of the Copy-Paste for the inspiration:
Girafi (Copy-Paste) JoshieJack (Copy-Paste) * Petey (Copied fork)
And to the entire modding community for modern tooling support.
This project exists to keep the utility alive for current modpack creators. โค๏ธ
๐ Mod Details
- Game
- Minecraft Mods
- Author
- TheOneTrueDev
- Version
- 1.0.2
- Downloads
- 1,880
- Endorsements
- 1
- Category
- fabric
- Created
- 1/5/2026
- Updated
- 12/24/2025
- Game Versions
- 1.20.1
- Tags
- management, storage, utility
๐ง How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Mods โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Mods versions does File Copier support?
The author lists 1.20.1. Other versions may work but are untested by the author.
What is the latest version of File Copier?
Version 1.0.2, published 2025-12-24 with 1,880 downloads recorded at the source.
Keep browsing โ more Minecraft Mods mods await