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:
@@ -1,4 +1,4 @@
|
||||
//#if MC>=10800
|
||||
//#if MC>=10800 && MC<11500
|
||||
package com.replaymod.render.blend.mixin;
|
||||
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
"MixinEffectRenderer",
|
||||
"MixinModelRenderer",
|
||||
"MixinTileEntityRendererDispatcher",
|
||||
//#endif
|
||||
"ContainerLocalRenderInformationAccessor",
|
||||
//#endif
|
||||
//#if MC<10904
|
||||
//$$ "EntityAccessor",
|
||||
//#endif
|
||||
|
||||
Reference in New Issue
Block a user