Skip to content

Commit

Permalink
feat: bump minecraft version 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Aug 8, 2024
1 parent ede4f65 commit 933399d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY --chown=1000 --link docker /app

# Download Velocity
ADD --chown=1000 --link https://api.papermc.io/v2/projects/velocity/versions/3.3.0-SNAPSHOT/builds/382/downloads/velocity-3.3.0-SNAPSHOT-382.jar /app/velocity.jar
ADD --chown=1000 --link https://api.papermc.io/v2/projects/velocity/versions/3.3.0-SNAPSHOT/builds/414/downloads/velocity-3.3.0-SNAPSHOT-414.jar /app/velocity.jar

# Run Server
EXPOSE 25565
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/proxy.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ProtocolVersion": 766
"ProtocolVersion": 767
}

0 comments on commit 933399d

Please sign in to comment.