mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 18:07:43 +01:00
Add option to toggle zero-tick fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From f722064d889392fd7040a2c420c76d1647582ae0 Mon Sep 17 00:00:00 2001
|
||||
From 3c184c82e01b27e062f41077a7b73686ae9a98e0 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Sat, 31 Aug 2019 17:24:41 -0500
|
||||
Subject: [PATCH] Add killer rabbit natural spawn chance
|
||||
@@ -22,10 +22,10 @@ index d48610df3..498c453d7 100644
|
||||
int i = this.random.nextInt(100);
|
||||
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index 46c31ad1c..d03b96bcc 100644
|
||||
index bb0cf2d0a..48a8907db 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -247,6 +247,11 @@ public class PurpurConfig {
|
||||
@@ -252,6 +252,11 @@ public class PurpurConfig {
|
||||
disablePillagerPatrols = getBoolean("settings.mobs.pillager.disable-patrols", disablePillagerPatrols);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user