Enable commands in all environments

- Many command-related fixes and improvements
- Added test environment for easier development
This commit is contained in:
Martin Prokoph
2024-08-29 13:38:38 +02:00
parent 545a845add
commit db32a41e2b
14 changed files with 215 additions and 50 deletions

View File

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