Fix compilation for 1.7.10

This commit is contained in:
Jonas Herzig
2020-03-30 03:35:51 +02:00
parent 823e04a858
commit 9107485c14
2 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
public abstract class Mixin_ChromaKeyColorSky {
@Shadow @Final private MinecraftClient client;
//#if MC>=11400
//#if MC>=11400 || 10710>=MC
@Inject(method = "renderSky", at = @At("HEAD"), cancellable = true)
//#else
//$$ @Inject(method = "renderSky(FI)V", at = @At("HEAD"), cancellable = true)