Skip to content

Commit

Permalink
Update IrisUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed May 26, 2024
1 parent 5cbbdc1 commit acca6e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/me/cortex/voxy/client/core/util/IrisUtil.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package me.cortex.voxy.client.core.util;

import net.irisshaders.iris.shadows.ShadowRenderer;
import net.neoforged.fml.ModList;
import net.neoforged.fml.loading.LoadingModList;
import net.minecraftforge.fml.loading.LoadingModList;

public class IrisUtil {
private static final boolean IRIS_INSTALLED = LoadingModList.get().getModFileById("iris") != null || LoadingModList.get().getModFileById("oculus") != null;
Expand Down

0 comments on commit acca6e5

Please sign in to comment.