Skip to content

Commit

Permalink
Update Minecraft version requirements in quilt.mod.json files
Browse files Browse the repository at this point in the history
Due to Loader bug fix: QuiltMC/quilt-loader@35ffaa9
  • Loading branch information
LostLuma committed Feb 20, 2024
1 parent ee7adfe commit 79eb7e0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
osl = "0.12.1"

gson = "2.10.1"
quilt_loader = "0.23.0"
quilt_loader = "0.24.0-beta.8"

[libraries]
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"id": "quilt_loader",
"versions": ">=0.23.0"
"versions": ">=0.24.0-beta.8"
},
{
"id": "server_stats_mixins",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"id": "minecraft",
"versions": {
"all": [">=1.1.0-alpha.12.1.a", "<=1.2.1-alpha.12.6.a"]
"all": [">=1.1.0-alpha.12.1.a", "<=1.2-alpha.12.6.a"]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"id": "minecraft",
"versions": {
"all": [">=1.1.0-alpha.12.1.a", "<=1.2.1-alpha.12.6.a"]
"all": [">=1.1.0-alpha.12.1.a", "<=1.2-alpha.12.6.a"]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"id": "minecraft",
"versions": {
"all": [">=1.2.1-alpha.12.7.a", "<=1.3.1-alpha.12.16.a"]
"all": [">=1.2-alpha.12.7.a", "<=1.3-alpha.12.16.a"]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"id": "minecraft",
"versions": {
"all": [">=1.2.1-alpha.12.7.a", "<=1.3.1-alpha.12.16.a"]
"all": [">=1.2-alpha.12.7.a", "<=1.3-alpha.12.16.a"]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"id": "minecraft",
"versions": {
"all": [">=1.3.1-alpha.12.17.a", "<=1.3.1-alpha.12.17.a"]
"all": [">=1.3-alpha.12.17.a", "<=1.3-alpha.12.17.a"]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"id": "minecraft",
"versions": {
"all": [">=1.3.1-alpha.12.17.a", "<=1.3.1-alpha.12.17.a"]
"all": [">=1.3-alpha.12.17.a", "<=1.3-alpha.12.17.a"]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"id": "minecraft",
"versions": {
"all": [">=1.3.2", "<=1.4.2-alpha.12.38.b"]
"all": [">=1.3.2", "<=1.4-alpha.12.38.b"]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"id": "minecraft",
"versions": {
"all": [">=1.4.2-alpha.12.39.a", "<=1.4.7"]
"all": [">=1.4-alpha.12.39.a", "<=1.4.7"]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"id": "minecraft",
"versions": {
"all": [">=1.7.2-alpha.13.36.a", "<=1.8.0-alpha.14.5.b"]
"all": [">=1.7-alpha.13.36.a", "<=1.8.0-alpha.14.5.b"]
}
}
]
Expand Down

0 comments on commit 79eb7e0

Please sign in to comment.