File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33### Features
44
5+ - Infer some config strings (title, enum values) if a translation is not present.
6+ - Automatically agree to the EULA in development environments (can be disabled).
7+ - Automatically use offline mode in development environments (can be disabled).
8+
59### Fixes
610
11+ - Fix networking crashing on dedicated servers.
12+ - Update to Loom 0.12 to fix issues with Netty dependencies.
13+ - Update all other dependencies to their latest versions.
14+
715Closed issues: None.
816
9- [ Full Changelog] ( https://github.com/JamCoreModding/JamLib/compare/... )
17+ [ Full Changelog] ( https://github.com/JamCoreModding/JamLib/compare/0.3.2...0.4.0 )
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ org.gradle.parallel=true
33
44archive_base_name =jamlib
55
6- mod_version =0.3.2
7- release_name =V0.3.2 [1.19]
6+ mod_version =0.4.0
7+ release_name =V0.4.0 [1.19]
88supported_versions =1.19
99
1010github_user =JamCoreModding
You can’t perform that action at this time.
0 commit comments