Merge branch 'mc-1.16.3' into develop

This commit is contained in:
Jonas Herzig
2020-09-10 17:34:48 +02:00
9 changed files with 19 additions and 17 deletions

View File

@@ -624,13 +624,15 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
//#endif
false,
//#if MC>=11600
packet.method_29443(),
//#if MC>=11602
//#if MC>=11603
packet.getDimensionIds(),
(net.minecraft.util.registry.DynamicRegistryManager.Impl) packet.getRegistryManager(),
packet.getDimensionType(),
//#else
//$$ packet.method_29443(),
//$$ (net.minecraft.util.registry.RegistryTracker.Modifiable) packet.getDimension(),
//$$ packet.method_29444(),
//#endif
packet.method_29444(),
packet.getDimensionId(),
//#else
//$$ packet.getDimension(),
@@ -639,7 +641,7 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
//#if MC<11600
//$$ packet.getGeneratorType(),
//#endif
packet.getChunkLoadDistance(),
packet.getViewDistance(),
packet.hasReducedDebugInfo()
//#if MC>=11500
, packet.showsDeathScreen()