File Copier

โญ โ€” (1 endorsements) ๐Ÿ“ฅ 1,880 downloads ๐Ÿ“Œ v1.0.2 ๐Ÿ“… 1/5/2026
๐ŸŸก Updated this year

By TheOneTrueDev ยท fabric

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 12/24/2025 ๐Ÿ“… Created: 1/5/2026
โš ๏ธ Install Order ยท 2 steps
1๐Ÿ› ๏ธ Forge โ€” Minecraft Forge (mod loader) Download โ†—
2๐Ÿ› ๏ธ Fabric โ€” Fabric Loader Download โ†—

Install in this order, then this mod last โ€” most mods fail to load without their framework and dependencies in place.

๐Ÿ” 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. โค๏ธ

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Mods Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More fabric ๐Ÿ‘ค More by TheOneTrueDev ๐Ÿ”Ž Similar Mods ๐ŸŒ Best fabric (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods