From 109922f796c9f7c0f136e8a536357215a7afcf0c Mon Sep 17 00:00:00 2001
From: Camotoy <20743703+DoctorMacc@users.noreply.github.com>
Date: Mon, 9 Nov 2020 14:26:29 -0500
Subject: [PATCH] Update MCProtocolLib to fix datapacks that send empty result
recipes (#1522)
Example: https://www.planetminecraft.com/data-pack/true-survival-a-hardcore-minecraft-experience/
---
connector/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/connector/pom.xml b/connector/pom.xml
index edf14abb..ee3164e1 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -109,9 +109,9 @@
compile
- com.github.GeyserMC
+ com.github.steveice10
mcprotocollib
- e4181064d1
+ 6ac79c14d6
compile