Update MCProtocolLib to fix datapacks that send empty result recipes (#1522)

Example: https://www.planetminecraft.com/data-pack/true-survival-a-hardcore-minecraft-experience/
This commit is contained in:
Camotoy 2020-11-09 14:26:29 -05:00 committed by GitHub
parent e00715ceab
commit 109922f796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -109,9 +109,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.GeyserMC</groupId>
<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>e4181064d1</version>
<version>6ac79c14d6</version>
<scope>compile</scope>
<exclusions>
<exclusion>