add renderDebugLabels to neoforge args

This commit is contained in:
James Seibel
2026-03-10 18:44:19 -05:00
parent b552bf2566
commit 045733deb5
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ loom {
"-XX:+UseZGC",
"-XX:+ZGenerational"
)
// "--renderDebugLabels" is a Mojang command to show render names in RenderDoc
programArgs("--username", "Dev", "--renderDebugLabels")
}
server {