Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed search field in controls loosing the text when window is resized #44

Open
wants to merge 13 commits into
base: 1.17
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update Amecs API to officially released version
  • Loading branch information
Siphalor committed Sep 29, 2021
commit 9bb76708a8825d6166d74e7416c1f08073f069e3
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"

include(modImplementation("de.siphalor:amecsapi-1.17:1.2.1+") {
include(modImplementation("de.siphalor:amecsapi-1.17:1.3.0+") {
exclude group: "net.fabricmc.fabric-api"
exclude module: "nmuk-1.17"
})
Expand Down