Cleanup 1.15.2 <-> 1.16.2 conversion
This commit is contained in:
@@ -21,7 +21,7 @@ import net.minecraft.client.render.entity.LivingEntityRenderer;
|
|||||||
//#endif
|
//#endif
|
||||||
public abstract class MixinRenderLivingBase {
|
public abstract class MixinRenderLivingBase {
|
||||||
//#if MC>=11500
|
//#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
|
//#else
|
||||||
//#if FABRIC>=1
|
//#if FABRIC>=1
|
||||||
//$$ @Inject(method = "render(Lnet/minecraft/entity/LivingEntity;DDDFF)V", at = @At(
|
//$$ @Inject(method = "render(Lnet/minecraft/entity/LivingEntity;DDDFF)V", at = @At(
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ import net.minecraft.network.ClientConnection;
|
|||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
//#if MC>=11500
|
//#if MC>=11600
|
||||||
//$$ import net.minecraft.client.util.math.MatrixStack;
|
//$$ import net.minecraft.client.util.math.MatrixStack;
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user