mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
[Forge] Update mappings to 11/30.
This commit is contained in:
parent
c75fd3a449
commit
85ef47ae0c
@ -26,11 +26,11 @@ repositories {
|
||||
}
|
||||
}
|
||||
|
||||
ext.forgeVersion = "13.19.0.2149"
|
||||
ext.forgeVersion = "13.19.0.2177"
|
||||
|
||||
minecraft {
|
||||
version = "1.11-${project.forgeVersion}"
|
||||
mappings = "snapshot_20161118"
|
||||
mappings = "snapshot_20161130"
|
||||
runDir = 'run'
|
||||
|
||||
replaceIn "com/sk89q/worldedit/forge/ForgeWorldEdit.java"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user