Deploy Project - Faith-and-Code-Technologies/mDirt GitHub Wiki

πŸš€ 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.