#2862: Minecraft 1.16.1 support
This commit is contained in:
@@ -62,6 +62,7 @@ public abstract class EntityMap
|
||||
case ProtocolConstants.MINECRAFT_1_15_2:
|
||||
return EntityMap_1_15.INSTANCE;
|
||||
case ProtocolConstants.MINECRAFT_1_16:
|
||||
case ProtocolConstants.MINECRAFT_1_16_1:
|
||||
return EntityMap_1_16.INSTANCE;
|
||||
}
|
||||
throw new RuntimeException( "Version " + version + " has no entity map" );
|
||||
|
Reference in New Issue
Block a user