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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>