Port to 1.17-pre1
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// 1.16.5 and below
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.replaymod.replay.mixin;
|
||||
|
||||
import com.mojang.blaze3d.systems.RenderSystem;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
|
||||
@Mixin(RenderSystem.class)
|
||||
public class MixinTileEntityEndPortalRenderer {
|
||||
// All shaders now use the game time
|
||||
}
|
||||
4
versions/mapping-fabric-1.17-1.16.4.txt
Normal file
4
versions/mapping-fabric-1.17-1.16.4.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
com.mojang.blaze3d.systems.RenderSystem com.mojang.blaze3d.platform.GlStateManager
|
||||
net.minecraft.network.packet.s2c.play.PlayerRespawnS2CPacket getDimensionType() method_29445()
|
||||
net.minecraft.entity.Entity getId() getEntityId()
|
||||
net.minecraft.client.network.ClientPlayerEntity init() net.minecraft.entity.player.PlayerEntity afterSpawn()
|
||||
Reference in New Issue
Block a user