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 9e5e09ccddfe2aea09de7693fca3e0af87969fe0 Mon Sep 17 00:00:00 2001
From 3174c10502e713e1425ba55a92b50441a0f91a99 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <blake.galbreath@gmail.com>
Date: Tue, 23 Jul 2019 08:28:21 -0500
Subject: [PATCH] Implement configurable villager brain ticks
@@ -40,10 +40,10 @@ index 70e8a422a..da3fb4b57 100644
this.world.getMethodProfiler().exit();
if (!this.dY() && this.bE > 0) {
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
index cdfd39374..ed2cdf509 100644
index 3f3ce537c..dae2fb4de 100644
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
@@ -230,6 +230,13 @@ public class PurpurConfig {
@@ -235,6 +235,13 @@ public class PurpurConfig {
snowmanPumpkinPutBack = getBoolean("settings.mobs.snow_golem.pumpkin-can-be-added-back", snowmanPumpkinPutBack);
}