Update ReplayStudio
95a7c07 Process PlayerPositionRotation packet in SquashFilter 603bdce Create dedicated class for PacketPlayerPositionRotation 88343aa Fix incorrect order of ViaVersion-emitted packets 9ebaa97 Fix 1.20 to 1.20.2 ViaVersion conversion c490e9f Update ViaVersion bcccb2c Fix Reconfigure packets not being filtered out a0df6c9 Fix ConfigFinish being emitted before other config packets a672023 Separate pre-join-game packets from login-phase packets a70161c Emit Reconfigure packet when required 074d78d Separate "emit first" list from "login phase" list 20a3bf9 Reorder loginPhase and configurationPhase code
This commit is contained in:
@@ -385,7 +385,7 @@ dependencies {
|
|||||||
|
|
||||||
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
|
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
|
||||||
|
|
||||||
shadow "com.github.ReplayMod:ReplayStudio:6cd39b0", shadeExclusions
|
shadow "com.github.ReplayMod:ReplayStudio:d9f7c11", shadeExclusions
|
||||||
|
|
||||||
// FIXME this should be pulled in by ReplayStudio, and IntelliJ sees it, but javac for some reason does not
|
// FIXME this should be pulled in by ReplayStudio, and IntelliJ sees it, but javac for some reason does not
|
||||||
implementation 'com.github.viaversion:opennbt:0a02214' // 2.0-SNAPSHOT (ViaVersion Edition)
|
implementation 'com.github.viaversion:opennbt:0a02214' // 2.0-SNAPSHOT (ViaVersion Edition)
|
||||||
|
|||||||
Reference in New Issue
Block a user