Skip to content

Commit

Permalink
Build: Update MixinExtras.
Browse files Browse the repository at this point in the history
Also bump the fabric-loader requirement.
  • Loading branch information
LlamaLad7 committed Jul 9, 2024
1 parent 3475209 commit 5ecfe9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ repositories {
maven { url = "https://maven.quiltmc.org/repository/release" }
maven { url = "https://repo.maven.apache.org/maven2" }
maven { url = "https://mvn.devos.one/snapshots" }
maven {
url = "https://jitpack.io"
content {
includeGroup("com.github.llamalad7.mixinextras")
}
}
}

dependencies {
Expand All @@ -46,8 +40,8 @@ dependencies {
modApi(include("io.github.fabricators_of_create.Porting-Lib:tags:${project.porting_lib_version}")) { exclude(group: "io.vram") }
modApi(include("io.github.fabricators_of_create.Porting-Lib:model_generators:${project.porting_lib_version}")) { exclude(group: "io.vram") }
modApi(include("io.github.fabricators_of_create.Porting-Lib:data:${project.porting_lib_version}")) { exclude(group: "io.vram") }
implementation(include("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}"))
annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")
implementation(include("io.github.llamalad7:mixinextras-fabric:${project.mixin_extras_version}"))
annotationProcessor("io.github.llamalad7:mixinextras-fabric:${project.mixin_extras_version}")

compileOnly("org.projectlombok:lombok:1.18.22")

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ org.gradle.jvmargs = -Xmx1G
# filled in at build
mod_version = 1.3.<patch>
minecraft_version = 1.20.1
loader_version = 0.14.21
loader_version = 0.14.25
fabric_version = 0.86.0+1.20.1
porting_lib_version = 2.1.1090+1.20
mixin_extras_version = 0.2.0-beta.6
mixin_extras_version = 0.3.6

# Mappings
# https://lambdaurora.dev/tools/import_quilt.html
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"accessWidener": "registrate-fabric.accesswidener",

"depends": {
"fabricloader": ">=0.12.10",
"fabricloader": ">=0.14.25",
"fabric": "*"
},

Expand Down

0 comments on commit 5ecfe9f

Please sign in to comment.