Skip to content

Commit

Permalink
set up environment in fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HiWord9 committed Nov 26, 2024
1 parent 00163e0 commit 1a7e33e
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 @@ -27,7 +27,7 @@
"license": "${mod_license} ${mod_license_version}",
"icon": "assets/${mod_id}/icon.png",

"environment": "*",
"environment": "client",
"entrypoints": {
"client": [
"${mod_main_dir}.${mod_client_class}"
Expand Down

0 comments on commit 1a7e33e

Please sign in to comment.