How to Install Minecraft Datapacks
Published: July 18, 2026 · 4 min read
Datapacks are one of Minecraft's most underappreciated features. Unlike mods, which require a mod loader like Fabric or Forge, datapacks are installed directly into a world's save folder and work with vanilla Minecraft out of the box. They can add crafting recipes, change loot tables, modify world generation, implement new advancements, and even run complex systems using command blocks — all without installing any additional software. Here is how to use them.
What Can Datapacks Do?
Datapacks are more capable than many players realize. Popular uses include: adding new crafting recipes (like making horse armor craftable), modifying biome generation, changing what mobs drop on death, implementing custom advancements/achievements, creating new dimensions, and building minigame systems using mcfunction files. Ambitious datapacks like Vanilla Tweaks and Terralith are used by millions of players precisely because they deliver mod-like results without requiring a mod loader.
Installing a Datapack on an Existing World
- Download the datapack as a
.zipfile. Do not extract it — datapacks are installed as zips. - Navigate to your world's save folder. The path is
.minecraft/saves/[YourWorldName]/datapacks/. - Place the
.zipfile directly inside thedatapacksfolder (create the folder if it doesn't exist). - If the world is already open, type
/reloadin chat to load the datapack without restarting. If the world isn't open yet, it will load automatically when you enter the world. - Confirm it's active by typing
/datapack list— your datapack's name should appear in the list marked as enabled.
Installing on a New World
When creating a new world, click "More" at the bottom of the world creation screen. You will see a "Data Packs" button that lets you add .zip datapacks before the world is generated. This is particularly important for world-generation datapacks (like Terralith), which can only fully apply their generation rules on a newly created world — adding them to an existing world will only affect newly generated chunks beyond your current explored area.
Recommended Starting Datapacks
Vanilla Tweaks (vanillatweaks.net) lets you pick from dozens of small improvements — craftable gravel, multiplayer sleep (only one player needs to sleep), silence mobs, coordinates HUD — and download them as a single combined datapack. It is the best introduction to what datapacks can do and is completely safe for vanilla servers.