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

change: use modrinth maven and update ui label #15

Merged
merged 4 commits into from
Nov 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change: undo sodium version requirement
  • Loading branch information
FlashyReese authored Nov 23, 2021
commit 2897d6f1747e6a6f7fd8f83635dfd50dab32cca7
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"depends": {
"minecraft": ">=1.17",
"fabricloader": ">=0.11.6",
"sodium": ">=0.3.3"
"sodium": ">=0.3.0"
},
"recommends": {
"sodium-extra": "*"
Expand Down