Skip to content

Commit

Permalink
Fix genprismpatch.sh for 1.20.6
Browse files Browse the repository at this point in the history
Signed-off-by: Hei Piao <[email protected]>
  • Loading branch information
heipiao233 committed May 1, 2024
1 parent 55b2d98 commit 0fc8c3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions genprismpatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ SJH_VERSION=2.1.31
BSL_VERSION=1.1.2
JJFS_VERSION=0.4.0
ASM_VERSION=9.5
MC_VERSION=1.20.5
NEOFORM_VERSION=20240423.152201
MC_VERSION=1.20.6
NEOFORM_VERSION=20240429.153634
FML_VERSION=3.0.15
NEOFORGE_VERSION=25.5.1-beta
NEOFORGE_VERSION=20.6.1-beta
PILLOW_LOADER_VERSION=`sed -rn "s#version \= \"(.*)\"#\1#p" build.gradle`
read -rp "Please input PrismLauncher path (default to ~/.local/share/PrismLauncher):" PRISM_PATH
if [ -z $PRISM_PATH ]; then
Expand Down

0 comments on commit 0fc8c3a

Please sign in to comment.