Add stub ChunkLoadingRenderGlobal for 1.7.10
Allows us to get rid of all preprocessor guards around its usages.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.replaymod.render.hooks;
|
||||
|
||||
import net.minecraft.client.renderer.RenderGlobal;
|
||||
|
||||
public class ChunkLoadingRenderGlobal {
|
||||
public ChunkLoadingRenderGlobal(RenderGlobal renderGlobal) {
|
||||
}
|
||||
|
||||
public void uninstall() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user