Minecraft 24w21b support

This commit is contained in:
md_5
2024-05-27 06:48:08 +10:00
parent 18eae8a1a6
commit 8e8a635361
6 changed files with 173 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ public abstract class EntityMap
case ProtocolConstants.MINECRAFT_1_20_3:
return EntityMap_1_16_2.INSTANCE_1_20_3;
case ProtocolConstants.MINECRAFT_1_20_5:
case ProtocolConstants.MINECRAFT_1_21:
return EntityMap_1_16_2.INSTANCE_1_20_5;
}
throw new RuntimeException( "Version " + version + " has no entity map" );