Skip to content

Commit

Permalink
bump to v24.08.21 - added support for 24w34a
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdplnk committed Aug 22, 2024
1 parent 53ecd03 commit e24a886
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions 1-stable/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#### DEVELOPED BY: NGDPLNK ####
#################################
#### PROGRAM INFO ####
SSVERSION = 'v24.08.16'
SSVERSION = 'v24.08.21'
CHANNEL = 'stable'
YEAR = '2024'
CHANGELOG_ENG = 'Added support for 24w33a'
CHANGELOG_SPA = 'Soporte añadido para 24w33a'
CHANGELOG_ENG = 'Added support for 24w34a'
CHANGELOG_SPA = 'Soporte añadido para 24w34a'
HELPERS = 'Helpers:\n@LegalizeNuclearBombs\n@naicoooossj'
#################################

Expand Down Expand Up @@ -42,7 +42,7 @@
if CHANNEL == 'dev':
ICON_PATH = os.path.join(SSTOOLS_FOLDER, "assets", "icon-dev.ico")
SSTITLE = "SSTools4MC (DEV)"
if CHANNEL == 'internal-testing':
elif CHANNEL == 'internal-testing':
ICON_PATH = os.path.join(SSTOOLS_FOLDER, "assets", "icon-dev.ico")
SSTITLE = "SSTools4MC (INTERNAL TESTING)"
else:
Expand Down Expand Up @@ -149,8 +149,8 @@
"1.21.1": "https://piston-data.mojang.com/v1/objects/59353fb40c36d304f2035d51e7d6e6baa98dc05c/server.jar"
}

## 608 SNAPSHOT VERSIONS ADDED (1.3 - 24w33a)
# LAST UPDATED: 16/08/2024
## 609 SNAPSHOT VERSIONS ADDED (1.3 - 24w34a)
# LAST UPDATED: 21/08/2024
MC_SNAPSHOT = {
"1.3": "https://piston-data.mojang.com/v1/objects/cb21a9aaaf599c94dd7fa1b777b2f0cc37a776c7/server.jar",
"1.4": "https://piston-data.mojang.com/v1/objects/9470a2bb0fcb8a426328441a01dba164fbbe52c9/server.jar",
Expand Down Expand Up @@ -760,7 +760,8 @@
"1.21-pre4": "https://piston-data.mojang.com/v1/objects/14b1a86d9fcfc82c013e82910e8209617c3a721e/server.jar",
"1.21-rc1": "https://piston-data.mojang.com/v1/objects/902101d2fb0f968b9c0ddb8b8cff9afef23f72c7/server.jar",
"1.21.1-rc1": "https://piston-data.mojang.com/v1/objects/e56720aba46f7f07238c4c054a160fc942da9f78/server.jar",
"24w33a": "https://piston-data.mojang.com/v1/objects/90f9c80aeef3966343e661a1487b7918c90ae61d/server.jar"
"24w33a": "https://piston-data.mojang.com/v1/objects/90f9c80aeef3966343e661a1487b7918c90ae61d/server.jar",
"24w34a": "https://piston-data.mojang.com/v1/objects/ff16e26392a5ced7cfe52ffdc5461cd646b9b65d/server.jar"
}

## 12 APRIL'S FOOLS VERSIONS ADDED (2.0-blue - 24w14potato-reupload)
Expand Down
15 changes: 8 additions & 7 deletions 2-dev/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#### DEVELOPED BY: NGDPLNK ####
#################################
#### PROGRAM INFO ####
SSVERSION = 'v24.08.16-dev'
SSVERSION = 'v24.08.21-dev'
CHANNEL = 'dev'
YEAR = '2024'
CHANGELOG_ENG = 'Added support for 24w33a'
CHANGELOG_SPA = 'Soporte añadido para 24w33a'
CHANGELOG_ENG = 'Added support for 24w34a'
CHANGELOG_SPA = 'Soporte añadido para 24w34a'
HELPERS = 'Helpers:\n@LegalizeNuclearBombs\n@naicoooossj'
#################################

Expand Down Expand Up @@ -42,7 +42,7 @@
if CHANNEL == 'dev':
ICON_PATH = os.path.join(SSTOOLS_FOLDER, "assets", "icon-dev.ico")
SSTITLE = "SSTools4MC (DEV)"
if CHANNEL == 'internal-testing':
elif CHANNEL == 'internal-testing':
ICON_PATH = os.path.join(SSTOOLS_FOLDER, "assets", "icon-dev.ico")
SSTITLE = "SSTools4MC (INTERNAL TESTING)"
else:
Expand Down Expand Up @@ -149,8 +149,8 @@
"1.21.1": "https://piston-data.mojang.com/v1/objects/59353fb40c36d304f2035d51e7d6e6baa98dc05c/server.jar"
}

## 608 SNAPSHOT VERSIONS ADDED (1.3 - 24w33a)
# LAST UPDATED: 16/08/2024
## 609 SNAPSHOT VERSIONS ADDED (1.3 - 24w34a)
# LAST UPDATED: 21/08/2024
MC_SNAPSHOT = {
"1.3": "https://piston-data.mojang.com/v1/objects/cb21a9aaaf599c94dd7fa1b777b2f0cc37a776c7/server.jar",
"1.4": "https://piston-data.mojang.com/v1/objects/9470a2bb0fcb8a426328441a01dba164fbbe52c9/server.jar",
Expand Down Expand Up @@ -760,7 +760,8 @@
"1.21-pre4": "https://piston-data.mojang.com/v1/objects/14b1a86d9fcfc82c013e82910e8209617c3a721e/server.jar",
"1.21-rc1": "https://piston-data.mojang.com/v1/objects/902101d2fb0f968b9c0ddb8b8cff9afef23f72c7/server.jar",
"1.21.1-rc1": "https://piston-data.mojang.com/v1/objects/e56720aba46f7f07238c4c054a160fc942da9f78/server.jar",
"24w33a": "https://piston-data.mojang.com/v1/objects/90f9c80aeef3966343e661a1487b7918c90ae61d/server.jar"
"24w33a": "https://piston-data.mojang.com/v1/objects/90f9c80aeef3966343e661a1487b7918c90ae61d/server.jar",
"24w34a": "https://piston-data.mojang.com/v1/objects/ff16e26392a5ced7cfe52ffdc5461cd646b9b65d/server.jar"
}

## 12 APRIL'S FOOLS VERSIONS ADDED (2.0-blue - 24w14potato-reupload)
Expand Down

0 comments on commit e24a886

Please sign in to comment.