-
Notifications
You must be signed in to change notification settings - Fork 0
Deploy Project
Once you’ve finished building your custom datapack and resource pack in mDirt, it’s time to export and use it in Minecraft!
-
In the Menu Bar, click:
File → Export -
mDirt will generate:
- A datapack folder
- A resource pack folder
-
These will be saved inside the
exports/
directory located in your mDirt installation folder.
You should now see something like this:
mDirt/
├── exports/
│ ├── your pack name/ # The datapack
│ └── your pack name resource pack/ # The resourcepack
-
Open Minecraft's
saves
folder and choose the world you want to install the pack in. -
Copy the folders as follows:
-
Place the datapack inside:
.../.minecraft/saves/YourWorld/datapacks/
-
Place the resource pack inside:
.../.minecraft/resourcepacks/
-
-
Launch Minecraft.
-
Open your world.
-
If needed, activate the resource pack from the in-game Resource Pack menu.
Your custom features — blocks, items, equipment, paintings, structures, recipes — are now live in-game!
💡 Tip: If something didn’t show up, double-check that the correct world is selected and that the datapack was added to the right save folder.
Made with ❤️ by Faith & Code Technologies
Need help? Open an issue or visit the FAQs page.
Want to contribute? Check out Contributing
© 2025 mDirt — All rights reserved.