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
-
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.
ποΈ 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
-
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.
β 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.