Migrate 1.15.1 project to 1.15.2
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user