Skip to content

Commit

Permalink
update iris
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed May 26, 2024
1 parent 1c67f6d commit 861b3eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {

modImplementation("maven.modrinth:cloth-config:13.0.121+neoforge")
//modImplementation("maven.modrinth:modmenu:9.0.0")
modCompileOnly("maven.modrinth:iris:1.6.17+1.20.4")
modCompileOnly("maven.modrinth:iris:1.7.0+1.20.4")
//modRuntimeOnly("maven.modrinth:iris:1.6.17+1.20.4")
modCompileOnly("maven.modrinth:starlight:1.1.3+1.20.4")
//modCompileOnly("maven.modrinth:immersiveportals:v5.1.7-mc1.20.4")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package me.cortex.voxy.client.core.util;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import me.jellysquid.mods.sodium.client.render.chunk.terrain.DefaultTerrainRenderPasses;
import me.jellysquid.mods.sodium.client.render.chunk.terrain.TerrainRenderPass;
import me.jellysquid.mods.sodium.client.render.viewport.CameraTransform;
import net.coderbot.iris.pipeline.ShadowRenderer;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.util.math.MatrixStack;
import org.joml.Matrix4f;
Expand Down

0 comments on commit 861b3eb

Please sign in to comment.