mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 02:17:42 +01:00
Add option to toggle zero-tick fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 030ba500b2c8fa0f513540507b027038ed8a6860 Mon Sep 17 00:00:00 2001
|
||||
From 4b7576a0ebb52b99eda351bc4d593158b72c5e0f Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Thu, 1 Aug 2019 19:15:12 -0500
|
||||
Subject: [PATCH] Add blacklist option for grindstone
|
||||
@@ -68,7 +68,7 @@ index 43e89b99b..e538ba399 100644
|
||||
return this.getItem().f(this);
|
||||
}
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index 20231143e..ee83df5cc 100644
|
||||
index af76bbc3b..e2b252685 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -1,6 +1,7 @@
|
||||
@@ -79,7 +79,7 @@ index 20231143e..ee83df5cc 100644
|
||||
import net.minecraft.server.Block;
|
||||
import net.minecraft.server.IRegistry;
|
||||
import net.minecraft.server.MinecraftKey;
|
||||
@@ -171,6 +172,17 @@ public class PurpurConfig {
|
||||
@@ -176,6 +177,17 @@ public class PurpurConfig {
|
||||
updatePermissionsOnWorldChange = getBoolean("settings.update-perms-on-world-change", updatePermissionsOnWorldChange);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user