Skip to content

Commit

Permalink
re-require yacl - fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Nov 23, 2024
1 parent 1fc946b commit 0ff5142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ publishMods {
requires { slug = "kotlin-lang-forge" }
}

optional { slug = "yacl" }
requires { slug = "yacl" }
}

github {
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- add support for 1.21.4 fabric
- correctly deactivate buttons in the config screen
- update config screen translations
- fix log spam when items affected by autodrop where moved into your inventory while having a container opened
- fix log spam when items affected by autodrop where moved into your inventory while having a container opened
- re-require yacl
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"depends": {
"fabric-language-kotlin": ">=${flk}",
"fabric-api": ">=${fapi}",
"yet_another_config_lib_v3": ">=${yacl}",
"minecraft": "${mc}"
},
"suggests": {
"yet_another_config_lib_v3": ">=${yacl}",
"modmenu": "${modmenu}"
},
"entrypoints": {
Expand Down

0 comments on commit 0ff5142

Please sign in to comment.