mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 17:37:58 -04:00
network: 1.20.1-rc1, (1.20.1)
No changes -/-
This commit is contained in:
parent
98fed57df9
commit
2a1f1ea2bd
@ -187,7 +187,7 @@ internal class ProtocolVersionIT {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `1_20`() {
|
fun `1_20_1`() {
|
||||||
assertEquals(ProtocolVersions.V_1_20, Versions["1.20"]!!.versionId)
|
assertEquals(ProtocolVersions.V_1_20_1, Versions["1.20.1"]!!.versionId)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,4 +16,4 @@ package de.bixilon.minosoft.data.registries.versions.registries.pixlyzer
|
|||||||
import org.testng.annotations.Test
|
import org.testng.annotations.Test
|
||||||
|
|
||||||
@Test(groups = ["pixlyzer"], dependsOnGroups = ["version"], priority = Int.MAX_VALUE, timeOut = 15000L)
|
@Test(groups = ["pixlyzer"], dependsOnGroups = ["version"], priority = Int.MAX_VALUE, timeOut = 15000L)
|
||||||
class `1_20` : PixLyzerLoadingTest("1.20")
|
class `1_20_1` : PixLyzerLoadingTest("1.20.1")
|
@ -14,7 +14,9 @@ package de.bixilon.minosoft.protocol.protocol
|
|||||||
|
|
||||||
@Suppress("UNUSED")
|
@Suppress("UNUSED")
|
||||||
object ProtocolVersions {
|
object ProtocolVersions {
|
||||||
const val V_1_20 = 902
|
const val V_1_20_1 = 904
|
||||||
|
const val V_1_20_1_RC1 = 903
|
||||||
|
@Deprecated("Same PVN as 1.20.1", level = DeprecationLevel.ERROR) const val V_1_20 = 902
|
||||||
const val V_1_20_RC1 = 901
|
const val V_1_20_RC1 = 901
|
||||||
const val V_1_20_PRE7 = 900
|
const val V_1_20_PRE7 = 900
|
||||||
const val V_1_20_PRE6 = 899
|
const val V_1_20_PRE6 = 899
|
||||||
|
@ -14,10 +14,10 @@
|
|||||||
package de.bixilon.minosoft.protocol.protocol
|
package de.bixilon.minosoft.protocol.protocol
|
||||||
|
|
||||||
import de.bixilon.minosoft.protocol.protocol.ProtocolVersions.V_13W41B
|
import de.bixilon.minosoft.protocol.protocol.ProtocolVersions.V_13W41B
|
||||||
import de.bixilon.minosoft.protocol.protocol.ProtocolVersions.V_1_20
|
import de.bixilon.minosoft.protocol.protocol.ProtocolVersions.V_1_20_1
|
||||||
|
|
||||||
object VersionSupport {
|
object VersionSupport {
|
||||||
const val MINIMUM_VERSION = V_13W41B
|
const val MINIMUM_VERSION = V_13W41B
|
||||||
const val LATEST_VERSION = V_1_20
|
const val LATEST_VERSION = V_1_20_1
|
||||||
const val LATEST_RELEASE = V_1_20
|
const val LATEST_RELEASE = V_1_20_1
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,10 +1,15 @@
|
|||||||
{
|
{
|
||||||
"902": {
|
"904": {
|
||||||
"name": "1.20",
|
"name": "1.20.1",
|
||||||
"protocol_id": 763,
|
"protocol_id": 763,
|
||||||
"packets": 880,
|
"packets": 880,
|
||||||
"type": "release"
|
"type": "release"
|
||||||
},
|
},
|
||||||
|
"903": {
|
||||||
|
"name": "1.20.1-rc1",
|
||||||
|
"protocol_id": 1073741965,
|
||||||
|
"packets": 880
|
||||||
|
},
|
||||||
"901": {
|
"901": {
|
||||||
"name": "1.20-rc1",
|
"name": "1.20-rc1",
|
||||||
"protocol_id": 1073741965,
|
"protocol_id": 1073741965,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user