Add stub ChunkLoadingRenderGlobal for 1.7.10

Allows us to get rid of all preprocessor guards around its usages.
This commit is contained in:
Jonas Herzig
2021-02-23 12:01:15 +01:00
parent c729654f04
commit ab5b101f96
5 changed files with 14 additions and 22 deletions

View File

@@ -1,4 +1,3 @@
//#if MC>=10800
package com.replaymod.render.hooks;
import com.replaymod.render.mixin.ChunkRenderDispatcherAccessor;
@@ -130,4 +129,3 @@ public class ChunkLoadingRenderGlobal {
IForceChunkLoading.from(hooked).replayModRender_setHook(null);
}
}
//#endif