Skip to content

New Features

Jupiter Dev edited this page Jun 11, 2025 · 7 revisions

🚧 This page is under construction and very unfinished 🚧

🧩 How to Add New Feature Types (Elements) to mDirt

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.

🚦 Overview

Adding a new feature type involves:

  • Building GUI elements for user input
  • Adding app logic for the GUI
  • Creating the Generator

Step 1: Build the GUI

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

Clone this wiki locally