1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Prevent projectiles from blocking the player's vision (#2472)

Prevent Snowballs, Eggs, and other throwable projectiles from blocking the player's screen
This commit is contained in:
David Choo
2021-08-17 22:44:33 -04:00
committed by GitHub
parent 3d04a957d0
commit 57c0185b45
7 changed files with 123 additions and 34 deletions

View File

@@ -43,17 +43,17 @@
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-terminal</artifactId>
<version>3.9.0</version>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-terminal-jna</artifactId>
<version>3.9.0</version>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-reader</artifactId>
<version>3.9.0</version>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>