Skip to content

Commit

Permalink
Update MixinExtras to 0.2.0 and release v6.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gniftygnome committed Nov 8, 2023
1 parent 2ef8d4d commit 5ef4c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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=6.1.2
version=6.1.3

minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.19
fabric_version=0.77.0+1.19.4

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}")))
}

0 comments on commit 5ef4c46

Please sign in to comment.