mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 09:05:08 +01:00
- 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
18 lines
390 B
INI
18 lines
390 B
INI
org.gradle.jvmargs=-Xmx4096M
|
|
|
|
minecraft_version=1.20.2-rc1
|
|
yarn_mappings=1.20.2-rc1+build.2
|
|
enabled_platforms=fabric
|
|
|
|
archives_base_name=midnightlib
|
|
mod_version=1.5.0
|
|
maven_group=eu.midnightdust
|
|
|
|
fabric_loader_version=0.14.22
|
|
fabric_api_version=0.88.5+1.20.2
|
|
|
|
forge_version=1.20-46.0.2
|
|
|
|
quilt_loader_version=0.19.0-beta.18
|
|
quilt_fabric_api_version=7.0.1+0.83.0-1.20
|
|
mod_menu_version = 7.0.1 |