Minecraft 1.14.4 support
This commit is contained in:
@@ -55,6 +55,7 @@ public abstract class EntityMap
|
||||
case ProtocolConstants.MINECRAFT_1_14_1:
|
||||
case ProtocolConstants.MINECRAFT_1_14_2:
|
||||
case ProtocolConstants.MINECRAFT_1_14_3:
|
||||
case ProtocolConstants.MINECRAFT_1_14_4:
|
||||
return EntityMap_1_14.INSTANCE;
|
||||
}
|
||||
throw new RuntimeException( "Version " + version + " has no entity map" );
|
||||
|
Reference in New Issue
Block a user