Universal Data Pack
🟡 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
- 🏆 #24 of 40 game-mechanics mods in this game by downloads
📋 About This Mod
# Universal Data Pack Load a global data pack from your config folder, applied to all worlds automatically. Universal Data Pack is a lightweight utility mod for modpack developers. It creates a folder at `config/universaldatapack/` that acts as a standard Minecraft data pack — any content placed inside is applied to every world in the instance, both new and existing, without the player needing to do anything. ## Why? Minecraft's built-in data pack system is per-world. If you're building a modpack and need to override recipes, adjust loot tables, or add advancements globally, you'd normally need to either include the data pack in every world manually or wrap it in a mod JAR. Universal Data Pack gives you a simple folder-based workflow instead — just drop your files in and go. ## How It Works On first launch, the mod creates the following folder structure: ``` config/universaldatapack/ pack.mcmeta data/ README.txt ``` Everything inside `data/` follows standard Minecraft data pack conventions. The mod registers this folder as a required server data pack at the highest priority, so it loads last and overrides all other data packs and mods. A README file is generated inside the `data/` folder on first run with examples and usage instructions. ## Usage **Override an existing recipe**:Mirror the target mod's namespace and path inside the `data/` folder. For example, to override an EnderIO smelting recipe: ``` config/universaldatapack/data/enderio/recipe/alloy_smelting/dark_steel.json ``` To disable a recipe entirely, use an empty JSON object as the file contents: `{}` **Add new content**:Create your own namespace folder and add recipes, advancements, loot tables, tags, or any other data pack content: ``` config/universaldatapack/data/mymodpack/recipe/custom_sword.json config/universaldatapack/data/mymodpack/advancement/craft_custom_sword.json ``` **Reload changes**: Changes take effect on world load and with the `/reload` command. ## Can I use this in my modpack? Definitely! This mod is designed to be included in modpacks. It contains no gameplay content on its own.
# Universal Data Pack
Load a global data pack from your config folder, applied to all worlds automatically.
Universal Data Pack is a lightweight utility mod for modpack developers. It creates a folder at `config/universaldatapack/` that acts as a standard Minecraft data pack — any content placed inside is applied to every world in the instance, both new and existing, without the player needing to do anything.
Minecraft's built-in data pack system is per-world. If you're building a modpack and need to override recipes, adjust loot tables, or add advancements globally, you'd normally need to either include the data pack in every world manually or wrap it in a mod JAR. Universal Data Pack gives you a simple folder-based workflow instead — just drop your files in and go.
## How It Works
On first launch, the mod creates the following folder structure:
``` config/universaldatapack/ pack.mcmeta data/ README.txt ```
Everything inside `data/` follows standard Minecraft data pack conventions. The mod registers this folder as a required server data pack at the highest priority, so it loads last and overrides all other data packs and mods. A README file is generated inside the `data/` folder on first run with examples and usage instructions.
Override an existing recipe:Mirror the target mod's namespace and path inside the `data/` folder. For example, to override an EnderIO smelting recipe:
``` config/universaldatapack/data/enderio/recipe/alloy_smelting/dark_steel.json ```
To disable a recipe entirely, use an empty JSON object as the file contents: `{}`
Add new content:Create your own namespace folder and add recipes, advancements, loot tables, tags, or any other data pack content:
``` config/universaldatapack/data/mymodpack/recipe/custom_sword.json config/universaldatapack/data/mymodpack/advancement/craft_custom_sword.json ```
Reload changes: Changes take effect on world load and with the `/reload` command.
## Can I use this in my modpack?
Definitely! This mod is designed to be included in modpacks. It contains no gameplay content on its own.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Dannydk
- Version
- 26.1-2.1.0
- Downloads
- 418
- Endorsements
- 0
- Category
- game-mechanics
- Created
- 3/22/2026
- Updated
- 7/3/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2, 26.2
- Tags
- game-mechanics, management, 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 Universal Data Pack support?
The author lists 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.
What is the latest version of Universal Data Pack?
Version 26.1-2.1.0, published 2026-07-03 with 418 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await