Update to Minecraft 1.13.1
By: md_5 <git@md-5.net>
This commit is contained in:
parent
034c12d001
commit
f578d94680
182 changed files with 1891 additions and 1879 deletions
|
@ -3,7 +3,7 @@
|
|||
@@ -41,6 +41,7 @@
|
||||
|
||||
public void setMobName(EntityTypes<?> entitytypes) {
|
||||
this.spawnData.b().setString("id", ((MinecraftKey) EntityTypes.REGISTRY.b(entitytypes)).toString());
|
||||
this.spawnData.b().setString("id", IRegistry.ENTITY_TYPE.getKey(entitytypes).toString());
|
||||
+ this.mobs.clear(); // CraftBukkit - SPIGOT-3496, MC-92282
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue