Skip to content

Commit

Permalink
feat: support minecraft 1.21.1 (#1477)
Browse files Browse the repository at this point in the history
### Motivation
Minecraft 1.21.1 is released

### Modification
Updated the available downloads to 1.21.1

### Result
1.21.1 can be downloaded from our template installer.
  • Loading branch information
0utplay authored Sep 6, 2024
1 parent dd7a750 commit d047402
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sponge = "9.0.0"
velocity = "3.3.0-SNAPSHOT"
waterdogpe = "1.2.4"
nukkitX = "1.0-SNAPSHOT"
minestom = "d5c6126a6b"
minestom = "0651c4e401"
minestomExtensions = "1.2.0"
spigot = "1.8.8-R0.1-SNAPSHOT"
bungeecord = "1.21-R0.1-SNAPSHOT"
Expand All @@ -76,7 +76,7 @@ adventure-serializer-bungee = "4.3.4"
luckPermsApi = "5.4"

# fabric platform special dependencies
minecraft = "1.21"
minecraft = "1.21.1"
fabricLoader = "0.16.2"


Expand Down
26 changes: 13 additions & 13 deletions node/src/main/resources/files/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
"-Dpaperclip.patchonly=true"
],
"fetchOverPaperApi": true,
"versionGroup": "1.21"
"versionGroup": "1.21.1"
}
},
{
"name": "1.21",
"name": "1.21.1",
"properties": {
"copy": {
"cache/.*": "/",
Expand All @@ -116,7 +116,7 @@
"-Dpaperclip.patchonly=true"
],
"fetchOverPaperApi": true,
"versionGroup": "1.21"
"versionGroup": "1.21.1"
}
},
{
Expand Down Expand Up @@ -317,7 +317,7 @@
"versions": [
{
"name": "latest",
"url": "https://api.purpurmc.org/v2/purpur/1.21/latest/download",
"url": "https://api.purpurmc.org/v2/purpur/1.21.1/latest/download",
"cacheFiles": false,
"properties": {
"copy": {
Expand All @@ -331,8 +331,8 @@
}
},
{
"name": "1.21",
"url": "https://api.purpurmc.org/v2/purpur/1.21/latest/download",
"name": "1.21.1",
"url": "https://api.purpurmc.org/v2/purpur/1.21.1/latest/download",
"properties": {
"copy": {
"cache/.*": "/",
Expand Down Expand Up @@ -514,7 +514,7 @@
"website": "https://fabricmc.net",
"versions": [
{
"name": "1.21",
"name": "1.21.1",
"cacheFiles": false,
"properties": {
"copy": {
Expand Down Expand Up @@ -557,12 +557,12 @@
},
"fetchOverSpongeApi": true,
"artifact": "spongevanilla",
"mcVersion": "1.21"
"mcVersion": "1.21.1"
},
"minJavaVersion": 21
},
{
"name": "1.21",
"name": "1.21.1",
"properties": {
"copy": {
"libraries/.*": "/",
Expand All @@ -571,7 +571,7 @@
},
"fetchOverSpongeApi": true,
"artifact": "spongevanilla",
"mcVersion": "1.21"
"mcVersion": "1.21.1"
},
"minJavaVersion": 21
},
Expand Down Expand Up @@ -704,12 +704,12 @@
"versions": [
{
"name": "latest",
"url": "https://ci.loohpjames.com/job/Limbo/lastSuccessfulBuild/artifact/target/Limbo-0.7.10-ALPHA-1.21.jar",
"url": "https://ci.loohpjames.com/job/Limbo/46/artifact/target/Limbo-0.7.10-ALPHA-1.21.1.jar",
"cacheFiles": false
},
{
"name": "1.21",
"url": "https://ci.loohpjames.com/job/Limbo/lastSuccessfulBuild/artifact/target/Limbo-0.7.10-ALPHA-1.21.jar"
"name": "1.21.1",
"url": "https://ci.loohpjames.com/job/Limbo/46/artifact/target/Limbo-0.7.10-ALPHA-1.21.1.jar"
},
{
"name": "1.20.6",
Expand Down

0 comments on commit d047402

Please sign in to comment.