mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-14 21:13:54 +00:00
[Forge] Update mappings to 11/30.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user