feat: support NeoForge on 1.21.9

`@Environment` annotations had to be removed because NeoForge doesn't like them. Also, this brings down file size :)
This commit is contained in:
Martin Prokoph
2025-10-01 17:50:18 +02:00
parent 72a403080c
commit 98859fbc28
10 changed files with 12 additions and 28 deletions

View File

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