summaryrefslogtreecommitdiff
path: root/java/darkknight/jewelrycraft/CommonProxy.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/darkknight/jewelrycraft/CommonProxy.java')
-rw-r--r--java/darkknight/jewelrycraft/CommonProxy.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/darkknight/jewelrycraft/CommonProxy.java b/java/darkknight/jewelrycraft/CommonProxy.java
index 03f7c90..c6fa39f 100644
--- a/java/darkknight/jewelrycraft/CommonProxy.java
+++ b/java/darkknight/jewelrycraft/CommonProxy.java
@@ -5,9 +5,9 @@ package darkknight.jewelrycraft;
*/
public class CommonProxy
{
- /**
- * Register renderers.
- */
- public void registerRenderers()
+ public void preInit()
+ {}
+
+ public void postInit()
{}
} \ No newline at end of file