Get all 1.15 mixins applying

This commit is contained in:
Jonas Herzig
2020-03-31 18:23:30 +02:00
parent a3e1792fe7
commit d6559a21fc
9 changed files with 76 additions and 9 deletions

View File

@@ -15,6 +15,9 @@ import net.minecraft.util.Util;
@Mixin(EndPortalBlockEntityRenderer.class)
public class MixinTileEntityEndPortalRenderer {
//#if MC>=11500
//$$ // Seems like they finally removed all animation
//#else
//#if MC>=11400
@Redirect(method = "render", at = @At(value = "INVOKE", target = "Lnet/minecraft/util/Util;getMeasuringTimeMs()J"))
//#else
@@ -43,4 +46,5 @@ public class MixinTileEntityEndPortalRenderer {
//$$ return Minecraft.getSystemTime();
//#endif
}
//#endif
}