Copied
This project represents an adapted version of joshiejack's Copy-Paste mod, updated to work with Minecraft 1.18.2. Here's how this tool operates:
The mod creates a special folder that serves as a centralized storage for content automatically synchronized with all created worlds. When generating a new world, all files from the /config/copy directory are automatically copied into it. Moreover, the system continuously monitors changes in this folder and updates corresponding files in all existing worlds.
Originally developed to solve the task of automatically distributing CustomNPC data between different modpacks, the functionality turned out to be significantly broader - you can use it for datapack synchronization by creating a subfolder /config/copy/datapacks. All resources placed there will be loaded during early world generation stages, ensuring proper operation of modifications affecting landscape and structures.
Primary credit for creating this tool belongs to joshiejack and GirafiStudios.