Skip to content

Commit

Permalink
Added recommended dependencies for mods with compatibility built in.
Browse files Browse the repository at this point in the history
  • Loading branch information
purejosh committed Dec 4, 2024
1 parent 44c113d commit 4ba1186
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.21",
"minecraft": ">=1.21 <=1.21.1",
"java": ">=21",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
"recommends": {
"pureamethysttools": "*",
"purecoppertools": "*",
"pureemeraldtools": "*",
"purequartztools": "*",
"pureores": "*"
}
}

0 comments on commit 4ba1186

Please sign in to comment.