Update to Minecraft 1.12-pre6
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f69eb04edc
commit
ea6ca4328a
35 changed files with 297 additions and 260 deletions
|
@ -26,6 +26,6 @@
|
|||
|
||||
- this.world.addEntity(entityvillager);
|
||||
+ this.world.addEntity(entityvillager, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.CURED); // CraftBukkit - add SpawnReason
|
||||
EntityHuman entityhuman = this.world.b(this.by);
|
||||
if (this.by != null) {
|
||||
EntityHuman entityhuman = this.world.b(this.by);
|
||||
|
||||
if (entityhuman instanceof EntityPlayer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue