-
Notifications
You must be signed in to change notification settings - Fork 0
New Features
Jupiter Dev edited this page Jun 11, 2025
·
7 revisions
Expanding mDirt with new Minecraft feature types (like Biomes, Advancements, etc) lets you grow the app's capabilities and support more custom content. This guide walks you through the general process of adding a new feature type to mDirt.
Adding a new feature type involves:
- Building GUI elements for user input
- Adding app logic for the GUI
- Creating the Generator
Using Qt Designer, open lib/ui.ui
.
Add a new page to the QStackedWidget
called elementEditor
.
Add all of your widgets, being sure to name them appropriatley.
Save the .ui.
In Qt Designer
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.