Skip to content

Commit

Permalink
deps: Changed StAPI pinned version in fabric.mod.json
Browse files Browse the repository at this point in the history
It's been confirmed that alpha3 _will_ break backwards compatibility in painful and gruesome ways, so this should be constrained to alpha.2
  • Loading branch information
Zekromaster committed Aug 10, 2024
1 parent 79db916 commit 645e771
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=b1.7.3+fbae0ec
loader_version=0.15.6-babric.1

# Dependencies
stapi_version=2.0-alpha.2
stapi_version=2.0-alpha.2.1
gcapi_version=2.0.2
howmanyitems_version=5.2.1
modmenu_version=v1.8.5-beta.3
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

"depends": {
"minecraft": "1.0.0-beta.7.3",
"stationapi": ">=2.0-alpha.2",
"stationapi": [">=2.0-alpha.2", "<2.0-alpha.3"],
"fabric-language-kotlin": ">=1.11.0+kotlin.2.0.0"
}
}

0 comments on commit 645e771

Please sign in to comment.