-
Notifications
You must be signed in to change notification settings - Fork 0
Minecraft Updates
Jupiter Dev edited this page Jun 11, 2025
·
3 revisions
As of mDirt v3.0, the process of adding support for new Minecraft versions has been streamlined - no need to rebuild or re-release the app itself! Follow the steps below to add support for a new Minecraft version:
Launch the version of Minecraft that mDirt is being updated to. This is required!
- Open
lib/PYs/compile_data.py
. - On the very last line of the file, update the version to the targeted version.
- Run the file. It will generate the Data file for you.
- Open
lib/version_list.json
. - Add the version number to
versions
. - Add the data and resource pack formats to
dataformat
andresourceformat
.
- Duplicate the most recent version inside
src/generation/{version}
, and rename it to the new version.-
💡Use the format:
v1_22_0
(for Minecraft 1.22)
-
- Use the Minecraft Wiki page for the new version to change any thing that might need changed for the new support
- ZIP the folder, and move it to
modules/
.
If you are a member of the Team, simply upload the items from all 3 steps to Github. If not, create a pull request and a team member will look at it.
mDirt will automatically recognize the new version - no release required!
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.