Minecraft 1.16.4 support
This commit is contained in:
@@ -66,6 +66,7 @@ public abstract class EntityMap
|
||||
return EntityMap_1_16.INSTANCE;
|
||||
case ProtocolConstants.MINECRAFT_1_16_2:
|
||||
case ProtocolConstants.MINECRAFT_1_16_3:
|
||||
case ProtocolConstants.MINECRAFT_1_16_4:
|
||||
return EntityMap_1_16_2.INSTANCE;
|
||||
}
|
||||
throw new RuntimeException( "Version " + version + " has no entity map" );
|
||||
|
Reference in New Issue
Block a user