-
Notifications
You must be signed in to change notification settings - Fork 6
GUI
Getting confused with the GUI? Here's your help!
- File tree: Here, your files are arranged in a hierarchical way, with the project name as the root
- Edit field: Here, you can edit your files. When you select a file, it's contents are displayed in the edit field, and then you can edit the content of the file. If you select a folder however, the edit field will be disabled.
-
Menu Bar:
-
File:
** new Project: Pressing this will open a dialog where you have to enter the nameof the project and initialnamespace (others can be added later on). When the namespace is empty, it will be named after the project
** load Project: This will prompt you a file chooser dialog. Select the root folder of the project and open it
** compile Project: This will prompt you yet another file chooser dialog, this time initally at %APPDATA%/.minecraft/saves
** save Project: This will save the project at %APPDATA%/.datapackCreator/projects/ (to see if successful, view the log at %APPDATA%/.datapackCreator/runtime.txt)
** delete: Delete the currently selected file and it's children
** new: create a new file/folder
- Settings:
** Use Minecraft commands only: When checked, the compiler is deactivated and you can use default commands. Use if you aren't satisfied with the higher-level language.
** Keep commands after compilation: When checked, the compiler will not delete comments (lines starting with "#"), but rather export them too
Things you need to keep in mind when using this editor:
(There are currently now known bugs that break the editor)
