Replace particle explosion with particle block explosion in JavaExplodePacket (#3301)

This commit is contained in:
Kevin Ludwig 2022-09-23 16:04:15 +02:00 committed by GitHub
parent d2b7b8c392
commit 2c5c72f85f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 15 deletions

View file

@ -29,7 +29,6 @@ object Versions {
const val nettyVersion = "4.1.80.Final"
const val guavaVersion = "29.0-jre"
const val gsonVersion = "2.3.1" // Provided by Spigot 1.8.8
const val nbtVersion = "2.1.0"
const val websocketVersion = "1.5.1"
const val protocolVersion = "fed46166"
const val raknetVersion = "1.6.28-20220125.214016-6"