MidnightLib v1.6.0 for 1.21
- Minify json files and images
- More compact code & finishing touches
- Show errors again and correctly handle closing
- Improved layout and lists
-
- use
fileChooser.showDialog(null, null)
instead offileChooser.showOpenDialog(null)
- use
-
- add file chooser for String field in 1.6.0
- Bump version
- Update Neoforge to fix #60
- Port to 1.20.2
- "Reset" button now uses a custom icon (closes #25)
- Config instances can now specify custom config change behavior (implement "writeChanges" method in your class; closes #33)
- Remove TexturedOverlayButtonWidget (replaced by vanilla's TextIconButtonWidget)
- Removed radialRainbow (used very rarely)
- Updated AutoCommand to support editing list and float config values via commands on serverside installs
- Reworded description
- Fixed server crash on forge
- Properly register mod configs automatically on Forge
- Port to 1.20.2
- "Reset" button now uses a custom icon (closes #25)
- Config instances can now specify custom config change behavior (implement "writeChanges" method in your class; closes #33)
- Remove TexturedOverlayButtonWidget (replaced by vanilla's TextIconButtonWidget)
- Removed radialRainbow (used very rarely)
- Updated AutoCommand to support editing list and float config values via commands on serverside installs
- Reworded description
- Forge & Quilt temporarily disabled until they release, as always