[Forge] Update mappings to 11/30.

This commit is contained in:
Kenzie Togami
2016-11-19 21:04:05 -08:00
committed by Wizjany
parent c75fd3a449
commit 85ef47ae0c
2 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ class ForgePlatform extends AbstractPlatform implements MultiUserPlatform {
@Override
public boolean isValidMobType(String type) {
return EntityList.isStringValidEntityName(new ResourceLocation(type));
return EntityList.isRegistered(new ResourceLocation(type));
}
@Override