Skip to content

Commit

Permalink
feat: bump minecraft version 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Dec 4, 2024
1 parent b3f7aa8 commit 7cbfd41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 --checksum=sha256:845cb2c1891544ad9e432883d7ddf059284d9d178b97be4977e5f805746c9edd --link https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds/450/downloads/velocity-3.4.0-SNAPSHOT-450.jar /app/velocity.jar
ADD --chown=1000 --checksum=sha256:bb54dcd34751bf8e345d0a39199eb985d64d07f8626810ed7b0e058f47d595c0 --link https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds/453/downloads/velocity-3.4.0-SNAPSHOT-453.jar /app/velocity.jar

# Run Server
EXPOSE 25565
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package one.oktw.galaxy.proxy.config.model

data class ProxyConfig(
val ProtocolVersion: Int = 768 // default Minecraft 1.21.3
val ProtocolVersion: Int = 769 // default Minecraft 1.21.4
)
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": 768
"ProtocolVersion": 769
}

0 comments on commit 7cbfd41

Please sign in to comment.