Improve location and profile detection

This commit is contained in:
Linnea Gräf
2024-08-12 22:15:07 +02:00
parent 3c7e6b6177
commit b8a45b9a04
16 changed files with 63 additions and 473 deletions

View File

@@ -60,7 +60,7 @@ public class SectionBuilderRiser extends RiserUtils {
return;
}
}
new RuntimeException("Could not inject tesselation hook despite fabric renderer indigo being loaded").printStackTrace();
System.err.println("Could not inject indigo rendering hook. Is a custom renderer installed (e.g. sodium)?");
}
private void handleIndigo(MethodNode method) {