fix old MC compiling

This commit is contained in:
James Seibel
2026-04-10 07:50:15 -05:00
parent aeb7d6d0f9
commit 3b3be6aed4
@@ -24,7 +24,7 @@ import net.minecraft.world.entity.Entity;
import org.spongepowered.asm.mixin.Mixin;
@Mixin(Entity.class)
public class MixinGamerenderer {}
public class MixinGameRenderer {}
#else
import com.mojang.blaze3d.vertex.PoseStack;