Skip to content

Commit

Permalink
Fix environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MUYUTwilighter committed Jul 1, 2023
1 parent b62fdf7 commit 26f7cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.20.1
yarn_mappings=1.20.1+build.5
loader_version=0.14.21
# Mod Properties
mod_version=0.0.1
mod_version=0.0.2
maven_group=cool.muyucloud
archives_base_name=beehave-fabric-1.20.1
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "All-Rights-Reserved",
"icon": "assets/beehave/icon.png",
"environment": "client",
"environment": "server",
"entrypoints": {
"client": [
],
Expand Down

0 comments on commit 26f7cce

Please sign in to comment.