Skip to content

Deploy Project

Jupiter Dev edited this page Jun 10, 2025 · 1 revision

🚀 Deploying Your Project

Once you’ve finished building your custom datapack and resource pack in mDirt, it’s time to export and use it in Minecraft!


📦 Exporting Your Project

  1. In the Menu Bar, click:
    File → Export

  2. mDirt will generate:

    • A datapack folder
    • A resource pack folder
  3. These will be saved inside the exports/ directory located in your mDirt installation folder.


🗂️ File Structure

You should now see something like this:

mDirt/
├── exports/
│ ├── your pack name/ # The datapack
│ └── your pack name resource pack/ # The resourcepack

📁 Installing in Minecraft

  1. Open Minecraft's saves folder and choose the world you want to install the pack in.

  2. Copy the folders as follows:

    • Place the datapack inside:
      .../.minecraft/saves/YourWorld/datapacks/

    • Place the resource pack inside:
      .../.minecraft/resourcepacks/

  3. Launch Minecraft.

  4. Open your world.

  5. If needed, activate the resource pack from the in-game Resource Pack menu.


✅ That’s It!

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.

Clone this wiki locally