Skip to content

Commit

Permalink
UDOC-0 - Add client-side tag to the mod
Browse files Browse the repository at this point in the history
  • Loading branch information
telvarost committed Mar 18, 2024
1 parent 9f58dca commit 0325116
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yarn_mappings=b1.7.3-build.2
loader_version=0.14.24-babric.1

# Mod Properties
mod_version=1.4.1
mod_version=1.4.2
maven_group=com.github.telvarost
archives_base_name=BetterScreenshots

Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"icon": "assets/betterscreenshots/icon.png",

"environment": "*",
"environment": "client",
"entrypoints": {
"stationapi:event_bus": [
],
Expand All @@ -39,5 +39,9 @@

"depends": {
"minecraft": "1.0.0-beta.7.3"
},

"custom": {
"modmenu:clientsideOnly": true
}
}

0 comments on commit 0325116

Please sign in to comment.