Skip to content

Commit

Permalink
Add rlcraft server
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Apr 18, 2021
1 parent 84a190c commit 0bb6c71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Mon Apr 29 14:42:27 MSK 2019
sdk.dir=/Users/nikita.kulikov/Library/Android/sdk
#Sun Apr 18 12:23:35 EEST 2021
sdk.dir=/Users/nikitakulikov/Library/Android/sdk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ enum class MinecraftModpack(
updateHostLink = "$BASE_URL/incremental/skyblock",
defaultServer = ServerInfo("mc.glitchless.ru", "Skyblock Server", null, 25568),
version = "1.12.2-forge1.12.2-14.23.5.2847"
),
RLCRAFT(
modpackName = "RLCraft",
initialDownloadLink = null,
updateJsonLink = "$BASE_URL/incremental/rlcraft_changelog.json",
updateHostLink = "$BASE_URL/incremental/rlcraft",
defaultServer = ServerInfo("mc.glitchless.ru", "RLCraft Server", null, 25569),
version = "1.12.2-forge1.12.2-14.23.5.2847"
);

override fun toString(): String {
Expand Down

0 comments on commit 0bb6c71

Please sign in to comment.