Skip to content

Commit

Permalink
bump forge version in serverpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ursamina committed Sep 18, 2024
1 parent ac2ac7f commit ba92b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serverpack/start.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$GAME_VERSION = "1.20.1"
$FORGE_VERSION = "1.20.1-47.2.0"
$FORGE_VERSION = "1.20.1-47.3.6"
$FINDME_VERSION = "1.20.1-3.2.1d"

$PACK_URI = "https://raw.githubusercontent.com/GregTechCEu/GregTech-Modern-Community-Pack/main/pack.toml"
Expand Down
2 changes: 1 addition & 1 deletion serverpack/start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

FORGE_VERSION="1.20.1-47.2.0"
FORGE_VERSION="1.20.1-47.3.6"

# Ensure java is installed
if ! command -v java >/dev/null 2>&1; then
Expand Down

0 comments on commit ba92b00

Please sign in to comment.