Disable ContainerLocalRenderInformationAccessor in 1.15 for now

It appears to suffer from https://github.com/SpongePowered/Mixin/issues/390 and
since we don't yet support the ChunkExporter, it's not yet needed anyway.
This commit is contained in:
Jonas Herzig
2020-04-02 10:51:14 +02:00
parent 724c236524
commit 6113336c37
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
//#if MC>=10800
//#if MC>=10800 && MC<11500
package com.replaymod.render.blend.mixin;
import org.spongepowered.asm.mixin.Mixin;