Skip to content

Commit

Permalink
Update MixinExtras to 0.2.0 and release v7.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gniftygnome committed Nov 8, 2023
1 parent b52a016 commit e3b325f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ org.gradle.jvmargs=-Xmx2G
fabric.loom.multiProjectOptimisation=true

maven_group=com.terraformersmc.terraform-api
version=7.0.1
version=7.0.2

minecraft_version=1.20.1
yarn_mappings=1.20.1+build.2
loader_version=0.14.21
fabric_version=0.83.1+1.20.1

mixin_extras_version=0.2.0-beta.5
mixinextras_version=0.2.0
3 changes: 1 addition & 2 deletions terraform-dirt-api-v1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
archivesBaseName = "terraform-dirt-api-v1"

dependencies {
include(modImplementation("com.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}"))
annotationProcessor("com.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${project.mixinextras_version}")))
}
3 changes: 1 addition & 2 deletions terraform-wood-api-v1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ dependencies {
testmodImplementation project(path: ":terraform-wood-api-v1", configuration: "namedElements")
modTestmodImplementation fabricApi.module("fabric-item-group-api-v1", project.fabric_version)

include(modImplementation("com.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}"))
annotationProcessor("com.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${project.mixinextras_version}")))
}

0 comments on commit e3b325f

Please sign in to comment.