Skip to content

Commit

Permalink
Future proofing with fabric.mod.json version
Browse files Browse the repository at this point in the history
CHORE: Updated the "minecraft" version in fabric.mod.json from "*" to the correct version, as it should help making the process of uploading to Modrinth much easier(it reads from the fabric.mod.json(somehow idk how but it is amazing), and having it as "*" makes it select literally every version available)
Signed-off-by: Superkat32 <superkat1806@gmail.com>
  • Loading branch information
Superkat32 committed Oct 19, 2023
1 parent 213ecf5 commit d8bf1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"depends": {
"fabricloader": ">=0.14.8",
"fabric-api": "*",
"minecraft": "*",
"minecraft": "1.19.2",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit d8bf1c6

Please sign in to comment.