Skip to content

Commit

Permalink
Remove redundant dependency declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
LitnhJacuzzi committed Dec 18, 2024
1 parent 2db5906 commit 54fe1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yarn_mappings=1.17.1+build.65
loader_version=0.15.11

# Mod Properties
mod_version=1.0
mod_version=1.0.1
maven_group=org.litnhjacuzzi.tradehacker
archives_base_name=tradehacker

Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": ">=1.17",
"java": ">=16",
"fabric": "*"
"java": ">=16"
},
"suggests": {
"another-mod": "*"
Expand Down

0 comments on commit 54fe1b3

Please sign in to comment.