Updated CPE extension list

This commit is contained in:
RaphiMC 2023-04-12 23:52:24 +02:00
parent 9ee02df2d0
commit 094ba970f1

View File

@ -59,7 +59,8 @@ public enum ClassicProtocolExtension {
SET_SPAWNPOINT("SetSpawnpoint"),
VELOCITY_CONTROL("VelocityControl"),
CUSTOM_PARTICLES("CustomParticles"),
CUSTOM_MODELS("CustomModels");
CUSTOM_MODELS("CustomModels"),
EXT_ENTITY_TELEPORT("ExtEntityTeleport");
private final String name;
private final IntSet supportedVersions;