HomeJavaModsFile Copier
File Copier
ModsJava

File Copier

by TheOneTrueDev · on Modrinth

File Copier allows you to copy specific files into any new world that is made. So you can copy data packs or custom NPCs with the custom NPC mod as an…

⬇ Download on Modrinth

📁 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

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:

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:

And to the entire modding community for modern tooling support.

This project exists to keep the utility alive for current modpack creators. ❤️

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more