Fix blend compilation on pre-1.13

This commit is contained in:
Jonas Herzig
2019-03-14 17:00:44 +01:00
parent 3cb1d8189b
commit 7cc62b13c1
7 changed files with 22 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ public abstract class MixinTileEntityRendererDispatcher {
@Inject(method = "render(Lnet/minecraft/tileentity/TileEntity;DDDFIZ)V",
at = @At("RETURN"))
public void postRender(TileEntity tileEntity, double x, double y, double z, float renderPartialTicks, int destroyStage, boolean hasNoBlock, CallbackInfo ci) {
//#else
//#if MC>=11200
//$$ @Inject(method = "renderTileEntityAt(Lnet/minecraft/tileentity/TileEntity;DDDFIF)V",
//$$ at = @At("RETURN"))