mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 09:05:08 +01:00
- MidnightConfig screens can be viewed from a new screen in the minecraft options - Code cleanup - Examples & Documentation - New Methods - Upgrade to 21w19a and Java 16 MidnightConfig v1.0.0: - The config screen no longer shows the entries of all instances of MidnightConfig - Compatible with servers! - Scrollable! - Comment support! - Fresh new design
25 lines
145 B
Plaintext
Executable File
25 lines
145 B
Plaintext
Executable File
# gradle
|
|
|
|
.gradle/
|
|
out/
|
|
classes/
|
|
build/
|
|
|
|
# idea
|
|
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# vscode
|
|
|
|
.settings/
|
|
.vscode/
|
|
bin/
|
|
.classpath
|
|
.project
|
|
|
|
# fabric
|
|
|
|
run/ |