Skip to content

Commit

Permalink
Remove Fabric-only environment property
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Oct 26, 2024
1 parent 668dec5 commit 666f22d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/groovy/multiloader-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ processResources {
"mod_authors_string": mod_authors.replace(",", ", "),
"mod_contributors_string": mod_contributors.replace(",", ", "),
"mod_license": mod_license,
"mod_environment": mod_environment,
// Links
"homepage_url": homepage_url,
"sources_url": sources_url,
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"contributors": [$mod_contributors_list],
"license": "${mod_license}",

"environment": "${mod_environment}",
"environment": "client",

"provides": [],

Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ sources_url=https://github.com/TerminalMC/CommandKeys
issues_url=https://github.com/TerminalMC/CommandKeys/issues
contact_url=https://terminalmc.dev

# Environment
mod_environment=client

# Java
java_version=21
java_versions_fabric=>=21
Expand Down

0 comments on commit 666f22d

Please sign in to comment.