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
|
||||
}
|
||||
Reference in New Issue
Block a user