Add stub ChunkLoadingRenderGlobal for 1.7.10
Allows us to get rid of all preprocessor guards around its usages.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
//#if MC>=10800
|
||||
package com.replaymod.render.hooks;
|
||||
|
||||
import net.minecraft.client.render.WorldRenderer;
|
||||
@@ -10,4 +9,3 @@ public interface IForceChunkLoading {
|
||||
return (IForceChunkLoading) worldRenderer;
|
||||
}
|
||||
}
|
||||
//#endif
|
||||
|
||||
Reference in New Issue
Block a user