Skip to content

Commit

Permalink
add mod menu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jan 29, 2022
1 parent 444117e commit a6a62b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"fabricloader": ">=0.12.0",
"fabric-language-kotlin": ">=1.7.1+kotlin.1.6.10",
"minecraft": "1.18.x",
"java": ">=17"
"java": ">=17",
"modmenu": ">=3.0.0"
}
}

0 comments on commit a6a62b3

Please sign in to comment.