iris support

This commit is contained in:
IThundxr 2024-08-22 20:28:52 -04:00
parent c32fccc133
commit 6cf9f36c0c
Failed to generate hash of commit

View file

@ -70,7 +70,7 @@ public class FlwLibXplatImpl implements FlwLibXplat {
@Nullable
public ShadersModHandler.InternalHandler createIrisHandler() {
if (!ModList.get()
.isLoaded("oculus")) {
.isLoaded("iris")) {
return null;
}