Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed Dec 11, 2022
1 parent 4d46f98 commit 516c83f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,16 @@ allprojects {
}
modCompileOnly "maven.modrinth:modmenu:${modmenu_version}"

modCompileOnly("com.github.Virtuoel:Pehkui:3.4.1", {
modCompileOnly("com.github.Virtuoel:Pehkui:3.6.0", {
exclude group: "net.fabricmc.fabric-api"
})

modImplementation "maven.modrinth:sodium:mc1.19.3-0.4.6"

modCompileOnly 'maven.modrinth:iris:1.19.3-v1.4.6'
// implementation "org.anarres:jcpp:1.4.14" // for iris
// implementation 'org.slf4j:slf4j-api:1.7.12' // for iris
// implementation 'io.github.douira:glsl-transformer:1.0.0-pre21.2' // for iris
// implementation 'io.github.douira:glsl-transformer:1.0.1' // for iris
// implementation 'org.antlr:antlr4-runtime:4.10.1' // for iris

modCompileOnly("maven.modrinth:gravity-api:0.7.18+fabric") {
transitive = false
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=false

# Mod Properties
mod_version=2.4.0
mod_version=2.4.1
maven_group=qouteall
archives_base_name=immersive-portals

modmenu_version=4.0.6
cloth_config_version=8.0.75
cloth_config_version=9.0.94

minecraft_version=1.19.3
yarn_mappings=1.19.3+build.2
Expand Down

0 comments on commit 516c83f

Please sign in to comment.