Minecraft 1.15.1 support

This commit is contained in:
md_5
2019-12-18 08:00:00 +11:00
parent 4cccf53775
commit 1f24591a0d
2 changed files with 4 additions and 1 deletions

View File

@@ -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" );