Go to file
2024-12-18 18:59:25 +01:00
guibaker Implement batch serialization/deserialization 2024-12-18 18:59:25 +01:00
guicore Update schema with the last modifications of gui_rw_test2 commit 2024-12-18 18:59:16 +01:00
guieditor Initial commit with the CLI gui baker 2024-12-17 13:06:17 +01:00
hashcalc Add hashcalc tool 2024-12-17 18:54:28 +01:00
.gitignore Initial commit with the CLI gui baker 2024-12-17 13:06:17 +01:00
pom.xml Add hashcalc tool 2024-12-17 18:54:28 +01:00
README.MD Initial commit with the CLI gui baker 2024-12-17 13:06:17 +01:00

MineFork GUI baker

GUI creator and editor for MineFork 5.2+

Usage

To convert from XML to NBT: java -jar guibaker.jar p (input xml) (output NBT)

To convert from NBT to XML: java -jar guibaker.jar u (input NBT) (output XML)

Example: java -jar guibaker.jar p default/mainmenu.xml resources/gui/mainmenu.nbt