Skip to content

Commit

Permalink
bump to v24.08.16 - added support for 24w33a
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdplnk committed Aug 17, 2024
1 parent bd08ef6 commit 53ecd03
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 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.10-B'
SSVERSION = 'v24.08.16'
CHANNEL = 'stable'
YEAR = '2024'
CHANGELOG_ENG = 'Fixed bugs with server list - Thanks to @LegalizeNuclearBombs for the help :)'
CHANGELOG_SPA = 'Se solucionaron errores con la lista de servidores - Gracias a @LegalizeNuclearBombs por la ayuda :)'
CHANGELOG_ENG = 'Added support for 24w33a'
CHANGELOG_SPA = 'Soporte añadido para 24w33a'
HELPERS = 'Helpers:\n@LegalizeNuclearBombs\n@naicoooossj'
#################################

Expand Down Expand Up @@ -149,9 +149,8 @@
"1.21.1": "https://piston-data.mojang.com/v1/objects/59353fb40c36d304f2035d51e7d6e6baa98dc05c/server.jar"
}

## 607 SNAPSHOT VERSIONS ADDED (1.3 - 1.21.1-rc1)
##### THIS DICTIONARY NEEDS REVISION #####
# LAST UPDATED: 10/08/2024
## 608 SNAPSHOT VERSIONS ADDED (1.3 - 24w33a)
# LAST UPDATED: 16/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 +759,8 @@
"1.21-pre3": "https://piston-data.mojang.com/v1/objects/96266e18a95faa1c785ac852315e886d0e8bb174/server.jar",
"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"
"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"
}

## 12 APRIL'S FOOLS VERSIONS ADDED (2.0-blue - 24w14potato-reupload)
Expand Down
14 changes: 7 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.10-B-dev'
SSVERSION = 'v24.08.16-dev'
CHANNEL = 'dev'
YEAR = '2024'
CHANGELOG_ENG = 'Fixed bugs with server list - Thanks to @LegalizeNuclearBombs for the help :)'
CHANGELOG_SPA = 'Se solucionaron errores con la lista de servidores - Gracias a @LegalizeNuclearBombs por la ayuda :)'
CHANGELOG_ENG = 'Added support for 24w33a'
CHANGELOG_SPA = 'Soporte añadido para 24w33a'
HELPERS = 'Helpers:\n@LegalizeNuclearBombs\n@naicoooossj'
#################################

Expand Down Expand Up @@ -149,9 +149,8 @@
"1.21.1": "https://piston-data.mojang.com/v1/objects/59353fb40c36d304f2035d51e7d6e6baa98dc05c/server.jar"
}

## 607 SNAPSHOT VERSIONS ADDED (1.3 - 1.21.1-rc1)
##### THIS DICTIONARY NEEDS REVISION #####
# LAST UPDATED: 10/08/2024
## 608 SNAPSHOT VERSIONS ADDED (1.3 - 24w33a)
# LAST UPDATED: 16/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 +759,8 @@
"1.21-pre3": "https://piston-data.mojang.com/v1/objects/96266e18a95faa1c785ac852315e886d0e8bb174/server.jar",
"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"
"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"
}

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

0 comments on commit 53ecd03

Please sign in to comment.