Skip to content

Commit

Permalink
2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed Dec 4, 2023
1 parent 444d522 commit 92740ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ allprojects {
url = "https://maven.parchmentmc.org"
}

maven {
name = 'Ladysnake'
url = 'https://maven.ladysnake.org/releases'
}

// geckolib, for testing with portal gun
maven { url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/' }

Expand Down Expand Up @@ -148,8 +153,8 @@ allprojects {
transitive = false
exclude(group: "net.fabricmc.fabric-api")
}
// modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-base:5.0.1"
// modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-entity:5.0.1"
modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-base:5.0.1"
modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-entity:5.0.1"

implementation("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixin_extras_version}")
annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixin_extras_version}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=false

# Mod Properties
mod_version=2.7.4
mod_version=2.7.5
maven_group=qouteall
archives_base_name=immersive-portals

Expand Down

0 comments on commit 92740ea

Please sign in to comment.