Cleanup 1.15.2 <-> 1.16.2 conversion

This commit is contained in:
Jonas Herzig
2020-08-28 14:50:28 +02:00
parent 16c759f1dd
commit 9001fdc9de
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ import net.minecraft.client.render.entity.LivingEntityRenderer;
//#endif
public abstract class MixinRenderLivingBase {
//#if MC>=11500
@Inject(method = "render(Lnet/minecraft/entity/LivingEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V", at = @At(
@Inject(method = "render", at = @At(
//#else
//#if FABRIC>=1
//$$ @Inject(method = "render(Lnet/minecraft/entity/LivingEntity;DDDFF)V", at = @At(

View File

@@ -38,7 +38,7 @@ import net.minecraft.network.ClientConnection;
import java.io.IOException;
import java.util.*;
//#if MC>=11500
//#if MC>=11600
//$$ import net.minecraft.client.util.math.MatrixStack;
//#endif