Migrate 1.15.1 project to 1.15.2

This commit is contained in:
Jonas Herzig
2020-03-30 15:32:30 +02:00
parent 78ba9bd55e
commit b3b73609cb
7 changed files with 15 additions and 23 deletions

View File

@@ -6,6 +6,11 @@ import org.spongepowered.asm.mixin.gen.Accessor;
@Mixin(IntegratedServer.class)
public interface IntegratedServerAccessor {
// TODO probably https://github.com/ReplayMod/remap/issues/10
//#if MC>=11500
//$$ @Accessor("paused")
//#else
@Accessor("field_5524")
//#endif
boolean isGamePaused();
}

View File

@@ -637,7 +637,7 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
p = new PlayerRespawnS2CPacket(
respawn.getDimension(),
//#if MC>=11500
//$$ respawn.method_22425(),
//$$ respawn.getSha256Seed(),
//#endif
respawn.getGeneratorType(),
GameMode.SPECTATOR