Skip to content

Commit

Permalink
Ah shit, here we go
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Nov 13, 2023
1 parent 5f66eda commit 39267f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"

// Mixin Extras for extra compatibility.
include(implementation("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}"))
implementation("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")
annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")
clientAnnotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx4096M
minecraft_version=1.20

archives_base_name=do-a-barrel-roll
mod_version=3.3.6
mod_version=3.3.7
maven_group=nl.enjarai

yarn_version=1.20+build.1

loader_version=0.14.24
fabric_version=0.83.0+1.20

cicada_version=0.4.6
cicada_version=0.5.0+1.20.1-minus
# https://modrinth.com/mod/modmenu/versions#all-versions
modmenu_version=7.2.1
# https://github.com/isXander/YetAnotherConfigLib/releases
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 @@ -60,7 +60,7 @@
"yet_another_config_lib_v3": ">=3.1.0"
},
"depends": {
"minecraft": ">=1.20- <1.20.3-",
"minecraft": ">=1.20- <1.20.2-",
"fabric-api": "*",
"cicada": "*"
},
Expand Down

0 comments on commit 39267f2

Please sign in to comment.