- fix: NullPointerException when the config class of mod updated

- alter: better test code in `common/src/test`, `neoforge/src/test` and `fabric/src/test`, run `Test Minecraft Client(:fabric)` or `Test Minecraft Client(:neoforge)` for testing
This commit is contained in:
Jaffe2718
2025-09-11 11:48:26 +08:00
parent 78c462dc1c
commit c775a9d221
18 changed files with 167 additions and 62 deletions

View File

@@ -9,9 +9,9 @@ pluginManagement {
include("common")
include("fabric")
include("test-fabric")
//include("test-fabric")
include("neoforge")
include("test-neoforge")
//include("test-neoforge")
//include("quilt")
rootProject.name = "midnightlib"