mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 17:37:58 -04:00
network: 1.18.2
This commit is contained in:
parent
ac5979420e
commit
14f663fb5c
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Minosoft
|
* Minosoft
|
||||||
* Copyright (C) 2020 Moritz Zwerger
|
* Copyright (C) 2020-2022 Moritz Zwerger
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
@ -14,6 +14,7 @@ package de.bixilon.minosoft.protocol.protocol
|
|||||||
|
|
||||||
@Suppress("UNUSED")
|
@Suppress("UNUSED")
|
||||||
object ProtocolVersions {
|
object ProtocolVersions {
|
||||||
|
const val V_1_18_2 = 829
|
||||||
const val V_1_18_2_RC1 = 828
|
const val V_1_18_2_RC1 = 828
|
||||||
const val V_1_18_2_PRE_3 = 827
|
const val V_1_18_2_PRE_3 = 827
|
||||||
const val V_1_18_2_PRE_2 = 826
|
const val V_1_18_2_PRE_2 = 826
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"829": {
|
||||||
|
"name": "1.18.2",
|
||||||
|
"protocol_id": 758,
|
||||||
|
"packets": 798,
|
||||||
|
"type": "release"
|
||||||
|
},
|
||||||
"828": {
|
"828": {
|
||||||
"name": "1.18.2-rc1",
|
"name": "1.18.2-rc1",
|
||||||
"protocol_id": 1073741897,
|
"protocol_id": 1073741897,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user