mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
MidnightLib 1.5.0 - 1.20.2, slight redesign & cleanup
- 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
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
org.gradle.jvmargs=-Xmx4096M
|
||||
|
||||
minecraft_version=1.20
|
||||
yarn_mappings=1.20+build.1
|
||||
enabled_platforms=quilt,fabric,forge
|
||||
minecraft_version=1.20.2-rc1
|
||||
yarn_mappings=1.20.2-rc1+build.2
|
||||
enabled_platforms=fabric
|
||||
|
||||
archives_base_name=midnightlib
|
||||
mod_version=1.4.1
|
||||
mod_version=1.5.0
|
||||
maven_group=eu.midnightdust
|
||||
|
||||
fabric_loader_version=0.14.21
|
||||
fabric_api_version=0.83.0+1.20
|
||||
fabric_loader_version=0.14.22
|
||||
fabric_api_version=0.88.5+1.20.2
|
||||
|
||||
forge_version=1.20-46.0.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user