mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 02:47:43 +01:00
Fix API side of resizing barrels and ender chests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 3ab5a5ec84a8ef85e6dbfe5b875fdf047de9c92e Mon Sep 17 00:00:00 2001
|
||||
From 8b08ce21aecf36ba70992db752a5ef348e955001 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Sun, 14 Jul 2019 19:52:47 -0500
|
||||
Subject: [PATCH] Mending mends most damages equipment first
|
||||
@@ -58,10 +58,10 @@ index 1a98442e08..8a4eedb747 100644
|
||||
if (entry != null) {
|
||||
ItemStack itemstack = (ItemStack) entry.getValue();
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index 255b8badc0..3222c7bec6 100644
|
||||
index 8cf0d27931..d8321e8ec3 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -157,6 +157,11 @@ public class PurpurConfig {
|
||||
@@ -158,6 +158,11 @@ public class PurpurConfig {
|
||||
fixItemPositionDesync = getBoolean("settings.fix-item-position-desync", fixItemPositionDesync);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user