Update iris dependency

This commit is contained in:
Sollace 2024-09-21 21:41:21 +01:00
parent 89124eb146
commit c75b4b36b8
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
3 changed files with 7 additions and 6 deletions

View file

@ -102,7 +102,12 @@ dependencies {
if (project.use_sodium == '1') {
modCompileOnly "maven.modrinth:indium:${project.indium_version}", { exclude group: "net.fabricmc.fabric-api" }
modCompileOnly "maven.modrinth:sodium:${project.sodium_version}", { exclude group: "net.fabricmc.fabric-api" }
// modCompileOnly "maven.modrinth:iris:${project.iris_version}", { exclude group: "net.fabricmc.fabric-api" }
if (project.use_iris == '1') {
modCompileOnly "maven.modrinth:iris:${project.iris_version}", { exclude group: "net.fabricmc.fabric-api" }
modImplementation "org.anarres:jcpp:1.4.14"
modImplementation "org.antlr:antlr4-runtime:4.13.1"
modImplementation "io.github.douira:glsl-transformer:2.0.1"
}
}
if (project.tmi_type == 'emi') {

View file

@ -33,6 +33,7 @@ org.gradle.daemon=false
use_trinkets=1
use_pehkui=0
use_sodium=1
use_iris=1
farmers_delight_version=1.20.1-2.0.9
pehkui_version=3.7.8+1.14.4-1.20.1

View file

@ -101,11 +101,6 @@ public class DismissSpellScreen extends GameGui {
matrices.pop();
}
@Override
public void renderInGameBackground(DrawContext context) {
}
@Override
public boolean shouldPause() {
return false;