Skip to content

Commit

Permalink
2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed May 27, 2023
1 parent df14810 commit 8b2ad94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ allprojects {
modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-base:5.0.1"
modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-entity:5.0.1"

api("com.github.LlamaLad7:MixinExtras:${mixin_extras_version}")
annotationProcessor("com.github.LlamaLad7:MixinExtras:${mixin_extras_version}")
implementation("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixin_extras_version}")
annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixin_extras_version}")
}

processResources {
Expand Down Expand Up @@ -234,7 +234,7 @@ dependencies {
}
include "me.shedaniel.cloth:cloth-config-fabric:${cloth_config_version}"

include("com.github.LlamaLad7:MixinExtras:${mixin_extras_version}")
include("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixin_extras_version}")

// for testing portal gun
// modImplementation ('software.bernie.geckolib:geckolib-fabric-1.19.4:4.1.3') {
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.1
mod_version=2.7.2
maven_group=qouteall
archives_base_name=immersive-portals

Expand Down

0 comments on commit 8b2ad94

Please sign in to comment.