network: 1.18.2

This commit is contained in:
Bixilon 2022-02-28 16:40:13 +01:00
parent ac5979420e
commit 14f663fb5c
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
* 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.
*
@ -14,6 +14,7 @@ package de.bixilon.minosoft.protocol.protocol
@Suppress("UNUSED")
object ProtocolVersions {
const val V_1_18_2 = 829
const val V_1_18_2_RC1 = 828
const val V_1_18_2_PRE_3 = 827
const val V_1_18_2_PRE_2 = 826

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,10 @@
{
"829": {
"name": "1.18.2",
"protocol_id": 758,
"packets": 798,
"type": "release"
},
"828": {
"name": "1.18.2-rc1",
"protocol_id": 1073741897,