mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 01:32:02 -07:00
Notably, this does not bump the world data version. This will be left for when the actual Vanilla base is updated, just in case. This early bump will likely be the exception for more ironed out update previews in the future.
24 lines
564 B
Diff
24 lines
564 B
Diff
--- a/version.json
|
|
+++ b/version.json
|
|
@@ -1,9 +_,9 @@
|
|
{
|
|
- "id": "1.21.6-rc1",
|
|
- "name": "1.21.6 Release Candidate 1",
|
|
+ "id": "1.21.6",
|
|
+ "name": "1.21.6",
|
|
"world_version": 4434,
|
|
"series_id": "main",
|
|
- "protocol_version": 1073742080,
|
|
+ "protocol_version": 771,
|
|
"pack_version": {
|
|
"resource": 63,
|
|
"data": 80
|
|
@@ -11,6 +_,6 @@
|
|
"build_time": "2025-06-12T12:01:32+00:00",
|
|
"java_component": "java-runtime-delta",
|
|
"java_version": 21,
|
|
- "stable": false,
|
|
+ "stable": true,
|
|
"use_editor": false
|
|
}
|