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