Add option to toggle zero-tick fix

This commit is contained in:
William Blake Galbreath
2019-08-31 17:34:35 -05:00
parent 372f7165cd
commit 2ba5de2b60
14 changed files with 65 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
From 0328d210600672ab34ff98907333c8f0e39ada6f Mon Sep 17 00:00:00 2001
From fd70dff76d52c53afca8555871d9840e79435886 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <blake.galbreath@gmail.com>
Date: Sat, 17 Aug 2019 15:27:09 -0500
Subject: [PATCH] Add option for zombies targetting turtle eggs
@@ -22,10 +22,10 @@ index 96676a786..b426941f5 100644
this.goalSelector.a(8, new PathfinderGoalRandomLookaround(this));
this.l();
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
index 973cf6586..4f6df3ba6 100644
index e2b252685..c548af4bf 100644
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
@@ -259,6 +259,11 @@ public class PurpurConfig {
@@ -264,6 +264,11 @@ public class PurpurConfig {
villagerBrainTicks = getInt("settings.mobs.villager.brain-ticks", villagerBrainTicks);
}