Drop 1.17 in favor of 1.17.1

Primarily because fabric-api for 1.17 never received any updates, so
fabric-screen-api isn't available for it.
This commit is contained in:
Jonas Herzig
2023-06-12 08:49:15 +02:00
parent 81509a9acf
commit 0c5009db8d
8 changed files with 2 additions and 9 deletions

View File

@@ -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
}