mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:00:02 +03:00
13 lines
385 B
Diff
13 lines
385 B
Diff
--- ../src-base/minecraft/net/minecraftforge/client/IRenderContextHandler.java
|
|
+++ ../src-work/minecraft/net/minecraftforge/client/IRenderContextHandler.java
|
|
@@ -28,9 +28,7 @@
|
|
/** Run before the specified rendering context.
|
|
*/
|
|
public void beforeRenderContext();
|
|
-
|
|
/** Run after the specified rendering context.
|
|
*/
|
|
public void afterRenderContext();
|
|
}
|
|
-
|