From ed322029f3116e8c9c3e3266057e7ea47a253ae9 Mon Sep 17 00:00:00 2001 From: RednedEpic Date: Sat, 18 Jan 2020 17:53:56 -0600 Subject: [PATCH 1/2] Update hybrid mode reference to 'floodgate' in config.yml --- connector/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/src/main/resources/config.yml b/connector/src/main/resources/config.yml index f92d6d42..1a77f4ed 100644 --- a/connector/src/main/resources/config.yml +++ b/connector/src/main/resources/config.yml @@ -21,7 +21,7 @@ remote: # The port of the remote (Java Edition) server port: 25565 - # Authentication type. Can be offline, online, or hybrid (see the wiki). + # Authentication type. Can be offline, online, or floodgate (see https://github.com/GeyserMC/Geyser/wiki/Floodgate). auth-type: online ## the Xbox/MCPE username is the key for the Java server auth-info From a55381faaf910d4f020a27e0f7decb4392dc7bca Mon Sep 17 00:00:00 2001 From: RednedEpic Date: Wed, 22 Jan 2020 20:28:08 -0600 Subject: [PATCH 2/2] Add support for Minecraft 1.15.2 and fix kick with villager (Fixes #138) --- connector/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/pom.xml b/connector/pom.xml index 82e3adb1..9de1e3e7 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -103,7 +103,7 @@ com.github.steveice10 mcprotocollib - 1.15.1-1-SNAPSHOT + 1.15.2-1-SNAPSHOT compile