Skip to content

Commit

Permalink
feat: add Java limit
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Nov 18, 2023
1 parent ccbd846 commit aaa3ffd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@
}
]
},
"mixins": [
"viewdimension.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
"minecraft": "${minecraft_version}",
"java": "17"
}
}

0 comments on commit aaa3ffd

Please sign in to comment.