1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 23:09:29 +00:00

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
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"