mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 18:34:56 -04:00
network: 1.20.3-pre3..1.20.4
They fixed a bug in the explosion packet, and added the `DOWNLOADED` state in resourcepack
This commit is contained in:
parent
a9603201fb
commit
0bbab0ca3c
@ -46,6 +46,9 @@ class ResourcepackC2SP(
|
||||
DECLINED,
|
||||
FAILED_DOWNLOAD,
|
||||
ACCEPTED,
|
||||
|
||||
// all below added in 1.20.3-pre1
|
||||
DOWNLOADED, // TODO: added in 1.20.3-pre3
|
||||
INVALID_URL,
|
||||
FAILED_RELOAD,
|
||||
DISCARDED,
|
||||
|
@ -14,6 +14,12 @@ package de.bixilon.minosoft.protocol.protocol
|
||||
|
||||
@Suppress("UNUSED")
|
||||
object ProtocolVersions {
|
||||
const val V_1_20_4 = 931
|
||||
const val V_1_20_4_RC1 = 930
|
||||
@Deprecated("Same PVN as 1.20.4", level = DeprecationLevel.ERROR) const val V_1_20_3 = 929
|
||||
const val V_1_20_3_RC1 = 928
|
||||
const val V_1_20_3_PRE4 = 927
|
||||
const val V_1_20_3_PRE3 = 926
|
||||
const val V_1_20_3_PRE2 = 925
|
||||
const val V_1_20_3_PRE1 = 924
|
||||
const val V_23W46A = 923
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,30 @@
|
||||
{
|
||||
"931": {
|
||||
"name": "1.20.4",
|
||||
"protocol_id": 765,
|
||||
"packets": 924,
|
||||
"type": "release"
|
||||
},
|
||||
"930": {
|
||||
"name": "1.20.4-rc1",
|
||||
"protocol_id": 10737419903,
|
||||
"packets": 924
|
||||
},
|
||||
"928": {
|
||||
"name": "1.20.3-rc1",
|
||||
"protocol_id": 10737419902,
|
||||
"packets": 924
|
||||
},
|
||||
"927": {
|
||||
"name": "1.20.3-pre4",
|
||||
"protocol_id": 10737419901,
|
||||
"packets": 924
|
||||
},
|
||||
"926": {
|
||||
"name": "1.20.3-pre3",
|
||||
"protocol_id": 1073741990,
|
||||
"packets": 924
|
||||
},
|
||||
"925": {
|
||||
"name": "1.20.3-pre2",
|
||||
"protocol_id": 1073741989,
|
||||
|
Loading…
x
Reference in New Issue
Block a user