mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 10:57:43 +01:00
Fix entities targetting while being ridden
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 733bfd9678905290d1543d825475c93c71dad3b1 Mon Sep 17 00:00:00 2001
|
||||
From b7b30eb7a910ad16f455fd8071952320f82096ae Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
|
||||
Date: Thu, 19 Dec 2019 16:59:46 -0600
|
||||
Subject: [PATCH] Add option for zombie villager transformation chance
|
||||
@@ -9,10 +9,10 @@ Subject: [PATCH] Add option for zombie villager transformation chance
|
||||
2 files changed, 22 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/EntityZombie.java b/src/main/java/net/minecraft/server/EntityZombie.java
|
||||
index 11171b4a1..b6ec0b34b 100644
|
||||
index 71124f9f8..78f6c15b9 100644
|
||||
--- a/src/main/java/net/minecraft/server/EntityZombie.java
|
||||
+++ b/src/main/java/net/minecraft/server/EntityZombie.java
|
||||
@@ -457,8 +457,19 @@ public class EntityZombie extends EntityMonster {
|
||||
@@ -458,8 +458,19 @@ public class EntityZombie extends EntityMonster {
|
||||
@Override
|
||||
public void b(EntityLiving entityliving) {
|
||||
super.b(entityliving);
|
||||
|
||||
Reference in New Issue
Block a user