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 51c6e0b1fa1ac7f9eac376a30d2ad37f88e45569 Mon Sep 17 00:00:00 2001
From 57476275f6d8d2db86a75b2e1cf0fe5d8a899832 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <blake.galbreath@gmail.com>
Date: Fri, 23 Aug 2019 21:56:31 -0500
Subject: [PATCH] Option for slimes not pushable
@@ -23,10 +23,10 @@ index fd54958f6..0f4cdd5ed 100644
+ }
}
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
index 4f6df3ba6..14930aea7 100644
index c548af4bf..868271fa1 100644
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
@@ -281,6 +281,17 @@ public class PurpurConfig {
@@ -286,6 +286,17 @@ public class PurpurConfig {
InventoryType.BARREL.setDefaultSize(packedBarrels ? 54 : 27);
}